Skip to content

Releases: bobril/bbcore

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.

4.18.2

22 Oct 13:02

Choose a tag to compare

Fixed

Incremental build now correctly works even with preserveProjectRoot enabled and some files outside of project root.

4.18.1

19 Oct 12:19

Choose a tag to compare

Fixed

Fixed regression in minifier to not inline variables which assigning global variables.

4.18.0

05 Oct 23:43

Choose a tag to compare

Fixed

Another regression from 4.14.3 now with wrong aliasing of variables.