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
|
## 0.4.0.1 (March 2022)
* Support text-icu == 0.8.* in tests
* Support unicode-data == 0.3.*
## 0.4.0 (November 2021)
* Bump `unicode-data` to `0.2`
* Allow `text 2.0`
* Update to Unicode version 14.0.0
* Drop support for GHC 7.10
## 0.3.8
* Allow ghc-prim 0.7
* Extract `unicode-data` into its own package
* Depend on the latest stable `text`
## 0.3.7.1
* Fix x32 build
## 0.3.7
* Significant performance improvements
* Update to Unicode version 13.0.0
## 0.3.6
* Update to Unicode version 12.1.0
* Update Quickcheck dependency version bounds
* Test with GHC 8.6.5
## 0.3.5
* Update dependency version bounds
* Test with GHC 8.6.2
## 0.3.4
* GHC 8.4.1 support
## 0.3.3
* GHC 8.2.1 support
## 0.3.2
* Work around a GHC/LLVM issue for ARM
## 0.3.1
* Update dependency versions
## 0.3.0
* Support Unicode version 9.0
## 0.2.1
* Improve speed and resource hog during compilation
## 0.2.0
* Support Unicode version 8.0
* Switch to pure Haskell implementation
## 0.1.0.1
* Initial release based on utf8proc C implementation
|