Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 2.06 KB

File metadata and controls

61 lines (35 loc) · 2.06 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 - 2022-04-27

Breaking changes:

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

New features:

Bugfixes:

Other improvements:

v2.0.1 - 2021-05-06

Other improvements:

  • Fix warnings revealed by v0.14.1 PS release (#13 by @JordanMartinez)

v2.0.0 - 2021-02-26

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#7)
  • Removed naturals dependency and changed uses of Natural to Int (#8)

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#6)
  • Added a CHANGELOG.md file and pull request template (#10)

v1.2.2 - 2019-08-18

  • Raised upper bound for purescript-web-dom

v1.2.1 - 2019-06-26

  • Added tests and notes pertaining to xs:boolean vs boolean_type
  • Removed dependency on web-events
  • Updated for compatibility with PureScript 0.13

v1.2.0 - 2019-04-23

  • Added typed convenience functions wherever possible.

v1.1.0 - 2019-04-23

  • Added snapshot function for returning an Array of results.

v1.0.0 - 2019-04-19

  • Initial release of the web-dom-xpath library.