Releases: jsejcksn/deno-userscript-bundler
Releases · jsejcksn/deno-userscript-bundler
v0.2.3
refactor: Close FsWatcher using close method
Ref:
- https://github.com/denoland/deno/pull/10798
- https://github.com/denoland/deno/releases/tag/v1.11.0
v0.2.2
docs: Verify matched strings; Update references
v0.2.1
Verify matched error message; Update reference
v0.2.0
fix: Update BundleOptions type enum
This was a breaking change in Deno 1.10:
https://github.com/denoland/deno/releases/tag/v1.10.1
https://github.com/denoland/deno/pull/10332
v0.1.5
Remove outdated ESLint rule override
v0.1.4
Add subcommand "tsconfig"
Generate a tscofig file suitable for use with the VS Code Deno extension
v0.1.3
Throw instead of exiting on bad path arg
v0.1.2
Reorganize ESLint config customization
v0.1.1
Update entrypoint template
Deno bundler auto-wraps top-level async code in async IIFE