Skip to content

Complete rewrite by Texas Toland (@texastoland)

Latest
Compare
Choose a tag to compare
@eskimor eskimor released this 10 Aug 08:57
· 8 commits to master since this release
v2.0.0
  • Plain functions instead of record like syntax. The old syntax
    triggered compiler bugs, also the new syntax is more idiomatic PureScript.
  • localStorage and sessionStorage have to be retrieved first - which is
    safer, as this might fail in certain environments.
  • Mock storage based on a simple JS object.
  • We have a test suite! yeah!
  • Alternative JSON based access available for types not having a Generic instance.

All work done in this release is thanks to Mr. Texas Toland, thank you!