Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 929 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 929 Bytes

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:

v2.0.0 - 2022-04-28

Breaking changes:

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

  • Update CSSStyleDeclaration functions to take style arg last (#12 by @theqp)

    This follows the convention of "the thing being operated on" occurs last in function that take multiple arguments.

New features:

Bugfixes:

Other improvements:

v1.0.0 - 2021-02-26

  • Initial release of the web-cssom library, compatible with PureScript 0.14