Skip to content

Commit

Permalink
docs: 📝 changelog 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Oct 16, 2024
1 parent 1d4adbb commit 96a24b1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.9.2

`2024-10-16`

- feat: support webpackIgnore and makoIgnore magic comment by [@sorrycc](https://github.com/sorrycc) in [#1636](https://github.com/umijs/mako/pull/1636)
- feat: add transform plugin hook by [@sorrycc](https://github.com/sorrycc) in [#1637](https://github.com/umijs/mako/pull/1637)
- feat: add transformInclude plugin hook by [@sorrycc](https://github.com/sorrycc) in [#1639](https://github.com/umijs/mako/pull/1639)
- fix: import namespace optimize panic with nested for of stmt by [@stormslowly](https://github.com/stormslowly) in [#1640](https://github.com/umijs/mako/pull/1640)
- fix: duplicate\_package\_checker panic when package.json has no version field by [@sorrycc](https://github.com/sorrycc) in [#1634](https://github.com/umijs/mako/pull/1634)

## 0.9.0

`2024-10-14`
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 0.9.0

`2024-10-16`

- 新增: 支持 `webpackIgnore``makoIgnore` 魔法注释 by [@sorrycc](https://github.com/sorrycc) in [#1636](https://github.com/umijs/mako/pull/1636)
- 新增: 添加 `transform` 插件钩子 by [@sorrycc](https://github.com/sorrycc) in [#1637](https://github.com/umijs/mako/pull/1637)
- 新增: 添加 `transformInclude` 插件钩子 by [@sorrycc](https://github.com/sorrycc) in [#1639](https://github.com/umijs/mako/pull/1639)
- 修复: 导入命名空间优化在代码有嵌套 `for of` 时崩溃问题 by [@stormslowly](https://github.com/stormslowly) in [#1640](https://github.com/umijs/mako/pull/1640)
- 修复: 当 `package.json` 没有 `version` 字段时 `duplicate_package_checker` 崩溃问题 by [@sorrycc](https://github.com/sorrycc) in [#1634](https://github.com/umijs/mako/pull/1634)

## 0.9.0

`2024-10-14`

- 新增: 插件 loadInclude 钩子 by [@sorrycc](https://github.com/sorrycc) in [#1630](https://github.
Expand Down

0 comments on commit 96a24b1

Please sign in to comment.