Skip to content

Releases: kellnerd/userscript-bundler

v0.8.4

01 Mar 00:05
Compare
Choose a tag to compare

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

30 Jan 11:46
Compare
Choose a tag to compare
  • Support userscript metadata headers noframes, unwrap, connect and sandbox (#2)

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

v0.8.2

25 Apr 17:15
Compare
Choose a tag to compare
  • Update to es-utils v0.1.2 to fix README section URLs

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

v0.8.1

21 Apr 20:31
Compare
Choose a tag to compare
  • 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

20 Apr 21:53
Compare
Choose a tag to compare

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

16 Apr 13:24
Compare
Choose a tag to compare
  • 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

15 Apr 18:28
Compare
Choose a tag to compare

Initial release as a separate package