Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Dec 30, 2023
1 parent f8993d3 commit 4b7aebb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ Changelog
* Moved some parsers to new packages.
* Removed all previously deprecated functions.
* Added variants of string parsers to work on nullable strings.
* Added variants of int parsers to work on nullable ints.
* Added variants of long parsers to work on nullable longs.
* Added `nullIf` to convert a value to a null using a supplied predicate.
* Added `filterNulls()` on `Set` and `List` parsers to remove any elements that are null.
* Added improved enum syntax.
* Improved boolean parsers.
* Added `map` parsers for keys and values.
* Added `nullable()` to convert Parser of `I -> A` to `I? -> A?`
* Added more convenience builders to `Parsers`.
* Added `parseOrNull` as a convenience to return a success or null in the case of failure for any given input.

### 1.3.0

Expand Down

0 comments on commit 4b7aebb

Please sign in to comment.