Skip to content

馃殺 2.0.0 / 2021-08-21

Latest

Choose a tag to compare

@LinusU LinusU released this 21 Aug 13:09
18501ba

馃挜 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

馃帀 Enhancements

  • Add support for symbol keys

馃悰 Fixes

  • Fix handling of undefined/null items

馃尮 Internal Changes

  • Bump lodash in lock file
  • Bump argparse, esprima & js-yaml in package lock
  • Remove package lock file
  • Upgrade to Standard v14