|
| 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-profunctor/releases/tag/v4.1.0) - 2019-08-21 |
| 16 | + |
| 17 | +Added more instances for `Joker` (@masaeedu) |
| 18 | + |
| 19 | +## [v4.0.0](https://github.com/purescript/purescript-profunctor/releases/tag/v4.0.0) - 2018-05-23 |
| 20 | + |
| 21 | +- Updated for PureScript 0.12 |
| 22 | +- `lmap` has been renamed to `lcmap` so as to avoid collisions with `Bifunctor`'s `lmap`, and for consistency with `cmap` for `Contravariant` functors |
| 23 | + |
| 24 | +## [v3.2.0](https://github.com/purescript/purescript-profunctor/releases/tag/v3.2.0) - 2017-06-18 |
| 25 | + |
| 26 | +- Added `hoist` functions for the various newtypes, where appropriate |
| 27 | + |
| 28 | +## [v3.1.0](https://github.com/purescript/purescript-profunctor/releases/tag/v3.1.0) - 2017-06-09 |
| 29 | + |
| 30 | +- Added `Clown`, `Joker`, `Join`, `Split`, `Wrap` and `Cowrap` newtypes |
| 31 | + |
| 32 | +## [v3.0.0](https://github.com/purescript/purescript-profunctor/releases/tag/v3.0.0) - 2017-03-26 |
| 33 | + |
| 34 | +- Updated for PureScript 0.11 |
| 35 | + |
| 36 | +## [v2.0.0](https://github.com/purescript/purescript-profunctor/releases/tag/v2.0.0) - 2016-10-08 |
| 37 | + |
| 38 | +- Updated dependencies |
| 39 | +- Added `wrapIso` and `unwrapIso` |
| 40 | + |
| 41 | +## [v1.0.0](https://github.com/purescript/purescript-profunctor/releases/tag/v1.0.0) - 2016-06-01 |
| 42 | + |
| 43 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 44 | + |
| 45 | +**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. |
| 46 | + |
| 47 | +## [v1.0.0-rc.2](https://github.com/purescript/purescript-profunctor/releases/tag/v1.0.0-rc.2) - 2016-05-20 |
| 48 | + |
| 49 | +- Fixed unused import warnings |
| 50 | + |
| 51 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-profunctor/releases/tag/v1.0.0-rc.1) - 2016-03-25 |
| 52 | + |
| 53 | +- Release candidate for the psc 0.8+ core libraries |
| 54 | + |
| 55 | +## [v0.3.2](https://github.com/purescript/purescript-profunctor/releases/tag/v0.3.2) - 2016-01-03 |
| 56 | + |
| 57 | +Add `Closed`, `Costrong` and `Cochoice` (@zrho) |
| 58 | + |
| 59 | +## [v0.3.1](https://github.com/purescript/purescript-profunctor/releases/tag/v0.3.1) - 2015-09-06 |
| 60 | + |
| 61 | +Add `Star`. |
| 62 | + |
| 63 | +## [v0.3.0](https://github.com/purescript/purescript-profunctor/releases/tag/v0.3.0) - 2015-06-30 |
| 64 | + |
| 65 | +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. |
| 66 | + |
| 67 | +## [v0.3.0-rc.1](https://github.com/purescript/purescript-profunctor/releases/tag/v0.3.0-rc.1) - 2015-06-06 |
| 68 | + |
| 69 | +Initial release candidate of the library intended for the 0.7 compiler. |
| 70 | + |
| 71 | +## [v0.2.1](https://github.com/purescript/purescript-profunctor/releases/tag/v0.2.1) - 2015-03-19 |
| 72 | + |
| 73 | +Update docs |
| 74 | + |
| 75 | +## [v0.2.0](https://github.com/purescript/purescript-profunctor/releases/tag/v0.2.0) - 2015-03-06 |
| 76 | + |
| 77 | +- Moved arrow combinators over (@paf31) |
| 78 | + |
| 79 | +## [v0.1.0](https://github.com/purescript/purescript-profunctor/releases/tag/v0.1.0) - 2015-02-21 |
| 80 | + |
| 81 | +**This release requires PureScript v0.6.8 or later** |
| 82 | +- Updated dependencies |
| 83 | + |
| 84 | +## [v0.0.2](https://github.com/purescript/purescript-profunctor/releases/tag/v0.0.2) - 2015-01-08 |
| 85 | + |
| 86 | +- Added `Choice` and `Strong` (@joneshf) |
| 87 | + |
0 commit comments