Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Releases: tfausak/purescript-batteries

0.7.0

01 Feb 19:22
Compare
Choose a tag to compare
  • #32: Upgraded a bunch of dependencies and changed re-exports.

0.6.0

17 Jul 13:26
Compare
Choose a tag to compare
  • #29: Upgraded to PureScript 0.9.1, along with many 1.0.0 libraries. Thanks @texastoland!
    • Removed ps-sequences
    • Removed ps-arrows
    • Removed Unsafe modules
    • Replaced Console.Unsafe with ps-debug
    • Replaced Aff.Par with ps-parallels
    • Replaced Contravariant.Divisible with ps-contravariant

v0.5.4

21 Apr 12:36
Compare
Choose a tag to compare
  • Upgraded to PureScript 0.8.4.
    • Fixed new warnings.
  • Upgraded to:
    • purescript-aff 0.16.1
    • purescript-arrays 0.4.5
    • purescript-coproducts 0.4.1
    • purescript-datetime 0.9.2
    • purescript-lazy 0.4.1
    • purescript-lists 0.7.10
    • purescript-maps 0.5.7
    • purescript-math 1.0.0
    • purescript-prelude 0.1.5
    • purescript-proxy 1.0.0
    • purescript-sequences 0.6.0

v0.5.3

02 Apr 20:35
Compare
Choose a tag to compare
  • Didn't change anything.

v0.5.2

30 Mar 01:08
Compare
Choose a tag to compare
  • Upgraded to purescript 0.8.3.

v0.5.1

20 Jan 00:47
Compare
Choose a tag to compare
  • Updated to purescript-generics 0.7.1.
  • Updated to purescript-sets 0.5.7.

v0.5.0

13 Jan 18:00
Compare
Choose a tag to compare
  • Updated to purescript-aff 0.14.0.
    • Changed return type of log and print from String to Unit.
  • Updated to purescript-exceptions 0.3.4.
  • Updated to purescript-free 0.9.1.
  • Updated to purescript-lists 0.7.9.
  • Updated to purescript-profunctor 0.3.2.
    • Added Closed, Cochoice, and Costrong.
  • Updated to purescript-sequences 0.5.0.
    • Removed fromSeq and toSeq.
    • Removed fromOrdSeq, fromOrdSeqDescending, and toOrdSeq.
  • Updated to purescript-sets 0.5.5.
    • Added intersection, properSubset, and subset.
      • As a result, removed Data.Sequence.Ordered.intersection.
  • Updated to purescript-transformers 0.8.4.

v0.4.0

04 Jan 14:28
Compare
Choose a tag to compare
  • Updated to purescript-arrays 0.4.4.
  • Updated to purescript-exceptions 0.3.2.
    • Added stack function.
  • Updated to purescript-foldable-traversable 0.4.2.
    • Added maximum, maximumBy, minimum, and minimumBy functions.
  • Updated to purescript-generics 0.7.0.
    • Removed anyProxy function.
  • Updated to purescript-globals 0.2.2.
    • Added decodeURI, decodeURIComponent, encodeURI, and encodeURIComponent functions.
  • Updated to purescript-maps 0.5.4.

v0.3.0

20 Nov 02:30
Compare
Choose a tag to compare
  • Updated to PureScript 0.7.6.1.
  • Updated to purescript-arrows 0.6.2.
  • Updated to purescript-catenable-lists 0.1.1.
  • Updated to purescript-datetime 0.9.1.
  • Updated to purescript-exceptions 0.3.2.
  • Updated to purescript-foreign 0.7.2.
  • Updated to purescript-lens 0.9.1.
  • Updated to purescript-random 0.2.3.
  • Updated to purescript-sets 0.5.3.
  • Updated to purescript-strings 0.7.1.
  • Updated to purescript-these 0.3.3.

v0.2.5

18 Nov 04:27
Compare
Choose a tag to compare
  • Added the purescript-orders (0.1.1) package, which includes: Down, Max, Min, between, clamp, comparing, invert, runMax, and runMin, along with overloaded versions of max and min.
  • Updated to purescript-maybe 0.3.5.
  • Updated to purescript-sequences 0.4.2.