Skip to content

Releases: kellnerd/userscript-bundler

v0.8.6

Choose a tag to compare

@kellnerd kellnerd released this 28 Sep 11:41

What's Changed

  • Add support for MusicBrainz.eu mirror (in @include rule helper) by @jesus2099 in #7

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5

Choose a tag to compare

@kellnerd kellnerd released this 21 Nov 11:54
  • Update rollup to 3.29.5 to fix a vulnerability
  • Load and bundle the correct Node module for browser environments (#5)

Full Changelog: v0.8.4...v0.8.5

v0.8.4

Choose a tag to compare

@kellnerd kellnerd released this 01 Mar 00:05

Include additional documentation files in userscript README sections (#3)

Automatic detection of Markdown files with the same base name as a userscript inside the documentation folder.
If such a file exists, it will be included in the respective userscript's README sections (instead of being appended to the end of the README).

Full Changelog: v0.8.3...v0.8.4

v0.8.3

Choose a tag to compare

@kellnerd kellnerd released this 30 Jan 11:46
  • Support userscript metadata headers noframes, unwrap, connect and sandbox (#2)

Full Changelog: v0.8.2...v0.8.3

v0.8.2

Choose a tag to compare

@kellnerd kellnerd released this 25 Apr 17:15
  • Update to es-utils v0.1.2 to fix README section URLs

Full Changelog: v0.8.1...v0.8.2

v0.8.1

Choose a tag to compare

@kellnerd kellnerd released this 21 Apr 20:31
  • Make (userscript) output path configurable
  • Use the currently checked out git branch for a userscript's raw URL
  • Do not drop console statements if debug flag is set

Full Changelog: v0.8.0...v0.8.1

v0.8.0

Choose a tag to compare

@kellnerd kellnerd released this 20 Apr 21:53

What's Changed

  • Add a userscript name formatter argument to build() by @atj in #1
  • Standardise passing of optional build parameters (breaking change!)
  • Create type definitions for build functions

New Contributors

  • @atj made their first contribution in #1

Full Changelog: v0.7.1...v0.8.0

v0.7.1

Choose a tag to compare

@kellnerd kellnerd released this 16 Apr 13:24
  • Delete local utils and use the exports of kellnerd/es-utils
  • Allow bundling third-party imports from node_modules for bookmarklets

Full Changelog: v0.6.0...v0.7.1

v0.6.0

Choose a tag to compare

@kellnerd kellnerd released this 15 Apr 18:28

Initial release as a separate package