Releases: rowtype-yoga/purescript-vault
Releases · rowtype-yoga/purescript-vault
v1.0.0
Breaking changes:
- Updated to v0.15 of the compiler, dropping support for previous versions. (#1 by @nsaunders)
New features:
- Added the
adjust
function which allows the value corresponding to a given key to be modified. (#2 by @nsaunders)
Bugfixes:
- Fixed
union
function which previously ignored the first argument. (#2 by @nsaunders)
Other improvements:
- Updated the project to the standards of the purescript-contrib organization. (713fd52 by @nsaunders)
- Updated the test suite to include better coverage. (#2 by @nsaunders)
- New implementation removes FFI code. (#3 by @nsaunders)