Releases: purescript-contrib/purescript-unicode
Releases · purescript-contrib/purescript-unicode
v6.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#40 by @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#38 by @thomashoneyman)
v5.0.1
Other improvements:
- Moved third-party licenses to
LICENSE_THIRDPARTY
(#37 by @maxdeviant) - Run
isLowerTests
in tests (#35 by @JordanMartinez) - Added test for CJK characters for
isSpace
(#36 by @maxdeviant)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#30 by @JordanMartinez)
- Main module renamed to
Data.CodePoint.Unicode
, functions now operate onCodePoint
s, no longerChar
s (#15 by @MonoidMusician) - Simple case conversions renamed
toUpper
->toUpperSimple
, etc. (#15 by @MonoidMusician) - Deprecation warnings for
isDigit
anddigitToInt
(#31 by @milesfrain)
New features:
- Added
hexDigitToInt
,decDigitToInt
,octDigitToInt
and deprecatedisDigit
anddigitToInt
(#31 by @milesfrain) - New
toUpper
,toLower
,toTitle
based on full Unicode replacements, which may return more than one code point (#15 by @MonoidMusician) - Added
caseFold
andcaseFoldSimple
(#15 by @MonoidMusician) - New module
Data.String.Unicode
for case-conversion operating on strings (derived from the code point functions) (#15 by @MonoidMusician)
Bugfixes:
Other improvements:
v4.0.1
- Adds metadata including contributor guidelines
- Pushes latest release to Pursuit
v4.0.0
Updates for 0.12
v3.0.2
- Performance improvements