Skip to content

Releases: sanctuary-js/sanctuary-type-classes

Version 8.0.1

04 Feb 15:36
548b9ce
Compare
Choose a tag to compare

Changes:

Version 8.0.0

09 Jan 17:03
35973e8
Compare
Choose a tag to compare

Changes:

  • ⚠️ Z.filter now leverages the new Filterable type class, so no longer derives its behaviour from other type classes (#80)

Removals:

  • Z.filterM (#80)

Additions:

Version 7.2.0

04 Jan 17:27
b0c871d
Compare
Choose a tag to compare

Additions:

Version 7.1.1

30 Nov 13:51
d9255b3
Compare
Choose a tag to compare

Changes:

  • Object$prototype$traverse now works correctly (#75)

Version 7.1.0

20 Oct 12:40
9db89ad
Compare
Choose a tag to compare

Version 7.0.0

29 Sep 13:11
f566a33
Compare
Choose a tag to compare

Changes:

  • ⚠️ inherited properties are now ignored when enumerating a string map's keys (#70)

Version 6.1.0

29 Sep 11:47
af84dd9
Compare
Choose a tag to compare

Version 6.0.0

28 May 12:07
6312ebe
Compare
Choose a tag to compare

Changes:

  • ⚠️ Z.TypeClass now takes a url parameter (#57)
  • ⚠️ Array$prototype$extend now behaves like its Haskell equivalent (#58)
  • ⚠️ String$prototype$toString now uses JSON.stringify, which is faster but encodes certain characters differently (#59)

Version 5.2.0

23 May 06:18
d73f083
Compare
Choose a tag to compare

Version 5.1.0

11 May 01:57
2f09ab7
Compare
Choose a tag to compare

Changes:

  • Object$prototype$reduce now ensures consistent enumeration order (#50)

Additions:

  • Object$prototype$traverse (#52)