|
| 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.1](https://github.com/purescript/purescript-st/releases/tag/v4.1.1) - 2020-03-04 |
| 16 | + |
| 17 | +* Re-release with `v` tag prefix for package-sets |
| 18 | + |
| 19 | +## [4.1.0](https://github.com/purescript/purescript-st/releases/tag/4.1.0) - 2020-02-23 |
| 20 | + |
| 21 | +- Added `Global` region that allows `ST` computations to run in a global context or be converted to `Effect` |
| 22 | +- Added `MonadST` class |
| 23 | + |
| 24 | +## [v4.0.1](https://github.com/purescript/purescript-st/releases/tag/v4.0.1) - 2019-11-02 |
| 25 | + |
| 26 | +* Fix a typo in the documentation for `ST.run` (@jy14898) |
| 27 | +* Fix some unused import warnings (@Ebmtranceboy) |
| 28 | + |
| 29 | +## [v4.0.0](https://github.com/purescript/purescript-st/releases/tag/v4.0.0) - 2018-05-23 |
| 30 | + |
| 31 | +- Updated for PureScript 0.12 |
| 32 | +- `ST` is now a type of its own rather than integrating with effects |
| 33 | +- The names in `STRef` have been shortened for less repetition with qualified imports |
| 34 | +- The argument order of functions has changed so the `STRef` is always in the last position |
| 35 | + |
| 36 | +## [v3.0.0](https://github.com/purescript/purescript-st/releases/tag/v3.0.0) - 2017-03-26 |
| 37 | + |
| 38 | +- Updated for PureScript 0.11 |
| 39 | + |
| 40 | +## [v2.0.0](https://github.com/purescript/purescript-st/releases/tag/v2.0.0) - 2016-10-02 |
| 41 | + |
| 42 | +- Updated dependencies |
| 43 | + |
| 44 | +## [v1.0.0](https://github.com/purescript/purescript-st/releases/tag/v1.0.0) - 2016-06-01 |
| 45 | + |
| 46 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 47 | + |
| 48 | +**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. |
| 49 | + |
| 50 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-st/releases/tag/v1.0.0-rc.1) - 2016-03-16 |
| 51 | + |
| 52 | +- Release candidate for the psc 0.8+ core libraries |
| 53 | + |
| 54 | +## [v0.1.1](https://github.com/purescript/purescript-st/releases/tag/v0.1.1) - 2015-09-12 |
| 55 | + |
| 56 | +Simplify the type of `pureST`. |
| 57 | + |
| 58 | +## [v0.1.0](https://github.com/purescript/purescript-st/releases/tag/v0.1.0) - 2015-06-30 |
| 59 | + |
| 60 | +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. |
| 61 | + |
| 62 | +## [v0.1.0-rc.1](https://github.com/purescript/purescript-st/releases/tag/v0.1.0-rc.1) - 2015-06-06 |
| 63 | + |
| 64 | +Initial release candidate. |
| 65 | + |
0 commit comments