|
| 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.0.0](https://github.com/purescript/purescript-exceptions/releases/tag/v4.0.0) - 2018-05-23 |
| 16 | + |
| 17 | +Updated for PureScript 0.12 |
| 18 | + |
| 19 | +## [v3.1.0](https://github.com/purescript/purescript-exceptions/releases/tag/v3.1.0) - 2017-07-27 |
| 20 | + |
| 21 | +Add `name` function to extract the name of an `Error` (@KtorZ) |
| 22 | + |
| 23 | +## [v3.0.0](https://github.com/purescript/purescript-exceptions/releases/tag/v3.0.0) - 2017-03-26 |
| 24 | + |
| 25 | +- Updated for PureScript 0.11 |
| 26 | +- The `err :: EXCEPTION` row entry has been corrected to `exception :: EXCEPTION` |
| 27 | + |
| 28 | +## [v2.0.0](https://github.com/purescript/purescript-exceptions/releases/tag/v2.0.0) - 2016-10-07 |
| 29 | + |
| 30 | +- Updated dependencies |
| 31 | + |
| 32 | +## [v1.0.0](https://github.com/purescript/purescript-exceptions/releases/tag/v1.0.0) - 2016-06-01 |
| 33 | + |
| 34 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 35 | + |
| 36 | +**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. |
| 37 | + |
| 38 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-exceptions/releases/tag/v1.0.0-rc.1) - 2016-03-16 |
| 39 | + |
| 40 | +- Release candidate for the psc 0.8+ core libraries |
| 41 | + |
| 42 | +## [v0.3.4](https://github.com/purescript/purescript-exceptions/releases/tag/v0.3.4) - 2015-12-23 |
| 43 | + |
| 44 | +- Add `stack` error message accessor (@hdgarrood) |
| 45 | + |
| 46 | +## [v0.3.3](https://github.com/purescript/purescript-exceptions/releases/tag/v0.3.3) - 2015-12-11 |
| 47 | + |
| 48 | +Add `throw` (@hdgarrood) |
| 49 | + |
| 50 | +## [v0.3.2](https://github.com/purescript/purescript-exceptions/releases/tag/v0.3.2) - 2015-11-20 |
| 51 | + |
| 52 | +- Removed unused import (@tfausak) |
| 53 | + |
| 54 | +## [v0.3.1](https://github.com/purescript/purescript-exceptions/releases/tag/v0.3.1) - 2015-11-13 |
| 55 | + |
| 56 | +Added `Unsafe` module (@hdgarrood) |
| 57 | + |
| 58 | +## [v0.3.0](https://github.com/purescript/purescript-exceptions/releases/tag/v0.3.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.3.0-rc.1](https://github.com/purescript/purescript-exceptions/releases/tag/v0.3.0-rc.1) - 2015-06-09 |
| 63 | + |
| 64 | +Initial release candidate of the library intended for the 0.7 compiler. |
| 65 | + |
| 66 | +## [v0.2.3](https://github.com/purescript/purescript-exceptions/releases/tag/v0.2.3) - 2015-03-20 |
| 67 | + |
| 68 | +Updated docs |
| 69 | + |
| 70 | +## [v0.2.2](https://github.com/purescript/purescript-exceptions/releases/tag/v0.2.2) - 2014-11-16 |
| 71 | + |
| 72 | +Improvements to FFI code (@davidchambers) |
| 73 | + |
| 74 | +## [v0.2.1](https://github.com/purescript/purescript-exceptions/releases/tag/v0.2.1) - 2014-09-04 |
| 75 | + |
| 76 | +Handle errors from other JS domains (@joneshf) |
| 77 | + |
| 78 | +## [v0.2.0](https://github.com/purescript/purescript-exceptions/releases/tag/v0.2.0) - 2014-08-07 |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | +## [v0.1.0](https://github.com/purescript/purescript-exceptions/releases/tag/v0.1.0) - 2014-04-25 |
| 83 | + |
| 84 | + |
| 85 | + |
0 commit comments