Skip to content

Releases: groupon/javascript

v5.2.1

03 Jan 17:15
Compare
Choose a tag to compare

v5.2.0

02 Dec 00:32
Compare
Choose a tag to compare
  • resurrect no-console as error - @dbushong #23
    • f66914e feat: resurrect no-console as error
    • 57a5ff9 chore: add nvmrc for node8 dev compliance

v5.1.1

21 Nov 22:00
Compare
Choose a tag to compare
  • fix: set prefer-template to off for es5 - @markowsiak #22
    • fb601e6 fix: set prefer-template to off for es5

v5.1.0

01 Nov 17:52
Compare
Choose a tag to compare
  • feat: support object spread and mjs - @jkrems #21
    • 344fe64 feat: support object spread and mjs

v5.0.0

25 Aug 23:06
Compare
Choose a tag to compare

Breaking Changes

This switches our linting to an entirely new
set of rules. For the most part we're trying to stay consistent
with the old format to reduce churn but it explicitly is a departure.

See: 559c99f

Commits

  • Simplify package structure and decouple from Airbnb - @jkrems #20
    • 559c99f refactor: Drop dependency on lerna & airbnb
    • 98ce778 feat: Add prettier for node 6 config
    • 15b1ec6 feat: Bring back basic bug prevention rules
    • 5c3d500 fix: Use proper import syntax
    • f849bdc feat: Add import checks
    • 366813b fix: Add missing test file pattern
    • 94d539c refactor: Run tests on node 8
    • f898741 refactor: Reuse rule list
    • 1396cb1 test: Verify ES5 vs. ES6 behavior
    • 5eff6a0 test: Enable coffee tests
    • ef674e4 feat: Bring back style linting
    • c42aeb7 fix: Add more --fix test cases
    • f4d8eb6 test: Add test case of newline after import
    • f9cdaaf docs: Add links to opinion rules
    • ff1ddca fix: Remove console.log
    • 38d19d3 style: Self-lint with latest deps
    • 6dc9135 fix: Lint self for node 4
    • 74df77c docs: Update readme with updated overview
    • decdae0 docs: Elaborate on rule categories
    • b8c7123 chore: Include stylint config in package
    • 7951d90 feat: Port more airbnb rules
    • 7041f12 feat: Cover more variable conventions
    • 3a93a0c chore: Add nlm & license headers
    • 3a9e573 chore: Ignore package-lock.json since it's not stable
    • 2952567 chore: Rename and clean up dependencies
    • 64630f8 refactor: Back out coffee & stylus linting
    • 4d86376 chore: Apply latest generator
    • 4270b97 docs: Clarify our lack of compliance with airbnb