Skip to content

Commit

Permalink
pump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damphat committed Aug 14, 2021
1 parent 0369898 commit 203f843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 0.7.0
- feat: toEncodable
- feat: toEncodable parameter
- feat: toDecodable is default to `toMap()` then `toJson()` then `toString()`
```dart
json5Encode(obj, toEncodable: (v) => v.toString())
json5Encode(obj, toEncodable: (v) => v.toMap())
```
## 0.6.1
- feat: serialize iterable objects
Expand Down
7 changes: 2 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: json5
description: JSON for dart and flutter (a port version of json5 in javascript)
version: 0.6.1
description: JSON5 for dart and flutter
version: 0.7.0
homepage: https://github.com/damphat/json5-dart

environment:
sdk: '>=2.12.0 <3.0.0'

#dependencies:
# path: ^1.7.0

dev_dependencies:
pedantic: ^1.9.0
test: ^1.14.4

0 comments on commit 203f843

Please sign in to comment.