We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486b1e3 commit e669720Copy full SHA for e669720
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.6.0-nullsafety.0
2
+
3
+- Migrate to nullsafety (required Dart >=2.12)
4
+- Remove deprecated long deprecated `parseJsonTo*` methods. Use the `pick(json, args*)` api
5
+- Improve dartdoc
6
7
## 0.5.1
8
- Rename `Pick.addContext` to `Pick.withContext` using deprecation
9
- `Pick.fromContext` now accepts 10 arguments for nested structures
pubspec.yaml
@@ -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:
0 commit comments