Skip to content

Commit b0c9523

Browse files
committed
Bump to 0.10.0
1 parent 77aeee4 commit b0c9523

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.10.0 (`01.10.21`)
4+
5+
- New: Support for more date formats. `asDateTime*` received an optional `format` parameter. By default, all possible formats will be parsed. To the existing `ISO 8601` format, `RFC 1123`, `RFC 850` and `asctime` have been added which are typically used for the HTTP header or cookies.
6+
- Documentation added for `asDouble` and `asMap`
7+
38
## 0.9.0 (`02.08.21`)
49

510
- New: `pickFromJson(json, args...)` allows parsing of a json String, without manually calling `jsonDecode` [#41](https://github.com/passsy/deep_pick/pull/41)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ dart pub add deep_pick
2424

2525
```yaml
2626
dependencies:
27-
deep_pick: ^0.9.0
27+
deep_pick: ^0.10.0
2828
```
2929
3030
### Example

0 commit comments

Comments
 (0)