Skip to content

Latest commit

 

History

History
506 lines (255 loc) · 22 KB

CHANGELOG.md

File metadata and controls

506 lines (255 loc) · 22 KB

Change Log

4.0.1

Patch Changes

4.0.0

Major Changes

3.9.2

Patch Changes

3.9.1

Patch Changes

3.9.0

Minor Changes

3.8.0

Minor Changes

3.7.0

Minor Changes

Patch Changes

3.6.0

Minor Changes

Patch Changes

3.5.1

Patch Changes

3.5.0

Minor Changes

3.4.2

Patch Changes

3.4.1

Patch Changes

3.4.0

Minor Changes

3.3.0

Minor Changes

3.2.0

Minor Changes

3.1.3

Patch Changes

  • 27662c4 Thanks @JounQin! - fix(prettier): ignore .nvmrc, use sh for .*shrc

3.1.2

Patch Changes

  • 69c1da7 Thanks @JounQin! - fix(deps): upgrade eslint-plugin-mdx and prettier-plugin-pkg

3.1.1

Patch Changes

  • 04a4d10 Thanks @JounQin! - chore: upgrade (dev)Dependencies and related usages

3.1.0

Minor Changes

3.0.0

Major Changes

2.2.0

Minor Changes

  • c51d532 Thanks @JounQin! - feat(prettier): enable singleAttributePerLine option

Patch Changes

2.1.0

Minor Changes

2.0.0

Major Changes

1.10.1

Patch Changes

  • #69 65d9e3f Thanks @JounQin! - fix(stylelint): support JavaScript/TypeScript/Markdown files

1.10.0

Minor Changes

  • #64 c9743ef Thanks @JounQin! - feat!: bump all upgradable dependencies, update related usages

1.9.0

Minor Changes

1.8.1

Patch Changes

1.8.0

Minor Changes

1.7.4

Patch Changes

1.7.3

Patch Changes

1.7.2 (2021-04-30)

Bug Fixes

  • eslint-config: bump (dev)Dependencies except babel, disbale few rules (12d125f)

1.7.1 (2021-04-20)

Bug Fixes

1.7.0 (2021-04-02)

Features

  • enable eslint-plugin-jsdoc, disable ivy for ng-lib (988f810)

1.6.0 (2021-03-23)

Features

  • use @rxts/eslint-plugin-prettier temporarily (46dde2e)

1.5.0 (2021-03-14)

Features

  • enable plugin:sonar/recommended, refactor tsconfig/tslint files (70c8a99)

1.4.0 (2021-03-02)

Features

  • eslint-config: enable sonar/deprecation to replace tslint's (0679fcf)

1.3.1 (2021-02-28)

Bug Fixes

  • stylelint-config: use official stylelint-prettier (39599d8)

1.3.0 (2021-02-22)

Features

  • better support for svelte (9dcd408)

1.2.0 (2021-02-20)

Features

  • eslint-config: enable eslint-comments, enforce function style (5bb2286)

1.1.0 (2021-02-16)

Features

  • eslint-config: disable unicorn/prefer-spread for loose config (7d42c93)

1.0.0 (2021-01-26)

Note: Version bump only for package @1stg/prettier-config

0.11.1 (2021-01-26)

Note: Version bump only for package @1stg/prettier-config

0.11.0 (2020-11-27)

Features

0.10.5 (2020-07-07)

Note: Version bump only for package @1stg/prettier-config

0.10.4 (2020-06-18)

Bug Fixes

  • htmlWhitespaceSensitivity is not safe to use (b94fcfb)

0.10.3 (2020-06-02)

Bug Fixes

  • eslint-config: disable some too strict rules in loose mode (078eda1)

0.10.2 (2020-05-24)

Note: Version bump only for package @1stg/prettier-config

0.10.1 (2020-04-23)

Bug Fixes

  • tslint-config: bump tslint-plugin-prettier (3559406)

0.10.0 (2020-04-21)

Features

  • bump versions, change schedule to monthly (ae34961)

0.9.5 (2020-04-07)

Bug Fixes

  • eslint-config: disable prefer-number-properties for loose config (d5caba9)

