Skip to content

Commit

Permalink
📝 update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Sep 17, 2024
1 parent ca1c829 commit 24ae2c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 5.6.0 [Unreleased]

- Add `byNameOrNull` extension on enum.
- Add `toFixedString` extension on int.
- [BREAKING] Fix `flatMap` extension to behaving correctly.
- Iterable extensions:
- Add `flatMapNotNull` extension.
- Add `mapNotNull` extension.
- Add `mapNotNullIndexed` extension.
- Add 'flattenedNotNull' extension.
- Add `<<` operator extension for List.
- `randomInt` function improvements:
- add `seed` option.
- Change default max value to max int value allowed by Random.
- Add `reversed`, `findByValue` and `findByValueOrNull` map extensions.
- Add `plus`, `minus`, `multiply`, `divide` and `mod` extensions for num.

## 5.5.0

- Add `hasExactMatch` extension for `Pattern` and `RegExp`.
Expand Down

0 comments on commit 24ae2c4

Please sign in to comment.