Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 1.82 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:

v3.0.0 - 2021-02-26

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#16)
  • Removed deprecated unsafePartialBecause (#16)

New features:

Bugfixes:

Other improvements:

  • Added extra documentation to unsafePartial (#16)
  • Removed outer function in _crashWith FFI (#16)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#17)
  • Added a changelog and pull request template (#18)

v2.0.1 - 2019-02-04

  • Added guide from documentation repo (@anttih)

v2.0.0 - 2018-05-22

  • Updated for PureScript 0.12

v1.2.0 - 2016-12-24

  • Added unsafePartialBecause (@sharkdp)

v1.1.2 - 2016-05-15

  • Made a backwards-compatible minor fix for the upcoming PureScript 0.9 release.

v1.1.1 - 2016-05-02

  • Added a license in bower.json for Pursuit.

v1.1.0 - 2015-12-18

  • Added crash, crashWith and unsafeCrashWith.

v1.0.0 - 2015-12-18

  • Initial release