Skip to content

Commit

Permalink
Prepare for 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Dec 25, 2024
1 parent 8019987 commit 3881d0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 4.5.0
- Add `occurences` helper to `Iterable`and `SortedList`.
- More customization for number grouping in all numeric formatters.
- Split date-time formatters into configurable constructors for date and times.
- Deprecate some obscure and introduce more readable naming in `Multiset` and `Multimap`.
- Add the possibility to convert a lambda returning a `Comparable` to a `Comparator` with `delegateComparator`.
- Various improvements to graph search, strongly connected components, and find cliques algorithms.
- Various optimization, such as the decoding of unicode data.

## 4.4.0
- Add [Bidirectional Character Types](https://www.unicode.org/reports/tr9/#Table_Bidirectional_Character_Types) to `UnicodeCharMatcher` (thanks to https://github.com/amake).
- Remove no longer necessary JavaScript specific code.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: more
version: 4.4.0
version: 4.5.0

homepage: https://github.com/renggli/dart-more
description: More Dart — Literally. Collecting, iterating, caching, mathematics,
Expand Down

0 comments on commit 3881d0b

Please sign in to comment.