-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGELOG
145 lines (100 loc) · 3.55 KB
/
CHANGELOG
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
Changes from 0.8.7 to 0.8.8
---------------------------
* Added support GHC 9.4, Cabal 3.8
Changes from 0.8.6 to 0.8.7
---------------------------
* Fixed build with stack and its resolver LTS 19.
Changes from 0.8.5 to 0.8.6
---------------------------
* Fixed arithmetic underflow during GHC >=8.8 build.
* Added support GHC 9.0.
Changes from 0.8.4 to 0.8.5
---------------------------
* Fixed sdist for both v1 and v2 approaches.
* Fixed build package as dependency via `v2` commands.
Changes from 0.8.3 to 0.8.4
---------------------------
* Fixed builds with GHC 8.2, 8.4
* Adopted to upgraded Hackage (Cabal 3.0)
Changes from 0.8.2 to 0.8.3
---------------------------
* Added support Cabal 2.0
Changes from 0.8 to 0.8.2
-------------------------
* Deprecated support for very old GHCs
* Updated cabal file to differentiate between build dependencies and setup dependencies
* Add upper and lower bounds to build dependencies
* Stack compatibility
Changes from 0.8 to 0.8.1
-------------------------
* Added the ShiftJIS and CP932 encodings
Changes from 0.7.0.2 to 0.8
---------------------------
* GHC-7.10/AMP compatibility
Changes from 0.7.0.1 to 0.7.0.2
-------------------------------
* Flesh out the MacOSRoman encoding, which was missing 33 code points
Changes from 0.7 to 0.7.0.1
---------------------------
* GHC-7.8 compatibility
Changes from 0.6.7 to 0.7
-------------------------
* the type of ByteSource's fetchAhead method changed to accomodate updates to the binary package
Changes from 0.6.5 to 0.6.7
---------------------------
* Skipped version 0.6.6 due to rogue upload on Hackage
* GHC-7 and HaXml-1.22 compatibility
* add -systemEncoding flag for Windows builds
Changes from 0.6.4 to 0.6.5
---------------------------
* Make package work with >=base-4.3.0.0 and mtl-2
Changes from 0.6.3 to 0.6.4
---------------------------
* Throw an error when encoding non-ascii chars with ascii
* Fix compilation with mtl-2
Changes from 0.6.2 to 0.6.3
---------------------------
* Use new QuickCheck version 2 for tests
* Fixed UTF16 encoding range
Changes from 0.6.0 to 0.6.1
---------------------------
* Support for many MSDOS codepages
* Show instance for DynEncoding
* More IO functions
* Fancy translation tables for the documentation of auto-generated modules
Changes from 0.5.2 to 0.6.0
---------------------------
* Moved from TemplateHaskell to a custom pre-processor for code-generation.
This is necessary because:
- TemplateHaskell is really slow for large data structures
- TemplateHaskell doesn't yet support the MagicHash extension that is useful for the library
* Use efficient, static data structures for encoding/decoding
* Fixed bug in UTF-8 that could call 'chr' with bad arguments
Changes from 0.5 to 0.5.2
-------------------------
* Export function encodingFromStringExplicit
Changes from 0.4 to 0.5
-----------------------
* Complete rewrite of the Encoding class to allow for
- On-the-fly changing of the encoding while en-/decoding
- Ability to en-/decode from/to any data structure
* A general module to help specify encodings based on ISO 2022
* New encodings:
- JIS X 0201
- JIS X 0208
- ISO 2022-JP
* More test cases
Changes from 0.3 to 0.4
-----------------------
* A new, strict UTF-8 decoder
* Minor bugs fixed in UTF-16 and BootString
* Test cases for UTF-8, UTF-16 and BootString
* Added KOI8U encoding
Changes from 0.2 to 0.3
-----------------------
* Converted to new cabal interface
* Support for GHC 6.8
* Support for new bytestring interface
Changes from 0.1 to 0.2
-----------------------
* Implemented GB18030 encoding