Skip to content

Releases: saqqdy/rollup-plugin-replace-shebang

v1.2.0

25 Aug 05:24
Compare
Choose a tag to compare

更新依赖包版本,优化构建

What's Changed

  • Bump typedoc from 0.22.18 to 0.23.10 by @dependabot in #5
  • Bump @eslint-sets/eslint-config-simple-ts from 2.1.5 to 3.0.4 by @dependabot in #4
  • Bump @types/node from 17.0.45 to 18.7.13 by @dependabot in #3
  • Bump rollup-plugin-typescript2 from 0.31.2 to 0.33.0 by @dependabot in #1

New Contributors

Full Changelog: 1.1.1...1.2.0

v1.1.1

04 May 17:47
Compare
Choose a tag to compare
  1. 修复facadeModuleId带"?"号的情况下,facadeModuleId不能正确解析的问题。

v1.1.0

02 May 07:50
Compare
Choose a tag to compare
  1. 更改 type 名称为 Options
  2. 升级依赖包
  3. 调整构建

v1.0.0

22 Oct 07:43
Compare
Choose a tag to compare
  1. 支持传入shebang skipBackslash两个参数
  2. 完善文档