Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 593 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 593 Bytes

Changelog

Unreleased

0.3.0

What's changed

  • We fixed a compatibility issue with the aarch64 architecture.

Full Changelog: https://github.com/tuist/SwiftyESBuild/compare/0.2.0...0.3.0

0.2.0

Added

  • Added missing basic options to SwiftyESBuild.RunOption.
  • Added documentation to every case in SwiftyESBuild.RunOption.
  • Added a "Get started" page to the documentation catalog.

Changed

  • Don't start esbuild in a new process to ensure it gets killed when the Swift process (parent process) exits commit by @pepicrft