All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.1 (2023-09-26)
- readme: add tests and codeql status (9f0306f)
4.1.0 (2023-09-22)
- config: add latest functional prettier plugin (6195400)
4.0.0 (2023-09-22)
- config: removing prettier and other old standards may break custom projects
- disable 2 rules that conflict with existing projects (aa27d9a)
- update documentation for 4.x (f4d3d69)
- npm: replace prettier plugin with prettier config (f0666cc)
- npm: update all dev dependencies to latest (c19cb59)
- prettier: update config (a4ca0ac)
3.1.1 (2023-09-22)
- bump eslint from 7.32.0 to 8.36.0 (78625d3)
- bump eslint-config-standard from 16.0.3 to 17.0.0 (467f6c1)
- bump stylelint from 14.16.1 to 15.2.0 (d82eb78)
- bump stylelint-config-standard from 29.0.0 to 31.0.0 (ade7994)
- bump stylelint-config-standard from 31.0.0 to 33.0.0 (e3da5a6)
- bump stylelint-config-standard-scss from 6.1.0 to 7.0.1 (fb34604)
- bump stylelint-config-standard-scss from 7.0.1 to 8.0.0 (6c35037)
- bump stylelint-config-standard-scss from 8.0.0 to 9.0.0 (24a1714)
- bump stylelint-config-standard-scss from 9.0.0 to 10.0.0 (3627729)
- bump stylelint-prettier from 2.0.0 to 3.0.0 (e1e66f7)
- bump stylelint-prettier from 3.0.0 to 4.0.0 (2b53233)
- codeql: adjust for new branch structure (2d670fe)
- github: update for new branch structure (bb5118b)
3.1.0 (2022-12-06)
- rules: ignore no-descending-specificity rules (004cafd)
- add security policy (05dbd47)
- bump @commitlint/cli from 16.3.0 to 17.0.0 (9b7b067)
- bump @commitlint/config-conventional from 16.2.4 to 17.0.0 (a47c72d)
- bump husky from 7.0.4 to 8.0.1 (c125ecd)
- bump lint-staged from 12.5.0 to 13.0.1 (ce8b264)
- bump stylelint-config-property-sort-order-smacss (9189751)
- bump stylelint-config-standard from 25.0.0 to 26.0.0 (805988f)
- bump stylelint-config-standard from 26.0.0 to 27.0.0 (724c669)
- bump stylelint-config-standard from 27.0.0 to 28.0.0 (c569fef)
- bump stylelint-config-standard from 28.0.0 to 29.0.0 (ecfda7c)
- bump stylelint-config-standard-scss from 3.0.0 to 4.0.0 (1a03bcc)
- bump stylelint-config-standard-scss from 4.0.0 to 5.0.0 (0c73a57)
- bump stylelint-config-standard-scss from 5.0.0 to 6.0.0 (97f131a)
- github: add CodeQL workflow (614b52a)
- github: add dependabot (8669441)
3.0.1 (2022-02-16)
- correct peer dependencies (acda38c)
3.0.0 (2022-02-16)
- stylelint: stylelint 14 changes how scss is handled and the config has been updated to reflect this
- stylelint: upgrade to stylelint 14 (47ce818)
2.0.3 (2021-09-27)
- npm: update all dependencies and build config (12ae014)
- npm: update commit lint config (ad002a0)
- npm: update stylelint-config packages to latest (2b414dc)
2.0.2 (2020-09-15)
- rules: ignore use and forward at rules (27921c9)
2.0.1 (2020-09-09)
2.0.0 (2020-02-03)
- rules: stylelint 13 uses new rules that are not in older versions
- rules: use prettier and recommended rules (e9328bd)
- changelog: use keepachangelog format (#17) (16a4f14)
- development: add committing and releasing info (2396569)
- general: update sourcing and install (0997070)
- npm: add standard-version (60953d3)
- split out config files (9482e85)
- npm: add husky and githooks (6672a16)
- npm: add husky and githooks (4121fc4)
- npm: disallow .files from being packaged (d589215)
- npm: run audit and updates (#16) (0ceffb1)
- npm: update dependencies (fa46ebf)
1.0.3 - 2019-09-20
- Overhauled changelog
- Update dependencies
1.0.2 - 2019-07-19
- Update dependencies
1.0.1 - 2019-05-28
- Add exceptions to
at-rule-empty-line-before
andblock-closing-brace-newline-after
to resolve conflicts with Sassat-else-if
rules (#8).
- Remove
no-duplicate-dollar-variables
rule (#6)
1.0.0 - 2019-04-03
- Initial config