The library is no longer maintained under this repository. Relevant functionality has been moved into other repositories:
- Number values and operations like
isFinite
,infinity
, parsing, and formatting have moved topurescript-numbers
- Integer parsing has moved to
purescript-integers
- URI encoding and decoding based on JavaScript's
encodeURIComponent
anddecodeURIComponent
have moved topurescript-js-uri
, and a more complete URI library can be found inpurescript-uri
.
The previous releases will continue to work for older libraries that still depend on them.