Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 1.3 KB

Changelog

Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

  • Updated the project for its new home in the Rowtype Yoga organization. (c86a9a9 by @nsaunders)

[1.0.0] - 2023-03-09

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)

[0.1.0] - 2017-10-30

Initial release