|
| 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 | +## [v4.1.0](https://github.com/purescript/purescript-refs/releases/tag/v4.1.0) - 2018-05-26 |
| 16 | + |
| 17 | +- Added `modify_` - `modify` with a `Unit` return (@justinwoo) |
| 18 | + |
| 19 | +## [v4.0.0](https://github.com/purescript/purescript-refs/releases/tag/v4.0.0) - 2018-05-22 |
| 20 | + |
| 21 | +- Updated for PureScript 0.12 |
| 22 | +- Names have been shortened to drop the `Ref` prefix for less repetition with qualified imports |
| 23 | +- The argument order of functions has changed so the `Ref` is always in the last position |
| 24 | + |
| 25 | +## [v3.0.0](https://github.com/purescript/purescript-refs/releases/tag/v3.0.0) - 2017-03-26 |
| 26 | + |
| 27 | +- Updated for PureScript 0.11 |
| 28 | + |
| 29 | +## [v2.0.0](https://github.com/purescript/purescript-refs/releases/tag/v2.0.0) - 2016-10-02 |
| 30 | + |
| 31 | +- Updated dependencies |
| 32 | + |
| 33 | +## [v1.0.0](https://github.com/purescript/purescript-refs/releases/tag/v1.0.0) - 2016-06-01 |
| 34 | + |
| 35 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 36 | + |
| 37 | +**Note**: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly. |
| 38 | + |
| 39 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-refs/releases/tag/v1.0.0-rc.1) - 2016-03-17 |
| 40 | + |
| 41 | +- Release candidate for the psc 0.8+ core libraries |
| 42 | + |
| 43 | +## [v0.2.0](https://github.com/purescript/purescript-refs/releases/tag/v0.2.0) - 2015-06-30 |
| 44 | + |
| 45 | +This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library. |
| 46 | + |
| 47 | +## [v0.2.0-rc.1](https://github.com/purescript/purescript-refs/releases/tag/v0.2.0-rc.1) - 2015-06-09 |
| 48 | + |
| 49 | +Initial release candidate of the library intended for the 0.7 compiler. |
| 50 | + |
| 51 | +## [v0.1.3](https://github.com/purescript/purescript-refs/releases/tag/v0.1.3) - 2015-03-19 |
| 52 | + |
| 53 | +Updated docs |
| 54 | + |
| 55 | +## [v0.1.2](https://github.com/purescript/purescript-refs/releases/tag/v0.1.2) - 2014-11-24 |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | +## [v0.1.1](https://github.com/purescript/purescript-refs/releases/tag/v0.1.1) - 2014-06-14 |
| 60 | + |
| 61 | +- Now uses "proper" `Unit` type instead of `{}` (garyb) |
| 62 | + |
| 63 | +## [v0.1.0](https://github.com/purescript/purescript-refs/releases/tag/v0.1.0) - 2014-04-25 |
| 64 | + |
| 65 | + |
| 66 | + |
0 commit comments