Skip to content

Latest commit

 

History

History
77 lines (41 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

77 lines (41 loc) · 4.41 KB

1.2.0 (2022-12-01)

Features

  • error-handling: handle errors thrown by callback argument (9ca1390)

1.1.0 (2022-11-23)

Features

  • error-handling: callback cleanup failures (698aa67)
  • error-handling: callback reference failures (2093f3d)
  • output sourcemaps (5d26df0)
  • switch to swc_core (441bece)

1.0.1 (2022-10-23)

Bug Fixes

  • handle source-less NamedExports (a6e2d81), closes #4

1.0.0 (2022-10-09)

⚠ BREAKING CHANGES

  • callback as argument

Features

Bug Fixes

  • manual cleanup for leaked extension (dee2a42)

0.1.0 (2022-09-20)

Features

  • support import statements (1d3d200)

0.0.2 (2022-09-19)

Bug Fixes

0.0.1 (2022-09-18)

Features

  • ExportNamedDeclaration support (91a1756)
  • initialize plugin (5a0ed4d)
  • modify ExportAll nodes (5e5dad1)
  • parse js using swc (22ee3d0)
  • replace napi-rs with neon (57d22b6)
  • replace neon with napi-rs, again (0a11b7b)
  • run "npx napi rename -n rollup-plugin-local-import" (3f85c29)
  • support extension (e87dc1a)

Bug Fixes

  • include generated entrypoint in remote (2aa6a0f)
  • output plugin from rust (65e13a8)
  • remove logging (bf614e3)
  • switch to process_js_with_custom_pass (c713b7a)
  • transform call context (e80cdc1)