@@ -5,25 +5,33 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [ Unreleased]
6
6
7
7
Breaking changes:
8
+ - Added support for PureScript 0.14 and dropped support for all previous versions (#35 , #43 )
8
9
9
10
New 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 )
10
14
11
15
Bugfixes:
12
16
13
17
Other 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 )
14
22
15
23
## [ v1.6.1] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.6.1 ) - 2019-04-12
16
24
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 )
19
27
20
28
## [ v1.6.0] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.6.0 ) - 2019-02-14
21
29
22
- Added ` intersection ` and ` intersectionWith ` for ` Map ` (@karshan )
30
+ - Added ` intersection ` and ` intersectionWith ` for ` Map ` (@karshan )
23
31
24
32
## [ v1.5.0] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.5.0 ) - 2019-02-07
25
33
26
- Added ` insertWith ` for ` Map `
34
+ - Added ` insertWith ` for ` Map `
27
35
28
36
## [ v1.4.0] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.4.0 ) - 2018-10-05
29
37
@@ -44,5 +52,4 @@ Added `insertWith` for `Map`
44
52
45
53
## [ v1.0.0] ( https://github.com/purescript/purescript-ordered-collections/releases/tag/v1.0.0 ) - 2018-05-24
46
54
47
- Initial release
48
-
55
+ - Initial release
0 commit comments