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-tidyformatter (#38 by @thomashoneyman)
v5.0.1
Other improvements:
- Moved third-party licenses to
LICENSE_THIRDPARTY(#37 by @maxdeviant) - Run
isLowerTestsin 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 onCodePoints, no longerChars (#15 by @MonoidMusician) - Simple case conversions renamed
toUpper->toUpperSimple, etc. (#15 by @MonoidMusician) - Deprecation warnings for
isDigitanddigitToInt(#31 by @milesfrain)
New features:
- Added
hexDigitToInt,decDigitToInt,octDigitToIntand deprecatedisDigitanddigitToInt(#31 by @milesfrain) - New
toUpper,toLower,toTitlebased on full Unicode replacements, which may return more than one code point (#15 by @MonoidMusician) - Added
caseFoldandcaseFoldSimple(#15 by @MonoidMusician) - New module
Data.String.Unicodefor 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