Skip to content

Latest commit

 

History

History
417 lines (205 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

417 lines (205 loc) · 16.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.4.0 (2022-10-11)

Features

6.3.3 (2022-09-23)

Bug Fixes

  • remove unrecognized prettier option (b4060a0)
  • turn off import/max-dependencies (5be53de)

6.3.2 (2022-09-22)

Bug Fixes

  • turn off prefer-await-to-callbacks (af717a9)

6.3.1 (2022-09-22)

Bug Fixes

6.3.0 (2022-09-21)

Features

Bug Fixes

  • remove verbose console output (463c319)
  • use vue-ts config for various tests (0a77f4e)

6.2.0 (2022-09-09)

Features

  • adjust some rule configs (3ced23a)

6.1.0 (2022-07-26)

Features

6.0.6 (2022-07-26)

Bug Fixes

  • attempt to fix postinstall script (3401320)
  • second attempt to fix postinstall script (77a35a4)
  • typo in is-dependency.js (ee7e68f)

6.0.5 (2022-07-26)

Bug Fixes

  • add lint-staged config to script override (4f00884)

6.0.4 (2022-07-21)

Bug Fixes

  • turn off import/extensions for ts vue (df75fb6)

6.0.3 (2022-07-21)

Bug Fixes

  • turn off no-require-imports for scripts (558cb09)

6.0.2 (2022-07-21)

Bug Fixes

  • move base overrides to separate config (6035b07)

6.0.1 (2022-07-21)

Bug Fixes

6.0.0 (2022-07-21)

⚠ BREAKING CHANGES

  • move typescript to its own configs

Features

  • move typescript to its own configs (7aa5061)

5.5.2 (2022-07-20)

Bug Fixes

  • ignore packages for import/extensions (313a9a0)

5.5.1 (2022-07-20)

Bug Fixes

  • shared-configs option merging (2bfc36e)

5.5.0 (2022-07-20)

Features

  • add tailwind config to overrides (b18462b)

Bug Fixes

  • add missing postcss config file names (4b65687)

5.4.0 (2022-07-19)

Features

  • add postcss config to overrides (0c8d288)
  • turn off vue/no-v-model-argument (8b25f24)

5.3.0 (2022-07-18)

Features

  • allow leading $ in identifiers (258a497)

5.2.1 (2022-07-18)

Bug Fixes

  • import order shoud not mess up unassigneds (456ccf6)

5.2.0 (2022-07-18)

Features

  • add stylelint config to overrides (75b5df6)

5.1.0 (2022-07-18)

Features

  • turn off vue/no-bare-strings-in-template (21d84ed)

5.0.0 (2022-07-18)

⚠ BREAKING CHANGES

  • switch back to js extension
  • move configs to separate directory
  • remove backticks config

Features

Bug Fixes

  • misspelled eslint config file name (3da21a4)
  • restore shell scripts (2dda071)
  • script/module configs (9f3b814)

Code Refactoring

  • move configs to separate directory (19f32a2)
  • remove backticks config (09f0f37)
  • switch back to js extension (c768888)

4.1.5 (2022-06-20)

4.1.4 (2022-06-20)

4.1.3 (2022-06-20)

4.1.2 (2022-06-20)

Bug Fixes

  • ts consistent-type-definitions should be interface (52dd275)

4.1.1 (2022-06-20)

Bug Fixes

  • import/extensions rule requires a ts override (5bce6b3)

4.1.0 (2022-06-17)

Features

  • remove momentjs plugin and config (978462c)

4.0.1 (2022-06-17)

Bug Fixes

4.0.0 (2022-06-17)

⚠ BREAKING CHANGES

  • redo eslint config
  • rename all .js files to .cjs

Features

Bug Fixes

  • use functions for shared configs (4d6b553)

3.4.0 (2022-05-27)

Features

  • remove vue-scoped-css plugin (aa2e699)

3.3.0 (2022-05-27)

Features

  • update typescript rules (7474e90)

3.2.3 (2022-05-24)

3.2.2 (2022-05-23)

3.2.1 (2022-05-23)

3.2.0 (2022-05-23)

Features

  • move ts type-aware rules to separate config (1224219)

3.1.0 (2022-05-23)

Features

3.0.2 (2022-05-23)

3.0.1 (2022-05-23)

3.0.0 (2022-05-23)

⚠ BREAKING CHANGES

  • Formatting settings and dependencies have been updated/modified.

Features

Bug Fixes

  • exclude typescript files from prettier xml plugin (0ee1c7c)

2.1.3 (2021-11-04)

Bug Fixes

  • handle git repo dependency detection (323e0c4)

2.1.2 (2021-11-04)

Bug Fixes

  • make husky install only work in dev (cca561b)

2.1.1 (2021-11-04)

Bug Fixes

  • move husky install to postinstall (d215dd4)

2.1.0 (2021-11-03)

Features

  • add artisan file name to php override (c761ac5)

2.0.3 (2021-11-03)

2.0.2 (2021-07-13)

Bug Fixes

  • add lint-staged back to dev dependencies (4c309ea)

2.0.1 (2021-07-13)

Bug Fixes

2.0.0 (2021-07-13)

⚠ BREAKING CHANGES

  • update config and dependencies

Features

  • update config and dependencies (2f3ef3a)

1.3.0 (2020-09-02)

Features

1.2.0 (2020-07-13)

Features

  • improve prettier config (7d14922)

Bug Fixes

  • install pnpm in CI environment (f1f6df3)
  • pnpm installation (359a210)

1.1.0 (2020-05-21)

Features

  • add additional prettier plugins (fd1a8e7)
  • add eslint-plugin-markdown (#1) (f2b1708)
  • add stylelint config (b97c0b4)
  • include additional Prettier plugins (6854382)

Bug Fixes

  • copy standard configs instead of referencing (5023fc5)
  • ESLint config validation issue (e9c2b4d)
  • remove broken prettier-plugin-sh (da1d9e0)
  • remove preinstall script (4a060f1)
  • switch back to yarn (761f10e)

1.0.0 (2019-10-07)