Skip to content

Releases: purescript-web/purescript-web-cssom

v2.0.0

28 Apr 00:08
4cc9dea
Compare
Choose a tag to compare

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.

v1.0.0

26 Feb 21:46
7399a35
Compare
Choose a tag to compare

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