Skip to content

Releases: jsejcksn/deno-userscript-bundler

v0.2.3

14 Jun 21:42

Choose a tag to compare

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

14 Jun 19:12

Choose a tag to compare

docs: Verify matched strings; Update references

v0.2.1

17 May 23:51

Choose a tag to compare

Verify matched error message; Update reference

v0.2.0

17 May 23:42

Choose a tag to compare

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

16 May 21:30

Choose a tag to compare

Remove outdated ESLint rule override

v0.1.4

09 May 23:14

Choose a tag to compare

Add subcommand "tsconfig"

Generate a tscofig file suitable for use with the VS Code Deno extension

v0.1.3

06 May 19:25

Choose a tag to compare

Throw instead of exiting on bad path arg

v0.1.2

06 May 18:08

Choose a tag to compare

Reorganize ESLint config customization

v0.1.1

06 May 15:55

Choose a tag to compare

Update entrypoint template

Deno bundler auto-wraps top-level async code in async IIFE

v0.1.0

06 May 00:45

Choose a tag to compare

Initial commit