Skip to content

Commit

Permalink
📝 update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jan 6, 2025
1 parent 7af6d7e commit 9352077
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
- Add `isSameOrBeforeDate` and `isSameOrAfterDate` extensions for `DateTime`.
- [BREAKING] `Iterable.except` now takes items as params directly (max 6) instead of a list. Replace it with
`Iterable.exceptAll` to take a list.
- [BREAKING] Remove deprecated `inDegrees` and `inRadians` extensions for `num` in favor of `degrees.inRadians` and
`radians.inDegrees`.
- Add `take`, `takeLast` and `lastIndex` extensions for `String`.
- Add `buildString` and `randomString` helper methods.
- Add `space` and `newline` extensions for `StringBuffer`.
- Add `space` and `newline` extensions for `StringBuffer`.
- Add `file` and `subdir` extensions for `Directory`.

## 5.8.0
Expand Down

0 comments on commit 9352077

Please sign in to comment.