File: ChangeLog.md

package info (click to toggle)
haskell-serialise 0.2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 596 kB
  • sloc: haskell: 6,811; makefile: 3
file content (45 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (2)
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
41
42
43
44
45
# Revision history for serialise

## 0.2.6.1  -- 2023-11-13

* Support GHC 9.8

## 0.2.6.0  -- 2022-09-24

* Support GHC 9.4

* Drop GHC 8.0 and 8.2 support

## 0.2.4.0  -- UNRELEASED

* Add instances for Data.Void, strict and these.

## 0.2.3.0  -- 2020-05-10

* Bounds bumps and GHC 8.10 compatibility

## 0.2.2.0  -- 2019-12-29

* Export `encodeContainerSkel`, `encodeMapSkel` and `decodeMapSkel` from
  `Codec.Serialise.Class`

* Fix `Serialise` instances for `TypeRep` and `SomeTypeRep` (#216)

* Bounds bumps and GHC 8.8 compatibility

## 0.2.1.0  -- 2018-10-11

* Bounds bumps and GHC 8.6 compatibility

## 0.2.0.0  -- 2017-11-30

* Improved robustness in presence of invalid UTF-8 strings

* Add encoders and decoders for `ByteArray`

* Export `GSerialiseProd(..) and GSerialiseSum(..)`


## 0.1.0.0  -- 2017-06-28

* First version. Released on an unsuspecting world.