Skip to content

Latest commit

 

History

History
321 lines (188 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

321 lines (188 loc) · 16.5 KB

v11.1.0 (2022-04-01)

🏡 Internal

v11.0.6 (2022-03-16)

🏡 Internal

v11.0.5 (2022-02-02)

🏡 Internal

v11.0.4 (2022-02-02)

🏡 Internal

v11.0.3 (2021-11-22)

🏡 Internal

v11.0.2 (2021-11-08)

🐛 Bug Fixes

  • 3bc4a85 fix: wrong typescript peerDep

v11.0.1 (2021-11-08)

🏡 Internal

  • #55 modify ts lint rules to coexist better with js (@dbushong)

v11.0.0 (2021-11-05)

💥 Breaking Changes

#54 upgrades and typescript (@dbushong)

requires bumping eslint-plugin-prettier to ^4

🏡 Internal

v10.0.5 (2021-08-16)

🔼 Dependencies

v10.0.4 (2021-06-04)

🔼 Dependencies

🏡 Internal

v10.0.3 (2021-03-26)

🏡 Internal

10.0.2 - 2021-02-17

10.0.1 - 2020-07-20

10.0.0 - 2020-05-12

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

9.0.0

Breaking Changes

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

See: 6c004e6

Commits

8.1.1

8.1.0

  • 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

8.0.1

8.0.0

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

7.2.1

7.2.0

7.1.0

  • add object-shorthand as fixable error - @dbushong #35
    • e7a0496 feat: add object-shorthand as fixable error

7.0.0

Breaking Changes

This config now builds on top of ESLint 5. This also affects other peerDependencies like certain plugins.

See: 986105d

Commits

6.1.1

  • consistent-return: allow implicit undefined - @dbushong #31
    • 21b9ac3 fix: consistent-return: allow implicit undefined

6.1.0

6.0.0

Breaking Changes

adds eslint-plugin-mocha as a peerDep

See: 897dbb0

Commits

5.4.2

  • docs: update file naming and organization - Closes #7 - @markowsiak #28
    • 6593962 docs: update filenaming and organization - Closes #7 - see: #7

5.4.1

5.4.0

  • resurrect prefer-arrow-callback - @dbushong #26
    • 7de330c feat: resurrect prefer-arrow-callback

5.3.0

  • apply === rule with null expection - @dbushong #25
    • c727390 feat: apply === rule with null expection

5.2.1

5.2.0

  • resurrect no-console as error - @dbushong #23
    • f66914e feat: resurrect no-console as error
    • 57a5ff9 chore: add nvmrc for node8 dev compliance

5.1.1

  • fix: set prefer-template to off for es5 - @markowsiak #22
    • fb601e6 fix: set prefer-template to off for es5

5.1.0

  • feat: support object spread and mjs - @jkrems #21
    • 344fe64 feat: support object spread and mjs

5.0.0

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