Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions migration-guides/0.15-Ecosystem-Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ New features:
- Exported `Data.Map.Internal` data constructors ([#52](https://github.com/purescript/purescript-ordered-collections/pull/52) by @natefaubion)
- Add unbiased `Semigroup`/`Monoid` instances to `Map` with `Warn` ([#54](https://github.com/purescript/purescript-ordered-collections/pull/54) by @JordanMartinez)

Performance improvements:
- Improved speed of `foldr`, `foldl`, `foldMap`, `foldlWithIndex`, `foldrWithIndex`, `foldMapWithIndex`, `unionWith`, `keys` and `values` ([#60](https://github.com/purescript/purescript-ordered-collections/pull/60) by @xgrommx, [#61](https://github.com/purescript/purescript-ordered-collections/pull/61) and [#62](https://github.com/purescript/purescript-ordered-collections/pull/62) by @JordanMartinez)

### purescript-prelude

Breaking changes:
Expand Down