Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@JordanMartinez JordanMartinez released this 28 Apr 00:08
4cc9dea

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.