Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 23, 2020
1 parent 486b1e3 commit e669720
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.0-nullsafety.0

- Migrate to nullsafety (required Dart >=2.12)
- Remove deprecated long deprecated `parseJsonTo*` methods. Use the `pick(json, args*)` api
- Improve dartdoc

## 0.5.1
- Rename `Pick.addContext` to `Pick.withContext` using deprecation
- `Pick.fromContext` now accepts 10 arguments for nested structures
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: deep_pick
description: A library to access deep nested values inside of dart data structures, like returned from `dynamic jsonDecode(String source)`.
version: 0.5.1
version: 0.6.0-nullsafety.0
homepage: https://github.com/passsy/deep_pick

environment:
Expand Down

0 comments on commit e669720

Please sign in to comment.