Skip to content

Latest commit

 

History

History
487 lines (246 loc) · 21.3 KB

CHANGELOG.md

File metadata and controls

487 lines (246 loc) · 21.3 KB

Change Log

4.0.0

Major Changes

3.2.3

Patch Changes

3.2.2

Patch Changes

  • #168 3b1246d Thanks @JounQin! - fix(babel-preset): enable allowDeclareFields with `@babel/plugin-tr…

3.2.1

Patch Changes

3.2.0

Minor Changes

Patch Changes

3.1.4

Patch Changes

3.1.3

Patch Changes

3.1.2

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

3.0.0

Major Changes

2.2.0

Minor Changes

  • #80 0cb1e8d Thanks @JounQin! - fix(babel-preset): read jsxRuntime option from react option

2.1.5

Patch Changes

  • #78 82a96c9 Thanks @JounQin! - fix(babel-preset): add jsxRuntime option with automatic as default

2.1.4

Patch Changes

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

2.1.3

Patch Changes

2.1.2

Patch Changes

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

2.1.1

Patch Changes

2.1.0

Minor Changes

2.0.1

Patch Changes

  • 7496ea6 Thanks @JounQin! - fix(babel-preset): use promises as default async value

    fast-async does not support for await

2.0.0

Major Changes

Minor Changes

1.8.4

Patch Changes

  • #20 3bc193a Thanks @JounQin! - feat(babel-preset): deprecate esmodules option, fix presets order

1.8.3

Patch Changes

1.8.2 (2021-04-30)

Bug Fixes

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

1.8.1 (2021-04-20)

Bug Fixes

1.8.0 (2021-04-15)

Features

  • use official eslint-plugin-prettier again, fix postcss config (a05fefc)

1.7.1 (2021-04-08)

Bug Fixes

  • disable unicorn/no-unreadable-array-destructuring (b194734)

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-25)

Features

  • eslint-config: enable allowWithDecorator for no-extraneous-class (6be38ee)

1.2.1 (2021-02-23)

Bug Fixes

  • eslint-config: no-negated-condition is not auto-fixable, so disable in loose mode (68196ad)

1.2.0 (2021-02-20)

Bug Fixes

  • eslint-config: arrow-body-style conflict with prettier (b738f32)

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/babel-preset

0.14.1 (2021-01-26)

Note: Version bump only for package @1stg/babel-preset

0.14.0 (2020-11-27)

Features

0.13.3 (2020-07-07)

Note: Version bump only for package @1stg/babel-preset

0.13.2 (2020-06-02)

Bug Fixes

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

0.13.1 (2020-05-24)

Note: Version bump only for package @1stg/babel-preset

0.13.0 (2020-04-21)

Features

  • bump versions, change schedule to monthly (ae34961)

0.12.4 (2020-04-02)

Bug Fixes

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

0.12.3 (2020-02-22)

Note: Version bump only for package @1stg/babel-preset

0.12.2 (2020-02-12)

Bug Fixes

0.12.1 (2020-02-11)

Bug Fixes

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

0.12.0 (2020-02-11)

Features

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

0.11.2 (2020-02-07)

Bug Fixes

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

0.11.1 (2020-02-07)

Bug Fixes

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

0.11.0 (2020-02-01)

Features

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

0.10.1 (2020-02-01)

Bug Fixes

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

0.10.0 (2020-01-31)

Features

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

0.9.8 (2020-01-28)

Bug Fixes

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

0.9.7 (2020-01-26)

Bug Fixes

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

0.9.6 (2020-01-17)

Bug Fixes

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

0.9.5 (2020-01-12)

Note: Version bump only for package @1stg/babel-preset

0.9.4 (2019-12-11)

Bug Fixes

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

0.9.3 (2019-11-18)

Bug Fixes

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

0.9.2 (2019-11-09)

Bug Fixes

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

0.9.1 (2019-11-04)

Bug Fixes

  • babel-preset: remove transform-commonjs which breaks webpack app (d676053)

0.9.0 (2019-11-03)

Features

  • babel-preset: add babel-plugin-transform-commonjs for tree shaking (7d93dbe)

0.8.2 (2019-11-03)

Bug Fixes

  • bump @pkgr/utils version, dTs config takes highest priority (e980ddb)

0.8.1 (2019-11-01)

Bug Fixes

  • babel-preset: add esmodules option (1dfecdc)

0.8.0 (2019-10-31)

Features

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

0.7.10 (2019-10-22)

Bug Fixes

  • treat mdx as jsx correctly, remove standard-jsx for vue (e9e488f)

0.7.9 (2019-10-20)

Bug Fixes

  • a lot of tiny improvements (06fb545)

0.7.8 (2019-10-11)

Bug Fixes

  • babel-preset: support isTSX option and enable for vue by default (1b762dd)

0.7.7 (2019-10-09)

Bug Fixes

  • babel-preset: shoud provide default options for class properties and decorators (cdd686a)

0.7.6 (2019-10-09)

Bug Fixes

  • babel-preset: add missing class-properties for .tsx? (0c949f2)

0.7.5 (2019-10-09)

Bug Fixes

  • babel-preset: enable decorators plugin, and override correctly for .tsx? (4cc7efd)

0.7.4 (2019-10-05)

Bug Fixes

  • babel-preset: enable remove-console on production except error and warn (cbd95c9)

0.7.3 (2019-10-03)

Bug Fixes

  • babel-preset: detect react-hot-loader and enable it automatically (795a2fe)

0.7.2 (2019-10-01)

Bug Fixes

  • babel-preset: add babel-plugin-import support with builtin antd support (2854921)

0.7.1 (2019-09-30)

Bug Fixes

  • babel-preset: class-properties is still proposal and required, which has not been shipped in preset-env (e3995bc)

0.7.0 (2019-09-18)

Features

  • babel-preset: prefer fast-async over generator (ef2d2f9)

0.6.2 (2019-09-13)

Bug Fixes

  • deps: bump dep versions, support directory option of ts resolver (0c6bcf1)

0.6.1 (2019-09-10)

Bug Fixes

  • deps: enable eslint-import-resolver-ts, add prod option for rollup (3471316)

0.6.0 (2019-09-05)

Features

  • enable eslint-plugin-node, more plugins for rollup (abfa39b)

0.5.0 (2019-09-01)

Bug Fixes

  • do not transform ts automatically, consider jsx as react by default (cad8559)
  • enable jsx plugin for vue and mdx automatically (42608c8)

Features

  • add support of @vue/babel-preset-jsx (cf9670f)
  • first blood, should just work (f925e8e)
  • improve babel-preset and eslint-config usage (4884606)
  • upgrade eslint/stylelint-scss, consider mdx content as jsx (032e9bf)