Releases: mkobayashime/bundlemonkey
Releases · mkobayashime/bundlemonkey
v0.6.0
What's Changed
- Show user friendly errors for invalid
defineUserScript
by @mkobayashime in #46 - Enrich flow of
--create
by @mkobayashime in #47 - Enable to preserve comments optionally using
legalComments
option of esbuild by @mkobayashime in #68
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Output no
@grant
header ifgrant
isn't provided by @mkobayashime in #41 - Enable to specify
none
to@grant
by @mkobayashime in #42 - Enable to define more tags in
defineUserScript
by @mkobayashime in #43
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Write about build modes and
defineUserscript
API by @mkobayashime in #37 - Export
main
asbundle
by @mkobayashime in #38
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Ensure
templates
dir is accessible in the installed package by @mkobayashime in #35
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Enable to setup a new project using template by @mkobayashime in #33
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- Use
jiti
instead oftsx
- fix #30 by @mkobayashime in #31
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Move
typescript
todependencies
to fix dynamic require issue offs
by @mkobayashime in #28
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Merge pull request #26 from mkobayashime/v0.2.1 v0.2.1
v0.2.0
What's Changed
- Change args interface of mode by @mkobayashime in #9
- Force
<srcDir>/<scriptName>/index.user.ts
style file naming conventions by @mkobayashime in #15
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Merge pull request #8 from mkobayashime/package-json Add `author` and `repository` fields to `package.json`