Skip to content

馃殺 0.4.0 / 2021-05-11

Latest
Compare
Choose a tag to compare
@LinusU LinusU released this 11 May 16:23
d9ffa8c

馃挜 Breaking Changes

  • Convert package to ESM

    Migration Guide:

    This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node.

    • The minimum version of Node.js supported is now: 12.20.0, 14.13.1, and 16.0.0
    • The package must now be imported using the native import syntax instead of with require
    • The exported functions have been renamed to have better stand-alone names:
      • get to getAttribute
      • set to setAttribute
      • remove to removeAttribute
      • list to listAttributes
      • getSync to getAttributeSync
      • setSync to setAttributeSync
      • removeSync to removeAttributeSync
      • listSync to listAttributesSync

馃尮 Internal Changes

  • Add documentation about namespaces
  • Upgrade to Mocha 7.x
  • Switch CI to GitHub Actions
  • Upgrade to Mocha 8.x
  • Upgrade to Standard 16.x