Skip to content

Commit

Permalink
Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrnymsa committed Apr 19, 2024
1 parent 9138627 commit 6ae9793
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/netglade_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

## 2.1.0
- Add `byNameOrDefault` and `byNameOrNull` Enum's extensions.
- Add `normalizeUrl` and `rtrim` String's extensions.
- Add `flattenedList` on Iterable of Iterables extension.

## 2.0.0
- Remove `isBlank`, `isNotBlank` from `String?` extension.

Expand Down
2 changes: 1 addition & 1 deletion packages/netglade_utils/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: netglade_utils
version: 2.0.0
version: 2.1.0
description: Dart utils used internally at netglade.
repository: https://github.com/netglade/flutter_core/tree/main/packages/netglade_utils
issue_tracker: https://github.com/netglade/flutter_core/issues
Expand Down

0 comments on commit 6ae9793

Please sign in to comment.