Skip to content

Latest commit

 

History

History
252 lines (123 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

252 lines (123 loc) · 13.1 KB

1.10.4 (2024-01-06)

1.10.3 (2024-01-06)

Bug Fixes

1.10.2 (2024-01-05)

Bug Fixes

  • error [ERR_MODULE_NOT_FOUND]: Cannot find module 'shortcss/lib/list' (139a824)

1.10.1 (2024-01-05)

Bug Fixes

1.10.0 (2024-01-05)

Features

1.9.2 (2023-02-16)

Bug Fixes

  • eslint errors (5639937)
  • improve auto fix tests (b525d61)
  • migrate types (e1c491f)
  • uninstall deprecated stylint types (8f01fee)
  • workaround missing options validation with jest styleint preset (c25950b)

1.9.1 (2022-10-13)

Bug Fixes

1.9.0 (2022-07-16)

Features

  • handle thrown errors of autofix function (868ae5c)

1.8.0 (2021-11-06)

Features

1.7.12 (2021-04-16)

1.7.11 (2021-04-16)

Bug Fixes

  • expanded shorthand check (91cdf8c)
  • keyword may be duplicated (8ba4b47)
  • shorthand value check should ignore variables and functions (0556434)

1.7.10 (2021-04-02)

Bug Fixes

  • import declaration files (e862a5e)
  • only execute autofix func if it could be found (f5b20e3)

1.7.9 (2021-02-25)

1.7.8 (2021-02-25)

Bug Fixes

1.7.7 (2021-01-03)

Bug Fixes

  • generate assets for release (d063f75)

1.7.6 (2021-01-03)

Bug Fixes

1.7.5 (2020-11-29)

Bug Fixes

  • remove hungarian notations (64c5885)

1.7.4 (2020-11-29)

Bug Fixes

  • type of primary options (8010392)

1.7.3 (2020-11-29)

1.7.2 (2020-11-28)

1.7.1 (2020-11-28)

Bug Fixes

  • broken terser minification (5cb14c4)
  • charAt undefined error documentationjs (9a695bb)
  • lint error (c362de1)
  • types of StyleLint/PostCSS (2ae40b9)

1.7.0 (2020-11-19)

Bug Fixes

  • skip expanded shorthan if invalid and not variable or function (0d69d33)

Features

  • split multi-value properties (f087e35)

1.6.1 (2020-10-29)

Bug Fixes

  • skip expanded shorthan if invalid and not variable or function (0d69d33)

1.6.0 (2020-09-06)

Features

  • support basic var and func hash (2a097bc)
  • validate var und func options for optional hash (873ab5d)

1.5.0 (2020-05-29)

Bug Fixes

  • eslint missing return doclet (437f671)

Features

1.4.7 (2020-05-25)

1.4.6 (2020-05-19)

1.4.5 (2020-05-19)

Bug Fixes

  • always mark original node prop, also for shorthands (9e4fd98)
  • check shorthand if configured (05255fb)
  • eslint error (5f5d50d)
  • shorthand should only reject once (ce46c63)

1.4.4 (2020-05-14)

1.4.3 (2020-04-30)

Bug Fixes

  • disable expandShorthand by default (5c1fe00)

1.4.2 (2020-04-28)

1.4.1 (2020-04-28)

1.4.0 (2020-04-27)

Bug Fixes

Features

  • added shorthand support (3cfd8af)

1.3.6 (2020-04-26)

1.3.5 (2020-04-25)

1.3.4 (2020-04-25)

1.3.3 (2020-04-25)

Bug Fixes

  • dev stuff published on npm (1725fac)

1.3.2 (2020-04-25)

Bug Fixes

  • dev stuff published on npm (8c1954c)

1.3.1 (2020-04-25)

1.3.0 (2020-04-25)

Bug Fixes

  • disableFix is a boolean value (3499c62)
  • keyword regex did not have start and end markers for each item (390c3e8)

Features

  • add regex flags and finish ignoreValues (3608e89)