0.9.4 (2020-04-02)

Bug Fixes

  • deps: bump all (dev)Dependencies (31f5f14)

0.9.3 (2020-02-22)

Note: Version bump only for package @1stg/prettier-config

0.9.2 (2020-02-12)

Bug Fixes

0.9.1 (2020-02-11)

Bug Fixes

  • eslint-config: set sortCharacterClasses false for regex-shorthand (a60f2e2)

0.9.0 (2020-02-11)

Features

  • eslint-config: disable some too strict unicorn rules (337ee1c)

0.8.2 (2020-02-07)

Bug Fixes

  • lint-staged: remove git add commands (6595d7f)

0.8.1 (2020-02-07)

Bug Fixes

  • downgrade husky temporarily, remove git add in lint-staged config (50c4532)

0.8.0 (2020-02-01)

Features

  • prettier-config: add next config for babel-ts parser (0804cc8)

0.7.1 (2020-02-01)

Bug Fixes

  • prettier-config: add arrowParens avoid to prevent regression via prettier 2.0 (1336067)

0.7.0 (2020-01-31)

Features

  • tslint-config: migrate rxjs-tslint to @rxts/rxjs-tslint (a46a510)

0.6.8 (2020-01-28)

Bug Fixes

  • deps: bump all (dev)Dependencies, migrate to GitHub Actions (8b3b84c)

0.6.7 (2020-01-26)

Bug Fixes

  • deps: bump all (dev)Dependencies, ignore UPPER_CASE markdown filenames (a679e88)

0.6.6 (2020-01-17)

Bug Fixes

  • deps: bump all (dev)Dependencies (2faaabd)

0.6.5 (2020-01-12)

Note: Version bump only for package @1stg/prettier-config

0.6.4 (2019-12-11)

Bug Fixes

  • deps: bump all (dev)Dependencies, support prettier .*shrc files (cab346c)

0.6.3 (2019-11-18)

Bug Fixes

  • deps: bump (dev)Dependencies (1a02a42)

0.6.2 (2019-11-09)

Bug Fixes

  • babel-preset: support fast/generator/promises or exclude async transformer (99a9666), closes #8

0.6.1 (2019-11-08)

Bug Fixes

  • prettier-config: add quote config for ruby files (94cec5e)

0.6.0 (2019-11-08)

Features

  • prettier-config: support format ruby files (df7fdd1)

0.5.2 (2019-11-01)

Bug Fixes

  • refactor nested configurations, add scss/loose config (71f27d9)

0.5.1 (2019-10-31)

Bug Fixes

  • prettier-config: add semi angular/vue configs (db79637)

0.5.0 (2019-10-31)

Features

  • enable sonar for eslint/tslint, refactor dependencies declaration (a27422f)

0.4.3 (2019-10-20)

Bug Fixes

  • a lot of tiny improvements (06fb545)

0.4.2 (2019-10-05)

Bug Fixes

  • deps: upgrade buggy/outdated (dev)Dependencies (7dceac0)

0.4.1 (2019-10-02)

Bug Fixes

  • lint-staged: enabled prettier-plugin-sh for a lot of files 🎉 (7f74c65)

0.4.0 (2019-10-02)

Features

  • prettier-config: add prettier-plugin-sh support! (e443ffb)

0.3.4 (2019-10-01)

Bug Fixes

  • eslint-config: disable some no so useful rules, add stories and config (74d1a69)

0.3.3 (2019-09-29)

Bug Fixes

  • disable node/no-extraneous-import for .d.ts (dcaf6b4)

0.3.2 (2019-09-26)

Bug Fixes

  • deps: bump dependencies, add tslint-config/eslint, disable no-namespace for .d.ts (8b340e8)

0.3.1 (2019-09-24)

Bug Fixes

  • prettier-config: upgrade prettier-plugin-pkg which works better like offical prettier json fomatter (ba4b64d)

0.3.0 (2019-09-24)

Features

  • enable @pkgr/named-exports and prettier-plugin-pkg (f7b1bc6)

0.2.0 (2019-09-01)

Features

  • first blood, should just work (f925e8e)