@@ -5,25 +5,33 @@ Notable changes to this project are documented in this file. The format is based
55## [ Unreleased]
66
77Breaking changes:
8+ - Added support for PureScript 0.14 and dropped support for all previous versions (#35 , #43 )
89
910New features:
11+ - Added ` Apply ` instance for ` Map ` (#16 )
12+ - Added ` catMaybes ` for maps and sets (#25 )
13+ - Added ` toMap ` and ` fromMap ` to ` Data.Set ` (#31 )
1014
1115Bugfixes:
1216
1317Other improvements:
18+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#37 )
19+ - Tests: Add parens to account for changed precedence of ` :: ` in PureScript 0.13 (#23 )
20+ - Tests: Converted from ` NonEmpty Array ` to ` NonEmptyArray ` to accommodate QuickCheck changes (#42 )
21+ - Added a changelog and pull request template (#44 )
1422
1523## [ v1.6.1] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.6.1 ) - 2019-04-12
1624
17- * Fix doc comments for ` Data.Map.toUnfoldableUnordered ` (@bernhard-herzog )
18- * Fix a syntax issue in preparation for upcoming parser changes in PureScript v0.13.0 (@natefaubion )
25+ - Fixed doc comments for ` Data.Map.toUnfoldableUnordered ` (@bernhard-herzog )
26+ - Fixed a syntax issue in preparation for upcoming parser changes in PureScript v0.13.0 (@natefaubion )
1927
2028## [ v1.6.0] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.6.0 ) - 2019-02-14
2129
22- Added ` intersection ` and ` intersectionWith ` for ` Map ` (@karshan )
30+ - Added ` intersection ` and ` intersectionWith ` for ` Map ` (@karshan )
2331
2432## [ v1.5.0] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.5.0 ) - 2019-02-07
2533
26- Added ` insertWith ` for ` Map `
34+ - Added ` insertWith ` for ` Map `
2735
2836## [ v1.4.0] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.4.0 ) - 2018-10-05
2937
@@ -44,5 +52,4 @@ Added `insertWith` for `Map`
4452
4553## [ v1.0.0] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.0.0 ) - 2018-05-24
4654
47- Initial release
48-
55+ - Initial release
0 commit comments