Skip to content

Latest commit

 

History

History
86 lines (50 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

86 lines (50 loc) · 2.8 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:

v7.0.1 - 2023-10-08

Bugfixes:

  • URLSearchParams.keys and .values returned undefined due to a bug in the foreign code (#22 by @cakekindel)

Other improvements:

  • Rename uneffectfulHref to hrefPure (used privately for Show instance) (#21 by @JordanMartinez)

v7.0.0 - 2023-07-31

Breaking changes:

  • Drop support for Legacy API (#20 by @JordanMartinez)
  • Drop support for querystring bindings (#20 by @JordanMartinez)
  • Implement WHATWG URL API bindings (#20 by @JordanMartinez)

New features:

  • Implement bindings for URLSearchParams (#20 by @JordanMartinez)

Bugfixes:

Other improvements:

  • Update CI node to lts/* (#19 by @JordanMartinez)
  • Update CI actions to v3 (#19 by @JordanMartinez)
  • Enforce formatting check via purs-tidy (#19 by @JordanMartinez)

v6.0.0 - 2022-04-27

Breaking changes:

  • Update project and deps to PureScript v0.15.0 (#16 by @nwolverson, @JordanMartinez, @sigma-andex)

New features:

Bugfixes:

Other improvements:

v5.0.0 - 2021-02-26

Breaking changes:

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

Other improvements:

  • Migrated CI to GitHub Actions, updated installation instructions to use Spago, and switched from jshint to eslint (#9)
  • Added a changelog and pull request template (#11)

v4.0.0 - 2018-05-27

  • Updated for PureScript 0.12

v3.0.0 - 2017-04-04

  • Updated for 0.11 (@anilanar)

v2.0.0 - 2016-10-22

  • Updated dependencies

v1.0.0 - 2016-06-07

  • Updates for 1.0 core libraries.

v0.1.2 - 2016-05-02

  • Fix license in bower.json for Pursuit

v0.1.1 - 2015-09-23

  • Release to Pursuit

v0.1.0 - 2015-09-23

  • Initial release