Skip to content

Releases: momocow/webpack-userscript

v3.2.2

19 Apr 09:09
Compare
Choose a tag to compare

v3.2.2 (2023-04-19)

πŸ› Bug Fixes

  • 69c3048 fix Expose options weren't passed correctly (Issues: #102)

v3.2.1

15 Apr 09:12
Compare
Choose a tag to compare

v3.2.1 (2023-04-15)

πŸ› Bug Fixes

  • 8e185a9 fix invalid path for relative import (Issues: #100)

v3.2.0

14 Apr 03:56
Compare
Choose a tag to compare

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

13 Mar 08:22
Compare
Choose a tag to compare

v3.1.0 (2023-03-13)

✨ New Features

  • cc5aa61 expose option-related types (Issues: #85)

v3.0.1

09 Mar 06:32
Compare
Choose a tag to compare

v3.0.1 (2023-03-09)

πŸ› Bug Fixes

v3.0.0

08 Mar 10:52
Compare
Choose a tag to compare

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

08 Feb 16:33
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

v3.0.0-alpha.2 (2023-02-08)

✨ 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

07 Feb 18:28
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

v3.0.0-alpha.1 (2023-02-07)

✨ 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

17 May 15:40
Compare
Choose a tag to compare

v2.5.8 (2021-05-17)

πŸ› Bug Fixes

v2.5.7

08 Apr 07:49
Compare
Choose a tag to compare

v2.5.7 (2021-04-08)

πŸ› Bug Fixes