Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 2.3 KB

CHANGELOG

1.1.1 (2021-12-15)]

  • Fix: change line terminator of dist files from CRLF to LF

1.1.0 (2021-12-13)]

1.1.0-beta.3 (2021-09-13)]

  • Fix: don't remove script setup block (#112)

1.1.0-beta.2 (2021-09-13)]

  • Fix comment out of template, script and style (#110)

1.1.0-beta.1 (2021-08-05)

  • Optimize layout of statistics report (fab7e50)
  • Add auto release and publish scripts (#109)

1.1.0-beta.0 (2021-08-03)

  • Refactor Vue transformation wrap funciton (#73)

Feature

  • Add transformation report (#74)
  • Add manual list (#76)
  • Split const app from createApp().mount() (#78)
  • Add transformation for element-ui (#84) (#89) (#93) (#94) (#95) (#97) (#98)

Bug Fixes

  • Excluding files in node_modules and gitignore (#100)
  • Avoiding repeated imported createRouter (#101)
  • Undefined property error when dependencies doesn't exist in package.json (#106)