Skip to content

0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:38
· 1 commit to main since this release
b128a4b

Changelog

Added

  • Added a way to modify the layout of the target directory after build completion.
    If unspecified, the entire contents of the build directory will be moved to the target directory.
  • Added support for local source archives.
    Local sources can be specified as either paths (relative or absolute) or file:// URLs.
  • Added silent build mode.
    Passing true to .build() suppresses build command outputs.

Changed

  • Source archive are now extracted to a temporary build directory.
    The build process is then executed inside that temporary build directory.
    Files inside the build directory are moved to the target directory after build completion.

Fixed

  • Fixed an issue where .build() Promise is firing prematurely.