Releases: purescript/purescript-foreign
Releases · purescript/purescript-foreign
v0.5.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.3
- Added ES3 fallbacks for
Array.isArray
andObject.keys
(@davidchambers)
v0.2.2
v0.2.1
IsForeign
instance forForeign
. (@MichaelXavier)
v0.2.0
Quite a few breaking changes to both names and types:
- A type for errors instead of using string concatenation.
- Breaking a few functions out into their own submodules.
- Adding types and instances to handle null-like values.
- Use the
Either
monad instead of theForeignParser
monad.