Skip to content

Latest commit

 

History

History
117 lines (61 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

117 lines (61 loc) · 1.92 KB

Changelog

1.1.0

2024-05-15

Chore

  • support defer load script.

1.0.3

2024-04-29

Chore

  • add peerDependencies.

1.0.2

2024-02-02

Fix

  • Fix failing transformations due to wrong string / template order.

1.0.1

2024-02-02

Feat

  • Add support for replacement in template literals. (#28 by @joarfish)

1.0.0

2023-06-07

Feat

0.4.9

2023-04-11

Fix

  • fix html template src parse (#21)

0.4.8

2023-01-15

Fix

0.4.5

2022-09-07

Fix

  • support aysnc load components.(#14)

0.4.4

2022-06-24

Feat

  • support legacy modernPolyfills.(#9)

0.4.3

2022-06-21

Bug fixes

  • template strings does not work.(#8)

0.4.1

2022-05-09

Bug fixes

  • Legacy is invalid in browsers such as IE11.

0.4.0

2022-05-01

Features

  • compatible vite-plugin-pwa
  • base mark

Bug fixes

  • Multi-level cdn reference resource path fix

Refactors

  • Replace the matching scheme and use the base attribute as a marker bit
  • Code structure adjustment, introduction of asynchronous processing

0.3.0

2022-04-23

Features

  • setup simple unit tests with vitest. (#5 by @zhoujinfu)

Bug fixes

  • import.env.LEGACY cause undefined errors with vite config define. (#5 by @zhoujinfu)