Skip to content

Commit

Permalink
release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Apr 27, 2021
1 parent c209f30 commit 52bea2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0

- Fixed deserialization bug when String value contains a newline character, #5

## 1.3.0

- Add null-safety.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add this dependency your pubspec.yaml file:

```
dependencies:
enough_serialization: ^1.3.0
enough_serialization: ^1.4.0
```
The latest version or `enough_serialization` is [![enough_serialization version](https://img.shields.io/pub/v/enough_serialization.svg)](https://pub.dartlang.org/packages/enough_serialization).

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.3.0
version: 1.4.0
homepage: https://www.github.com/enough-software/enough_serialization

environment:
Expand Down

0 comments on commit 52bea2f

Please sign in to comment.