Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 1.77 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:

v5.0.0 - 2022-04-27

Breaking changes:

  • Migrate FFI to ES modules (#29 by @JordanMartinez)

New features:

Bugfixes:

Other improvements:

  • Added purs-tidy formatter (#27 by @thomashoneyman)

v4.0.0 - 2021-02-26

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#23)

New features:

  • Added roles declarations to allow safe coercions (#20)

Bugfixes:

Other improvements:

  • Re-enable test_put_read_take in the test-suite (#16)
  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#21)

v3.0.0 - 2018-05-25

  • Updated for PureScript 0.12

v2.0.1 - 2017-09-20

  • Fixed issue with purs bundle aggressively eliminating core functionality.

v2.0.0 - 2017-08-31

  • Changed argument order
  • Added AVarStatus rather than just isEmptyVar.

v1.0.0 - 2017-07-18

  • Initial release