|
| 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 | +## [v6.1.1](https://github.com/purescript/purescript-generics-rep/releases/tag/v6.1.1) - 2019-01-30 |
| 16 | + |
| 17 | +* Add guide from documentation repo (@anttih) |
| 18 | + |
| 19 | +## [v6.1.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v6.1.0) - 2018-09-19 |
| 20 | + |
| 21 | +* Link to an example from README (@justinwoo) |
| 22 | +* Add HeytingAlgebra, Semiring, & Ring implementations (@xgrommx) |
| 23 | + |
| 24 | +## [v6.0.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v6.0.0) - 2018-05-23 |
| 25 | + |
| 26 | +- Updated for PureScript 0.12 |
| 27 | +- Support for records has been removed as records now have implementations of common classes defined in the `Prelude` |
| 28 | + |
| 29 | +## [v5.4.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v5.4.0) - 2017-12-04 |
| 30 | + |
| 31 | +Add `GenericShowFields` instance for `NoArguments` (@kejace) |
| 32 | + |
| 33 | +## [v5.3.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v5.3.0) - 2017-09-01 |
| 34 | + |
| 35 | +Product instances in `Bounded` and `Enum` (@jacereda) |
| 36 | + |
| 37 | +## [v5.2.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v5.2.0) - 2017-08-05 |
| 38 | + |
| 39 | +- Added `GenericEnum` and `GenericBoundedEnum` |
| 40 | + |
| 41 | +## [v5.1.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v5.1.0) - 2017-06-03 |
| 42 | + |
| 43 | +Add `Maybe` instance (@LiamGoodacre) |
| 44 | + |
| 45 | +## [v5.0.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v5.0.0) - 2017-03-26 |
| 46 | + |
| 47 | +- Updated for PureScript 0.11 |
| 48 | + |
| 49 | +## [v4.1.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v4.1.0) - 2017-01-11 |
| 50 | + |
| 51 | +Added deriving for `Bounded` instances (@matthewleon) |
| 52 | + |
| 53 | +## [v4.0.0](https://github.com/purescript/purescript-generics-rep/releases/tag/v4.0.0) - 2016-12-11 |
| 54 | + |
| 55 | +- Add generic deriving for `Show` instances. |
| 56 | + |
| 57 | +_Note_: This release requires version 0.10.3 of the compiler, or higher. |
| 58 | + |
0 commit comments