Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Aug 30, 2024
1 parent 10d22a8 commit f3f808d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.0 (`30.08.24`)
- Allow `.letOrNull((pick) => null)` to return `null` without manually setting a nullable type [#61](https://github.com/passsy/deep_pick/pull/61)
- Add `http: ^1.0.0` to version range
- CI 2024 update

## 1.0.0 (`19.03.23`)

- Remove long deprecated methods: `addContext`, `asBool`, `asDateTime`, `asDouble`, `asInt`, `asList`, `asMap`, `asString`. Use their `as*OrThrow` replacements.
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: Simplifies manual JSON parsing with a type-safe API. No dynamic, no manual casting. Flexible inputs types, fixed output types. Useful parsing error messages
version: 1.0.0
version: 1.1.0
repository: https://github.com/passsy/deep_pick
issue_tracker: https://github.com/passsy/deep_pick/issues

Expand Down

0 comments on commit f3f808d

Please sign in to comment.