Skip to content

Commit 7bf61ab

Browse files
Update changelog since v2.0.2 (#75)
Co-authored-by: JordanMartinez <[email protected]>
1 parent b3d2ce1 commit 7bf61ab

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

CHANGELOG.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,36 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8+
- Added support for PureScript 0.14 and dropped support for all previous versions (#66)
9+
- Updated `Record.Builder.merge` and `Record.Builder.union` so that they behave like `Record.merge` and `Record.union`: fields from the argument override those of the record being built in case of overlaps. (#73)
810

911
New features:
12+
- Added `buildFromScratch` for building from an empty record (#53)
13+
- Added `new` and `run` to `Record.ST` (#71)
14+
- Added `flip` function (#73)
1015

1116
Bugfixes:
1217

1318
Other improvements:
19+
- Replaced monomorphic proxies with `Type.Proxy.Proxy` and polymorphic variants (#67)
20+
- Removed `SProxy` from documentation (#70)
21+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#69)
22+
- Added a changelog and pull request template (#74, #75)
1423

1524
## [v2.0.2](https://github.com/purescript/purescript-record/releases/tag/v2.0.2) - 2020-03-14
1625

17-
* Fix typo in docs (@i-am-the-slime)
18-
* Fix travis
26+
- Fixed typo in docs (@i-am-the-slime)
27+
- Fixed travis build
1928

2029
## [v2.0.1](https://github.com/purescript/purescript-record/releases/tag/v2.0.1) - 2019-05-27
2130

22-
* Drop typelevel-prelude dependency (@hdgarrood)
31+
- Dropped typelevel-prelude dependency (@hdgarrood)
2332

2433
## [v2.0.0](https://github.com/purescript/purescript-record/releases/tag/v2.0.0) - 2019-03-02
2534

26-
* Bump dependencies (in particular, now using v4.x of typelevel-prelude) (@justinwoo)
27-
* Add some examples to the README (@justinwoo)
28-
* Add comments explaining Builder (@chexxor)
35+
- Bumped dependencies (in particular, now using v4.x of typelevel-prelude) (@justinwoo)
36+
- Added some examples to the README (@justinwoo)
37+
- Added comments explaining Builder (@chexxor)
2938

3039
## [v1.0.0](https://github.com/purescript/purescript-record/releases/tag/v1.0.0) - 2018-05-23
3140

@@ -38,33 +47,32 @@ Other improvements:
3847

3948
## [v0.2.6](https://github.com/purescript/purescript-record/releases/tag/v0.2.6) - 2018-01-28
4049

41-
Add `Builder.modify` (@justinwoo)
50+
- Added `Builder.modify` (@justinwoo)
4251

4352
## [v0.2.5](https://github.com/purescript/purescript-record/releases/tag/v0.2.5) - 2017-11-15
4453

45-
Add `rename` and `Builder.rename` (@justinwoo)
54+
- Added `rename` and `Builder.rename` (@justinwoo)
4655

4756
## [v0.2.4](https://github.com/purescript/purescript-record/releases/tag/v0.2.4) - 2017-10-24
4857

49-
Add `Data.Record.ST` module (@paf31)
58+
- Added `Data.Record.ST` module (@paf31)
5059

5160
## [v0.2.3](https://github.com/purescript/purescript-record/releases/tag/v0.2.3) - 2017-09-26
5261

53-
Add `unsafeHas` (@natefaubion)
62+
- Added `unsafeHas` (@natefaubion)
5463

5564
## [v0.2.2](https://github.com/purescript/purescript-record/releases/tag/v0.2.2) - 2017-09-10
5665

57-
Add `equal` function (@justinwoo)
66+
- Added `equal` function (@justinwoo)
5867

5968
## [v0.2.1](https://github.com/purescript/purescript-record/releases/tag/v0.2.1) - 2017-09-10
6069

61-
Add `ST` and `Builder` modules for modifying and building records in-place.
70+
- Added `ST` and `Builder` modules for modifying and building records in-place.
6271

6372
## [v0.2.0](https://github.com/purescript/purescript-record/releases/tag/v0.2.0) - 2017-07-24
6473

65-
Add unsafe versions of functions (@natefaubion)
74+
- Added unsafe versions of functions (@natefaubion)
6675

6776
## [v0.1.0](https://github.com/purescript/purescript-record/releases/tag/v0.1.0) - 2017-07-19
6877

69-
Initial versioned release
70-
78+
- Initial versioned release

0 commit comments

Comments
 (0)