userscript-bundler

Node.js tools to build userscripts and bookmarklets from ES modules

MIT License

Stars
8
Committers
2

Bot releases are hidden (Show)

userscript-bundler - v0.8.4 Latest Release

Published by kellnerd 8 months ago

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: https://github.com/kellnerd/userscript-bundler/compare/v0.8.3...v0.8.4

userscript-bundler - v0.8.3

Published by kellnerd 9 months ago

  • Support userscript metadata headers noframes, unwrap, connect and sandbox (#2)

Full Changelog: https://github.com/kellnerd/userscript-bundler/compare/v0.8.2...v0.8.3

userscript-bundler - v0.8.2

Published by kellnerd over 1 year ago

  • Update to es-utils v0.1.2 to fix README section URLs

Full Changelog: https://github.com/kellnerd/userscript-bundler/compare/v0.8.1...v0.8.2

userscript-bundler - v0.8.1

Published by kellnerd over 1 year ago

  • 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: https://github.com/kellnerd/userscript-bundler/compare/v0.8.0...v0.8.1

userscript-bundler - v0.8.0

Published by kellnerd over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kellnerd/userscript-bundler/compare/v0.7.1...v0.8.0

userscript-bundler - v0.7.1

Published by kellnerd over 1 year ago

  • Delete local utils and use the exports of kellnerd/es-utils
  • Allow bundling third-party imports from node_modules for bookmarklets

Full Changelog: https://github.com/kellnerd/userscript-bundler/compare/v0.6.0...v0.7.1

userscript-bundler - v0.6.0

Published by kellnerd over 1 year ago

Initial release as a separate package

Related Projects