Skip to content

Releases: purescript-contrib/purescript-unicode

v6.0.0

27 Apr 22:37
6454d59
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v5.0.1

17 Nov 01:42
2b66dcd
Compare
Choose a tag to compare

Other improvements:

v5.0.0

26 Feb 20:01
8e36080
Compare
Choose a tag to compare

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 on CodePoints, no longer Chars (#15 by @MonoidMusician)
  • Simple case conversions renamed toUpper -> toUpperSimple, etc. (#15 by @MonoidMusician)
  • Deprecation warnings for isDigit and digitToInt (#31 by @milesfrain)

New features:

  • Added hexDigitToInt, decDigitToInt, octDigitToInt and deprecated isDigit and digitToInt (#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 and caseFoldSimple (#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:

  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#22, #26, #29)

v4.0.1

23 Jun 00:46
Compare
Choose a tag to compare
  • Adds metadata including contributor guidelines
  • Pushes latest release to Pursuit

v4.0.0

02 Jun 10:23
84b77fb
Compare
Choose a tag to compare

Updates for 0.12

v3.0.2

11 Nov 17:27
bdaf3a8
Compare
Choose a tag to compare
  • Performance improvements