Releases: marvinhagemeister/karma-esbuild
Releases · marvinhagemeister/karma-esbuild
v2.3.0
What's Changed
- Add suport for esbuild 0.17 by @handerss-spotfire in #55
Full Changelog: v2.2.5...v2.3.0
2.2.5
2.2.4
Bug Fixes
- Fix regression in
2.2.3
with filenames that contain multiple dots (#51, thanks @marvinhagemeister)
2.2.3
Bug Fixes
- Fix incorrect content type for TypeScript files when
singleBundle: false
(#49, thanks @jridgewell) - Fix relative files not source mapped in error output by (#50, thanks @marvinhagemeister)
2.2.2
Bug Fixes
- Fix incorrect source map path with relative urls by (#32, thanks @marvinhagemeister and @jridgewell )
2.2.1
Bug Fixes
- Unwatch files excluded via Karma
config.exclude
(#43, thanks @theinterned)
2.2.0
Features
- Add flag to create a bundle per test file (#34, thanks @jridgewell , @marvinhagemeister)
- Set karma to run with type=module when using ESM format (#32, thanks @jridgewell)
Maintenance
- chore(deps): Update dependencies (#35, thanks @marvinhagemeister)
- Remove args from promise debouncer (#31, thanks @jridgewell)
2.1.3
Bug Fixes
- Avoid stringifying compiled contents (#28, thanks @jridgewell)
Maintenance
- Fix typos in code comments (#30, thanks @samouri)
- Make the rebundle test less flakey (#29, thanks @jridgewell)
2.1.2
- Prevent concurrent builds from happening to avoid spending time on stale bundles (#27, thanks @jridgewell)
- Add ´formatError` to unminify stack traces (#26, thanks @jridgewell)
- Split test entry point from bundler (#25, thanks @jridgewell)
- Remove `karma-sourcemap-loade (#24, thanks @jridgewell)
- Bugfix and minor cleanups (#23, thanks @jridgewell)
- Rename simple test fixture's directory (#22, thanks @jridgewell)
- Remove realFile usage (#21, thanks @jridgewell)
2.1.1
Bug Fixes
- Fix potential race condition when logging
done
message (#23, thanks @jridgewell)
Maintenance
- Split test entry point from bundler (#25, thanks @jridgewell)
- Remove
karma-sourcemap-loader
(#24, thanks @jridgewell) - Rename simple test fixture's directory (#22, thanks @jridgewell)
- Remove
realFile
usage (#21, thanks @jridgewell)