Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 2.69 KB

0.5.0 (2024-01-23)

  • 8f3a72de Command output when using Erlang target works.

0.4.7 (2024-01-21)

  • 8f06df5b New config option to set esbuild platform.

0.4.5 (2024-01-21)

  • 685bffe3 Fix issue with os and arch checking not working on Deno leading to an error.

0.4.6 (2024-01-16)

  • 0b071047 Use correct esbuild executable on Windows. (#5 thanks to @xhh)

0.4.5 (2024-01-15)

  • ddf6037 Readded esbuild autoinstall.
  • ddf6037 Install interface in Gleam is now synchronous.

0.4.3 (2024-01-14)

  • 800dcf5 Replace esbuild auto install with a warning.
  • 800dcf5 Change bundle to synchronous for the JS target by using spawnSync.

0.4.2 (2024-01-14)

  • b7a1ab8 Install esbuild automatically if not installed.

0.4.1 (2024-01-13)

  • 00069ae Rename fetch_version to fetch_from_version.
  • 00069ae Add fetch_latest as shorthand for fetch_from_version(platform.get_package_name(), _).

0.4.0 (2024-01-13)

  • 6b044f3 Config option Kind. Select between Script (call the main function in the bundle) and Library (standard bundling).
  • 6b044f3 esgleam/app CLI module to bundle with kind Script.
  • 37ce214 Expose internal api for installing esbuild
  • 37ce214 Expose internal api for selecting package version
  • 37ce214 Downgrade Thoas to be compatable with gleam_json