Skip to content

Releases: groupon/javascript

v10.0.3

26 Mar 17:32
Compare
Choose a tag to compare

🏡 Internal

v10.0.2

17 Feb 15:22
Compare
Choose a tag to compare

v10.0.1

20 Jul 11:58
Compare
Choose a tag to compare

v10.0.0

12 May 09:22
Compare
Choose a tag to compare

Breaking Changes

See: f4373ab

Commits

  • refactor: upgrade to eslint 7.x & drop Node 8 support - @aaarichter #45
    • f4373ab refactor: upgrade to Eslint 7.x & drop Node 8 support
    • 7f3cbde refactor: use assert instead of assertive

v9.0.0

24 Mar 21:53
Compare
Choose a tag to compare

Breaking Changes

requires prettier 2.x peerDep and will result in a
lot of style changes around chained method invocations

See: 6c004e6

Commits

v8.1.1

14 Mar 19:18
Compare
Choose a tag to compare

v8.1.0

03 Feb 19:35
Compare
Choose a tag to compare
  • feat: update rules & packages - @aaarichter #42
    • 44bdfaf chore: update / upgrade packages
    • af4f8c3 feat: add no-self-assign rule
    • c896339 fix: set 8.5.0 as min required node version & adjust example

v8.0.1

28 Oct 22:40
Compare
Choose a tag to compare

v8.0.0

28 Oct 17:00
Compare
Choose a tag to compare

Breaking Changes

/nodeN entrypoints are gone; you must specify a
engines.node section in your package.json; new defaults as specified
by adding extends: plugin:node/recommended; dropped support for node 6
and node 4 and es5

See: a207b40

Commits

  • Complete refactor + Node 12.x (and beyond) support - @dbushong #40
    • 20ce479 chore: update the peerDeps
    • 02a5a35 chore: check in package-lock
    • 16297a4 chore: upgrade pkgs & builds
    • a207b40 feat: support all versions automatically
    • 6d3fd0f fix: tweak default node/* settings
    • 55315c9 test: add negative test for node supported

v7.2.1

19 Aug 17:46
Compare
Choose a tag to compare