Sanctuary Type Classes Versions Save

:rainbow: Standard library for Fantasy Land

v8.0.1

6 years ago

Changes:

v8.0.0

6 years ago

Changes:

  • :warning: 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:

v7.2.0

6 years ago

Additions:

v7.1.1

6 years ago

Changes:

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

v7.1.0

6 years ago

Additions:

v7.0.0

6 years ago

Changes:

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

v6.1.0

6 years ago

Additions:

v6.0.0

7 years ago

Changes:

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

v5.2.0

7 years ago

Additions:

v5.1.0

7 years ago

Changes:

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

Additions:

  • Object$prototype$traverse (#52)