Skip to content

Releases: bpevs/bext

v1.3.1

08 Jan 13:47
Compare
Choose a tag to compare

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

Full Changelog: v1.3.0...v1.3.1

v1.3.0

25 Jul 14:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.3.0

Version 1.0.2

12 Dec 06:46
ff5ddef
Compare
Choose a tag to compare

Fixes issue with v1.0.1
Only changes from v1.0.0 are dependency updates

Version 1.0.1

12 Dec 02:49
Compare
Choose a tag to compare

Basically, just updating dependencies. It's been a while.

Version 1.0.0

29 Jan 07:24
Compare
Choose a tag to compare

API feels like it should remain pretty stable, so bumping to v1.0.0

Changes in this version:

Version 0.1.3

03 Jan 06:09
Compare
Choose a tag to compare

Updates dependencies to latest

Version 0.1.2

28 Jun 01:59
Compare
Choose a tag to compare

Adds mock_browser, so that browserAPI has a mockable value when testing in Deno.

Version 0.1.1

15 Jun 19:01
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Bump for publishing reasons

Version 0.1.0

15 Jun 18:48
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

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

15 Jun 18:32
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

Initial Release

Includes bundler, basic tools, limited types