Skip to content

Releases: bobril/bbcore

5.1.2

16 Feb 16:03

Choose a tag to compare

5.1.2 Pre-release
Pre-release

Fixed

  • Headless browser stdout/stderr and exit message are printed only in verbose mode.

5.1.1

16 Feb 15:15

Choose a tag to compare

5.1.1 Pre-release
Pre-release

Fixed

  • Improved headless Chromium shutdown on Windows in interactive/test flow to better terminate process tree and clean temporary profile directory.

5.1.0

16 Feb 13:01

Choose a tag to compare

5.1.0 Pre-release
Pre-release

Fixed

  • Interactive mode now skips test/headless-browser run for stale intermediate rebuilds when newer file changes are already pending.

Added

  • Verbose logs for headless browser lifecycle (factory init, start, already running, stop, already stopped).

5.0.4

27 Jan 23:29

Choose a tag to compare

Updated to Node 24 in docker.

5.0.3

21 Dec 21:57

Choose a tag to compare

Fixed

  • Another change detection rewrite for speed.

5.0.2

17 Dec 13:16

Choose a tag to compare

Fixed

  • Change detection speed regression.

5.0.1

16 Dec 16:02

Choose a tag to compare

Fixed

  • Another case of minification with export namespace with same name as another export.

5.0.0

16 Dec 15:24

Choose a tag to compare

5.0.0 Pre-release
Pre-release

Improved

  • Upgraded to .Net 10.
  • Change detection made more reliable, but slightly slower.

Fixed

  • Minification with export namespace with same name as another export.

4.18.4

27 Oct 17:53

Choose a tag to compare

Fixed

Autodetection of index.ts or index.tsx without package.json. Detection of new files in directory watcher improved.
Bundle2.js and bundle2.js.map are now cleared when incremental build makes nonincremental change.

4.18.3

23 Oct 09:44

Choose a tag to compare

Fixed

Fixed regression in minifier to not inline variables which assigning arguments virtual function parameter.