Skip to content

Latest commit

 

History

History
126 lines (64 loc) · 5.06 KB

CHANGELOG.md

File metadata and controls

126 lines (64 loc) · 5.06 KB

2.4.2 (2021-09-13)

Bug Fixes

  • package: fixed error when running ecsstractor (ba3969e)

2.4.1 (2021-09-13)

Bug Fixes

  • package: fix incorrect version in package.json (212ab65)

2.4.0 (2021-09-13)

Features

  • ast_types: add ESTree types (a46bc08)
  • supportFileType: implement TSX support (c9e4765)

2.3.0 (2021-09-11)

Features

  • esprima_extend: add JSXExpressionContainer type (a14d4bf)
  • src: implement to extract class selector in JSX code using classNames (10c9085)

2.2.2 (2021-08-30)

Bug Fixes

  • deps: update dependency htmlparser2 to v7 (8eb122f)

2.2.1 (2021-08-02)

Bug Fixes

  • supportFileType: fix JavaScript React not supported (95c4807)

2.2.0 (2021-08-01)

Features

  • commands: add support JSX (82d841d)
  • extractor: add support JSX (b017da0)
  • Extractor: add support for passing arguments when initializing Extractor (b950371)
  • supportFileType: add support file type enum (32ee818)
  • utils: implement utility functions using estree (a8500ba)

2.1.4 (2021-08-01)

Bug Fixes

  • deps: update dependency htmlparser2 to v6 (07067e0)
  • deps: update dependency option-t to v28 (852f3c4)

2.1.4 (2021-07-21)

Bug Fixes

  • deps: update dependency option-t to v28 (852f3c4)

2.1.1 (2020-07-02)

Bug Fixes

  • define commands for execute ecsstractor in each file (c27774a)

2.1.0 (2020-07-01)

Bug Fixes

  • deps: update dependency htmlparser2 to v4 (ee7b454)

Features

  • extension: add async/await when run runCSSExtractor function (ad1855c)
  • commands: add dispose function (764e495)
  • formatter: change parser for code formatter (e117552)

[2.0.0] - 2017-09-26

Breaking changes

  • Update dependency engine versions (8db63175b8e7632bef3c8250140a123de)

Other

[1.0.4] - 2017-09-26

Fixed

  • Rename extension (css-tractor to eCSStractor)

[1.0.3] - 2017-09-26

Fixed

  • Fixed incorrect shortcut of Command Palette

[1.0.2] - 2017-09-26

Fixed

  • Fixed markdown format of README

[1.0.1] - 2017-09-25

Fixed

  • Added repository URL in package.json

[1.0.0] - 2017-09-25

  • Initial release