Skip to content

Commit

Permalink
readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus committed Jan 10, 2024
1 parent 6e15876 commit 31994e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

v4.3.2

* Added `toFormattedString()` to `UuidValue` to handle cases where the UUID used has no hyphens but you wnt them for output.
* Changed constraint for `meta` to `1.10.0` to not conflict with `flutter_test`

v4.3.1

* Add additional optional parameters for parseing and validation for the new noDashes flag.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Features:

```yaml
dependencies:
uuid: ^4.3.0
uuid: ^4.3.2
```
```dart
Expand Down

0 comments on commit 31994e7

Please sign in to comment.