Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

80 lines (48 loc) · 3.45 KB

Changelog

Notable changes 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. (50e18df by @nsaunders)

[0.6.1] - 2023-03-18

New features:

  • Added hashUnique function. (#4 by @nsaunders)

Other improvements:

  • Changed Unique's runtime representation to a BigInt. (#4 by @nsaunders)
  • Updated the project to the standards of the purescript-contrib organization. (8ec352b by @nsaunders)

[0.6.0] - 2023-03-02

Breaking changes:

  • Updated to v0.15 of the compiler, dropping support for previous versions. (7999c18 by @nsaunders)

[0.5.1] - 2023-03-02

Other improvements:

  • Added purs.json file to facilitate package name transfer. (4c40891 by @nsaunders)
  • Added LICENSE file, determined from bower.json. (2f3305c by @nsaunders)

[0.5.0] - 2017-04-26

Breaking changes:

  • Updated to v0.11 of the compiler, dropping support for previous versions. (33214fa by @mechairoi)

[0.4.0] - 2017-01-06

Other improvements:

  • Updated dependencies. (03a24af by @mechairoi)

[0.3.0] - 2016-06-28

Breaking changes:

  • Updated to v0.9 of the compiler, dropping support for previous versions. (3a58d82 by @mechairoi)

[0.2.3] - 2016-05-04

Breaking changes:

  • Updated to v0.8 of the compiler, dropping support for previous versions. (42fecfe by @mechairoi)

[0.2.2] - 2016-02-12

Bugfixes:

  • Fixed bower.json. (5048080 by @mechairoi)

Other improvements:

  • Updated to use Pursuit for docs. (de69519 by @mechairoi)

[0.2.1] - 2016-02-12

No significant changes in this release.

[0.2.0] - 2016-02-12

Breaking changes:

  • Renamed Uniq effect to UNIQ. (4eeac9f by @mechairoi)

[0.1.0] - 2015-08-09

Breaking changes:

  • Updated to v0.7 of the compiler, dropping support for previous versions. (d2b2873 by @mechairoi)

[0.0.1] - 2015-08-09

Initial release