Skip to content

Latest commit

 

History

History
73 lines (37 loc) · 3.75 KB

File metadata and controls

73 lines (37 loc) · 3.75 KB

Changelog

2.1.3 (2026-01-26)

Bug Fixes

  • support import urls when transforming with babel (c02da0a)

2.1.2 (2026-01-21)

Bug Fixes

  • support export star as namespace syntax (#25) (84af0c0)

2.1.1 (2026-01-20)

Bug Fixes

2.1.0 (2026-01-09)

Features

  • add support of arrow functions in amd define statements (#21) (a0257ab)

2.0.1 (2026-01-09)

Bug Fixes

2.0.0 (2026-01-09)

⚠ BREAKING CHANGES

  • significant dependency updates, including Node.js runtime. Babel transpiler produces a different output.

Bug Fixes

  • allow destructuring when using require (#18) (c839c94)

Miscellaneous Chores

1.0.0 (2022-09-23)

Features

  • add --noBabel option in order to use as a simple proxy (065f17a)
  • add Dockerfile (60a890e)
  • Add possibility to proxy to file system (3cba094)
  • allow to add proxies (493059a)
  • automatic share of the parent git folder (fa38042)

Bug Fixes

  • add readme to start the server (1985f9c)
  • make express proxy middleware work again (6cbf83b)
  • plugin instead of preset (7aedfc8)
  • prepare for Docker deployment (43c9bd8)
  • replace all .. with . (13aa6d4)
  • resolve proxy url correctly when target has a path (25a4e69)