Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Dec 3, 2020
1 parent 927dd5b commit a50a264
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0

- Add option to directly serialize/deserialize list values with `Serializer.serializeList(...)` and `Serializer.deserializeList(...)`.

## 1.1.0

- Support `Map` fields
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: enough_serialization
description: Runtime solution for serializing to and deserializing from JSON. enough_serialization also supports non-generic lists, enums and complex nested objects.
version: 1.1.0
version: 1.2.0
homepage: https://www.github.com/enough-software/enough_serialization

environment:
Expand Down

0 comments on commit a50a264

Please sign in to comment.