Skip to content

3.5.0 (2021-05-12)

Choose a tag to compare

@willdurand willdurand released this 12 May 13:40
· 2670 commits to master since this release
58b50cc

Main changes

This new version adds some (internal) features to support Manifest Version 3 (#3633) as well as new CLI options:

  • Added: added min/max_manifest_version ajv keyword definition, --min/max-manifest-version cli options, refactored manifest schema validator internals
  • Added: added min/max_manifest_version handling in webextensions api eslint rules
  • Added: propagate min/max_manifest_version from top level manifest to api specific manifest types definitions
  • Added: show an explicit error if the requested manifest version range is invalid

dependencies

  • Updated: dependency eslint to v7.26.0 (#3713)

dev dependencies

  • Updated: dependency eslint-config-amo to v4.6.0 (#3715)
  • Updated: dependency prettier to v2.3.0 (#3714)

others

  • Added: configure codecov (#3719)
  • Updated: lock file maintenance