Skip to content

Latest commit

 

History

History
103 lines (46 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

103 lines (46 loc) · 3.47 KB

Changelog

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

2.0.6 (2024-09-07)

2.0.5 (2024-09-07)

Other

  • remove structuredClone usage (d84ef76)

2.0.4 (2024-09-07)

Other

  • remove structuredClone usage (d84ef76)

2.0.4 (2024-09-07)

2.0.3 (2024-09-06)

2.0.2 (2024-09-06)

2.0.1 (2024-09-06)

2.0.0 (2024-06-17)

⚠ BREAKING CHANGES

  • export is renamed as createWebcMiddleware

Other

  • export is renamed as createWebcMiddleware (0d74705)

1.3.0 (2024-06-16)

Features

  • no need for write permissions (b2a7dc8)

1.2.2 (2024-06-13)

Bug Fixes

  • add alternative tmp write path (7c83803)

1.2.1 (2024-06-13)

Bug Fixes

  • include fragment content simulating a component (c0a073e)

1.2.0 (2024-06-12)

Features

  • include ctx.var contents in webc component data (ebb43e0)

1.1.5 (2024-06-09)

Bug Fixes

  • avoid resolving absolute paths (31170e4)

1.1.4 (2024-06-09)

Bug Fixes

  • avoid empty script/style tags when bundling (68a4bcc)

1.1.3 (2024-06-07)

1.1.2 (2024-06-07)

Bug Fixes

  • update webc-lax version to patch memory leak (732b703)

1.1.1 (2024-06-07)

Bug Fixes

  • minor typings improvements (ac8c26a)

1.1.0 (2024-06-07)

Features