Skip to content

Releases: marvinhagemeister/karma-esbuild

2.1.0

09 Mar 11:33
Compare
Choose a tag to compare

Features

Bug Fixes

  • Eliminate the test files from the Karma runner (#16, thanks @jridgewell)
  • Fix bundle output when there's an error (#17, thanks @jridgewell)

Maintenance

2.0.0

08 Mar 09:35
Compare
Choose a tag to compare

This release changes the bundling behaviour. Instead of creating a bundle for each test file, the whole suite is bundled at once. This greatly improves performance and lowers memory consumption considerably.

Features

  • Build full test suite into a single bundle (#11, thanks @jridgewell)

Maintenance

1.1.5

26 Feb 12:12
Compare
Choose a tag to compare

Bug Fixes

  • Make sure that the file path has the .js extension to support TypeScript (#6, thanks @darionco)
  • Do not respond to sourcemaps for unknown files (#8, thanks @jridgewell)

Maintenance

1.1.3

13 Feb 15:19
Compare
Choose a tag to compare

This release reduces the CPU consumption in watch mode significantly.

PRs

1.1.2

03 Feb 22:24
Compare
Choose a tag to compare
  • Use ESBuild's new watch functionality instead of custom chokidar code (#2, thanks @Gusted)