Skip to content

Latest commit

 

History

History
111 lines (55 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

111 lines (55 loc) · 5.26 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.2 (2023-06-19)

Bug Fixes

  • playground: fix language change (f6d48da)

0.2.1 (2023-03-06)

0.2.0 (2023-03-06)

Features

  • exposing transformSfc transformScript to the outside (7a10cb2)
  • Improvement api (c20d095)
  • playground: playground (7456e49)
  • playground: playground base (a39c99c)

0.1.5 (2023-01-04)

Bug Fixes

  • span calculation error in multi-file mode (6f39c09)

0.1.4 (2023-01-03)

Bug Fixes

  • can't find tosetup.config (a5183f0)

0.1.3 (2022-12-30)

Features

  • optimize skipping the unwanted transform file prompt (341649b)

0.1.2 (2022-12-26)

Features

  • optimize the Only-Ts display when the props type is an array (5281eb6)

Bug Fixes

  • emit generates the name of the error (a699991)

0.1.1 (2022-12-23)

Features

  • support for emit transform only in setup functions (f273601)

0.1.0 (2022-12-21)

Features

  • processing for props emits of the same name (e992f3e)

Bug Fixes

  • emits name de-duplication (6b09c1d)
  • import only when attrs or slots are required (c3607c9)
  • offset calculation error (92f0031)

0.0.4 (2022-12-20)

Bug Fixes

  • rust & js unicode length inconsistency (7864b63)

0.0.3 (2022-12-19)

0.0.2 (2022-12-19)

Features

  • rewrite transform (a5348af)
  • use magic string transform code (b8e8eba)

0.0.1 (2022-12-13)

Features

Bug Fixes