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

Releases: purescript-deprecated/purescript-globals

v4.1.0

11 Aug 13:11
8e6d69c
Compare
Choose a tag to compare

Added safe versions of various functions from Global.Unsafe (@nsaunders)

v4.0.0

22 May 23:52
3c6251d
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • encodeURI / decodeURI / encodeURIComponent / decodeURIComponent are now under Global.Unsafe as they can throw exceptions.

v3.0.0

25 Mar 23:47
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.0.0

03 Oct 00:30
Compare
Choose a tag to compare
  • Updated dependencies

v1.1.0

28 Jul 11:30
Compare
Choose a tag to compare
  • Added functions under Global.Unsafe for toFixed, toExponential, toPrecision (@kika)

v1.0.0

01 Jun 03:02
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.1

24 Mar 23:13
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Release candidate for the psc 0.8+ core libraries

v0.2.2

21 Nov 17:37
Compare
Choose a tag to compare

Add (encode|decode)URI(Component?) (@fisx)

v0.2.1

05 Sep 23:25
Compare
Choose a tag to compare

Add unsafeStringify

v0.2.0

30 Jun 00:25
Compare
Choose a tag to compare

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.