Skip to content

Latest commit

 

History

History
91 lines (40 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

91 lines (40 loc) · 3.91 KB

Changelog

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

2.0.1 (2023-03-04)

Bug Fixes

  • Fix types path in package.json (1f6ef24)

2.0.0 (2023-01-30)

⚠ BREAKING CHANGES

  • Update esbuild to v0.17.5

Features

  • Update esbuild to v0.17.5 (6db461a)

Bug Fixes

  • Config for watch mode not parsed correctly (6db461a)

1.3.0 (2022-11-16)

Features

  • shim-plugin: Optimize code generation (791055a), closes #15

Bug Fixes

  • shim-plugin: Skip source maps when shimming (7393712), closes #11

1.2.0 (2022-09-07)

Features

  • Add onRebuild callback to watch (fc6009d)

1.1.2 (2022-08-17)

Bug Fixes

  • Add shebang to cli.ts file (e01f602), closes #9

1.1.1 (2022-03-03)

Bug Fixes

  • Fix default esbuild config (3d5d121), closes #7

1.1.0 (2022-02-25)

Features

  • Implement require shim (c5c2672), closes #5

Bug Fixes

  • Fix builder output file content (77853ef)

1.0.0 (2022-02-18)

Features

Bug Fixes

  • Change default esbuild config (9ab74ad), closes #1

0.1.0 (2022-02-13)

Features

  • Implement basic builder (4115757)