|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +Breaking changes: |
| 8 | + |
| 9 | +New features: |
| 10 | + |
| 11 | +Bugfixes: |
| 12 | + |
| 13 | +Other improvements: |
| 14 | + |
| 15 | +## [v2.0.2](https://github.com/purescript/purescript-record/releases/tag/v2.0.2) - 2020-03-14 |
| 16 | + |
| 17 | +* Fix typo in docs (@i-am-the-slime) |
| 18 | +* Fix travis |
| 19 | + |
| 20 | +## [v2.0.1](https://github.com/purescript/purescript-record/releases/tag/v2.0.1) - 2019-05-27 |
| 21 | + |
| 22 | +* Drop typelevel-prelude dependency (@hdgarrood) |
| 23 | + |
| 24 | +## [v2.0.0](https://github.com/purescript/purescript-record/releases/tag/v2.0.0) - 2019-03-02 |
| 25 | + |
| 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) |
| 29 | + |
| 30 | +## [v1.0.0](https://github.com/purescript/purescript-record/releases/tag/v1.0.0) - 2018-05-23 |
| 31 | + |
| 32 | +- Updated for PureScript 0.12 |
| 33 | +- The namespace has been changed from `Data.Record` to just `Record` |
| 34 | +- Added `modify` to the `ST` module (@matthewleon) |
| 35 | +- Added new functions for merging records (@natefaubion) |
| 36 | +- The `STRecord` prefixes have been dropped from the record functions for less repetition when using qualified imports |
| 37 | +- The function argument order has been changed so that `STRecord` is always the last argument |
| 38 | + |
| 39 | +## [v0.2.6](https://github.com/purescript/purescript-record/releases/tag/v0.2.6) - 2018-01-28 |
| 40 | + |
| 41 | +Add `Builder.modify` (@justinwoo) |
| 42 | + |
| 43 | +## [v0.2.5](https://github.com/purescript/purescript-record/releases/tag/v0.2.5) - 2017-11-15 |
| 44 | + |
| 45 | +Add `rename` and `Builder.rename` (@justinwoo) |
| 46 | + |
| 47 | +## [v0.2.4](https://github.com/purescript/purescript-record/releases/tag/v0.2.4) - 2017-10-24 |
| 48 | + |
| 49 | +Add `Data.Record.ST` module (@paf31) |
| 50 | + |
| 51 | +## [v0.2.3](https://github.com/purescript/purescript-record/releases/tag/v0.2.3) - 2017-09-26 |
| 52 | + |
| 53 | +Add `unsafeHas` (@natefaubion) |
| 54 | + |
| 55 | +## [v0.2.2](https://github.com/purescript/purescript-record/releases/tag/v0.2.2) - 2017-09-10 |
| 56 | + |
| 57 | +Add `equal` function (@justinwoo) |
| 58 | + |
| 59 | +## [v0.2.1](https://github.com/purescript/purescript-record/releases/tag/v0.2.1) - 2017-09-10 |
| 60 | + |
| 61 | +Add `ST` and `Builder` modules for modifying and building records in-place. |
| 62 | + |
| 63 | +## [v0.2.0](https://github.com/purescript/purescript-record/releases/tag/v0.2.0) - 2017-07-24 |
| 64 | + |
| 65 | +Add unsafe versions of functions (@natefaubion) |
| 66 | + |
| 67 | +## [v0.1.0](https://github.com/purescript/purescript-record/releases/tag/v0.1.0) - 2017-07-19 |
| 68 | + |
| 69 | +Initial versioned release |
| 70 | + |
0 commit comments