Releases: bpevs/bext
Releases · bpevs/bext
v1.3.1
What's Changed
CLI args #9
- Allows for using additional params to define root directories
bext --source=src --static=assets --output=build
- Adds some shorthand CLI args
bext chrome -w
Barebones Builds #10
- Only builds
static
dir and scripts if they exist in the source - Allows for using any combination of js/ts/jsx/tsx file endings, as well as allowing for camel-case contentScript
- Adds
barebones
example
New Contributors
- @moritztim made their first contribution in #9
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- refactor: port to jsr by @Decodetalkers in #4
- chore: add auto publish ci by @Decodetalkers in #6
New Contributors
- @Decodetalkers made their first contribution in #4
Full Changelog: v1.0.2...v1.3.0
Version 1.0.2
Fixes issue with v1.0.1
Only changes from v1.0.0 are dependency updates
Version 1.0.1
Basically, just updating dependencies. It's been a while.
Version 1.0.0
API feels like it should remain pretty stable, so bumping to v1.0.0
Changes in this version:
- Uses @types/chrome for type definitions
- Adds support for deno.json as import_map.json (although it does create a lot of warnings...)
- Adds
--watch
, so we can differentiate between 1-time builds - Migrates https://github.com/bpevs/bext_examples into this repo
Version 0.1.3
Updates dependencies to latest
Version 0.1.2
Adds mock_browser, so that browserAPI has a mockable value when testing in Deno.
Version 0.1.1
Bump for publishing reasons
Version 0.1.0
Updates install path from bundle.ts
to main.ts
.
Also, make new release so that hopefully it updates in deno.land.
Version 0.0.1
Initial Release
Includes bundler, basic tools, limited types