Skip to content

Commit e669720

Browse files
committed
Bump version
1 parent 486b1e3 commit e669720

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 0.5.1
28
- Rename `Pick.addContext` to `Pick.withContext` using deprecation
39
- `Pick.fromContext` now accepts 10 arguments for nested structures

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: deep_pick
22
description: A library to access deep nested values inside of dart data structures, like returned from `dynamic jsonDecode(String source)`.
3-
version: 0.5.1
3+
version: 0.6.0-nullsafety.0
44
homepage: https://github.com/passsy/deep_pick
55

66
environment:

0 commit comments

Comments
 (0)