Releases: kellnerd/userscript-bundler
Releases · kellnerd/userscript-bundler
Release list
v0.8.6
What's Changed
- Add support for MusicBrainz.eu mirror (in
@includerule helper) by @jesus2099 in #7
New Contributors
- @jesus2099 made their first contribution in #7
Full Changelog: v0.8.5...v0.8.6
v0.8.5
v0.8.4
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
v0.8.2
v0.8.1
- 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
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
Full Changelog: v0.7.1...v0.8.0
v0.7.1
- Delete local
utilsand use the exports of kellnerd/es-utils - Allow bundling third-party imports from
node_modulesfor bookmarklets
Full Changelog: v0.6.0...v0.7.1