Skip to content

v0.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@guansss guansss released this 29 Aug 10:50
· 49 commits to main since this release
  • merged monkey() option filter into ignore
  • prioritized meta.js over meta.ts when both exist
  • added Meta as an alias of UserscriptMeta
  • added colorette and terser-webpack-plugin as optional peer dependencies (already installed by webpack)
  • removed the use of ES modules in released code
    • now builds client code into CommonJS
    • removed conditional exports from package.json
  • removed unnecessary exports, only export the core parts: monkey(), MonkeyPlugin, MonkeyMinimizer
  • removed unused dependencies: lodash-es, tsc-alias, vite(I don't know why it was there)
  • removed the requirement of having a Prettier config to automatically enable output formatting
  • fixed @require not getting the correct version from external dependencies' package.json