File: CHANGELOG.md

package info (click to toggle)
haskell-newtype-generics 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 92 kB
  • sloc: haskell: 302; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 1,211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Changelog for `newtype-generics`

## [0.5.3] – 2018-03-23
- All code was moved to a new `Control.Newtype.Generics` module.
- `Control.Newtype` re-exports `Control.Newtype.Generics`, but is deprecated
  and will be removed in the next major release.

## [0.5.2.2] – 2018-03-16
- Adjust bounds for `base` and `transformers`

## [0.5.2.1] – 2018-02-16
- Reupload due to README encoding issue

## [0.5.2] – 2018-02-16
### Added
- `under2`
- `over2`

### Other
- Various documentation improvements

## [0.5.1]
### Added
- Add more instances from base

## 0.5.0.1
### Changes
- Compatibility with GHC 8.2.1

## 0.5
### Changes
- Relax types of `underF` and `overF` to allow different input & output functors


[Unreleased]: https://github.com/jcristovao/newtype-generics/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/jcristovao/newtype-generics/compare/v0.5.2.2...v0.5.3
[0.5.2.2]: https://github.com/jcristovao/newtype-generics/compare/v0.5.2.1...v0.5.2.2
[0.5.2.1]: https://github.com/jcristovao/newtype-generics/compare/v0.5.2...v0.5.2.1
[0.5.2]: https://github.com/jcristovao/newtype-generics/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/jcristovao/newtype-generics/compare/v0.5.0.1...v0.5.1