Skip to content

v14.0.0

Choose a tag to compare

@oneamexbot oneamexbot released this 03 Mar 15:09
· 106 commits to main since this release

14.0.0 (2021-03-03)

Features

  • fix the peer dep test; update all deps to latest (51d1864)
  • move optional tools and plugins to optional peerDependencies (4aebd5e)

BREAKING CHANGES

  • Moved TypeScript and Prettier dependencies to peer dependencies and made them optional. Consumers of this package must
    install them separately.
  • Moved ESLint plugins required by amex/test and amex/prettier/* to become optional peer dependencies.
  • Several ESLint plugins received major updates.
  • ESLint versions below v7.15.0 are no longer supported.