Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Dec 12, 2024
1 parent 4ed0a70 commit 68e946c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# 0.9.8
## 0.9.9

`2024-12-12`

* feat: supports publicPath: auto by [@xusd320](https://github.com/xusd320) in https://github.com/umijs/mako/pull/1717
* feat: auto resolve entry file extension by [@xusd320](https://github.com/xusd320) in https://github.com/umijs/mako/pull/1718
* fix: context module source with first empty quasis by [@stormslowly](https://github.com/stormslowly) in https://github.com/umijs/mako/pull/1719
* fix: inline css config deserialize by [@xusd320](https://github.com/xusd320) in https://github.com/umijs/mako/pull/1720
* fix: node ignore should support node: prefixed only built-in modules by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1721

## 0.9.8

`2024-12-06`

- feat: ensure esm imports exists when mode is production by [@Jinbao1001](https://github.com/Jinbao1001) in [#1709]https://github.com/umijs/mako/pull/1709
- refactor(dev): reduce ensure2 chunk map size by [@stormslowly](https://github.com/stormslowly) in [#1707](https://github.com/umijs/mako/pull/1707)
- fix: optimization.concatenateModules dts lost by [@sorrycc](https://github.com/sorrycc) in [#1692](https://github.com/umijs/mako/pull/1708)
- fix: typing of stats by [@stormslowly](https://github.com/stormslowly) in [#1712](https://github.com/umijs/mako/pull/1712)



## 0.9.7

`2024-11-25`
Expand Down
17 changes: 13 additions & 4 deletions CHANGELOG_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# 0.9.8

## 0.9.9

`2024-12-12`

* 支持 publicPath: auto by [@xusd320](https://github.com/xusd320) in https://github.com/umijs/mako/pull/1717
* 支持自动解析 entry 文件扩展名 by [@xusd320](https://github.com/xusd320) in https://github.com/umijs/mako/pull/1718
* 修复 context module source with first empty quasis by [@stormslowly](https://github.com/stormslowly) in https://github.com/umijs/mako/pull/1719
* 修复 inline css 配置的反序列化问题 by [@xusd320](https://github.com/xusd320) in https://github.com/umijs/mako/pull/1720
* 修复 node ignore 应支持仅有 node: 前缀的内置模块 by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1721

## 0.9.8

`2024-12-06`

- feat: esm 明确导出检测插件 by [@Jinbao1001](https://github.com/Jinbao1001) in [#1709]https://github.com/umijs/mako/pull/1709
- 重构: 减少 ensure2 映射空间 by [@stormslowly](https://github.com/stormslowly) in [#1707](https://github.com/umijs/mako/pull/1707)
- 修复: optimization.concatenateModules 字段配置丢失 by [@sorrycc](https://github.com/sorrycc) in [#1692](https://github.com/umijs/mako/pull/1708)
- 修复: stats 字段支持模块配置 by [@stormslowly](https://github.com/stormslowly) in [#1712](https://github.com/umijs/mako/pull/1712)




## 0.9.7

`2024-11-25`
Expand Down

0 comments on commit 68e946c

Please sign in to comment.