Releases: momocow/webpack-userscript
Releases Β· momocow/webpack-userscript
v3.2.3
v3.2.3 (2024-12-23)
π Bug Fixes
0a84574
(interpolater): Chunk name default to an empty string
v3.2.2
v3.2.2 (2023-04-19)
π Bug Fixes
69c3048
fix Expose options weren't passed correctly (Issues: #102
)
v3.2.1
v3.2.1 (2023-04-15)
π Bug Fixes
8e185a9
fix invalid path for relative import (Issues: #100
)
v3.2.0
v3.2.0 (2023-04-14)
β¨ New Features
469daf6
add additional tags (Issues: #87
)
1e5c047
add mutually exclusive validation
7bdd782
add ability to compile localized headers (Issues: #87
)
π Bug Fixes
09ac7bd
fix webpack assets conflict if output filenames end with `.user.js` (Issues: #90
)
1d98595
npm audit fix
v3.1.0
v3.1.0 (2023-03-13)
β¨ New Features
v3.0.1
v3.0.1 (2023-03-09)
π Bug Fixes
v3.0.0
v3.0.0 (2023-03-08)
π₯ Breaking Changes
7f6e06f
Rewrite the codebase in TypeScript
- Rename the plugin constructor from
WebpackUserscript
to UserscriptPlugin
(See #89 )
v3.0.0-alpha.2
β¨ New Features
14d6497
add ability to render headers prettily
9f3e7d0
add ability to fix ambiguous tag names
0d7101d
add ability to interpolate headers values
09d313c
add ability to generate proxy script.
v3.0.0-alpha.1
β¨ New Features
fa09600
generate .user.js and .meta.js
35c566f
implement headers loading
7915c6f
add multi-entry support
c00bbef
support SSRI computation and lock
π₯ Breaking Changes
c95dd42
refactor to typescript codebase
v2.5.8
v2.5.8 (2021-05-17)
π Bug Fixes