Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Releases: purescript-deprecated/purescript-maps

v3.0.0

27 Mar 22:21
Compare
Choose a tag to compare
  • Updated for PureScript 0.11
  • Generalized StrMap.unions to Foldable (@rightfold)
  • Fixed StrMap.size to return an Int rather than Number (@rightfold)
  • Test improvements (@matthewleon)
  • Renamed unsafeFreeze to unsafeGet for STStrMap

v2.1.2

15 Feb 17:13
Compare
Choose a tag to compare

Avoid Discard constraints (@mlang)

v2.1.1

25 Jan 21:04
Compare
Choose a tag to compare
  • hasOwnProperty now behaves correctly as a key in a StrMap (@rightfold)

v2.1.0

21 Jan 14:03
Compare
Choose a tag to compare
  • Added toAscUnfoldable for obtaining an Unfoldable structure with keys in ascending order (@joshuahhh). toAscUnfoldable specialised to List behaves the same as toList; toList has now been deprecated.

v2.0.2

08 Dec 12:18
Compare
Choose a tag to compare
  • Removed Ord constraint from toUnfoldable and massively improved efficiency (@sammthomson)
  • Removed Ord constraint from Traversable instance (@joneshf)

v2.0.1

07 Nov 02:16
Compare
Choose a tag to compare

v2.0.0

16 Oct 20:20
Compare
Choose a tag to compare
  • Updated dependencies
  • Added mapWithKey for StrMap (@joshuahhh)

v1.1.0

22 Jun 17:16
Compare
Choose a tag to compare
  • Added lookupLT, lookupLE, lookupGT, lookupGE, findMin, findMax (@mtolly)

v1.0.0

01 Jun 02:52
Compare
Choose a tag to compare

This release is intended for the PureScript 0.9.1 compiler and newer.

Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.

v1.0.0-rc.2

20 May 23:45
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release