Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@rsms rsms released this 12 May 18:05

Improvements:

  • adds support for source on stdin (both in script mode and CLI mode; see test/stdin) #26
  • improves watch incremental build performance (by utilizing esbuild's incremental option)
  • upgrades esbuild dependency to 0.11.x which brings many improvements and expands BuildConfig.entry and .entryPoints to accept a record mapping output files to input files. #36
  • removes the noisy postinstall message #34

Changes in behavior:

  • when running a program after building it, any user-provided onEnd callback is now invoked & awaited before starting the sub process. In Estrella <=1.4.0 onEnd was called concurrently with starting the subprocess. #38

Bug fixes:

  • config.entry would in some cases not be set in the config object passed to onStart and onEnd callbacks.

Install this version:

npm i -D estrella@1.4.1

Compare v1.4.0–1.4.1...