Skip to content

Releases: purescript/purescript-strings

v3.3.0

10 Jul 15:28
Compare
Choose a tag to compare
  • Add a new module Data.String.CodePoints, which treats strings as sequences of Unicode code points rather than sequences of UTF-16 code units. In the future we may swap this module with Data.String. (@michaelficarra)
  • Fix a typo in the documentation (@ijks)

v3.2.1

06 Jun 15:49
Compare
Choose a tag to compare
  • Ensure genString behaves the same regardless of the MonadGen implementation of chooseInt when max < min

v3.2.0

05 Jun 16:43
Compare
Choose a tag to compare
  • Generated strings from genString now vary in length
  • Added additional Char generators

v3.1.0

28 Apr 23:52
Compare
Choose a tag to compare
  • Added some generator functions - introduced Data.String.Gen and Data.Char.Gen

v3.0.0

26 Mar 02:39
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.1.0

25 Dec 03:40
Compare
Choose a tag to compare

Add unsafeRegex (@rightfold)

v2.0.2

26 Oct 11:52
Compare
Choose a tag to compare

v2.0.1

08 Oct 18:43
Compare
Choose a tag to compare

v2.0.0

08 Oct 18:42
Compare
Choose a tag to compare
  • Updated dependencies
  • Pattern and Replacement newtypes are now used to distinguish between arguments when a function accepts multiple strings
  • RegexFlags have been reworked as a monoid (@Risto-Stevcev)

v1.1.0

20 Jul 13:25
Compare
Choose a tag to compare
  • Restored export of the count function.