Skip to content

Releases: cheminfo/babel-proxy-server

v2.1.3

26 Jan 20:03
02c633c

Choose a tag to compare

2.1.3 (2026-01-26)

Bug Fixes

  • support import urls when transforming with babel (c02da0a)

v2.1.2

21 Jan 08:34
27ce4cb

Choose a tag to compare

2.1.2 (2026-01-21)

Bug Fixes

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

v2.1.1

20 Jan 16:42
cfe2bc2

Choose a tag to compare

2.1.1 (2026-01-20)

Bug Fixes

v2.1.0

09 Jan 14:16
827639b

Choose a tag to compare

2.1.0 (2026-01-09)

Features

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

v2.0.1

09 Jan 10:00
61aa6f3

Choose a tag to compare

2.0.1 (2026-01-09)

Bug Fixes

v2.0.0

09 Jan 09:23
bd6e802

Choose a tag to compare

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

v1.0.0

23 Sep 07:19
dc07229

Choose a tag to compare

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)