Skip to content

Commit 28fbfba

Browse files
committed
Changelog: listing the change, refer to the issue, reflecting the contribution.
1 parent d383de0 commit 28fbfba

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### v26.0.0
66

7+
- Supported `zod` versions: `^4.1.13`:
8+
- This Zod patch contains an [important fix](https://github.com/colinhacks/zod/pull/5452) that makes the
9+
`globalRegistry` really global across both CJS and ESM bundles of Zod distribution;
10+
- Though, the requirement on running the framework in ESM environment remains, I consider the fix critical in order
11+
to avoid unexpected behaviour such as [loosing metadata](https://github.com/RobinTail/express-zod-api/issues/3059);
12+
- The issue was found and reported by [@shadone](https://github.com/shadone).
713
- `DependsOnMethod` removed:
814
- You can now specify methods as direct keys of an assigned object in `Routing`;
915
- That object can still contain nested paths as before;

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Therefore, many basic tasks can be accomplished faster and easier, in particular
8686

8787
These people contributed to the improvement of the framework by reporting bugs, making changes and suggesting ideas:
8888

89+
[<img src="https://github.com/shadone.png" alt="@shadone" width="50" />](https://github.com/shadone)
8990
[<img src="https://github.com/squishykid.png" alt="@squishykid" width="50" />](https://github.com/squishykid)
9091
[<img src="https://github.com/jakub-msqt.png" alt="@jakub-msqt" width="50" />](https://github.com/jakub-msqt)
9192
[<img src="https://github.com/misha-z1nchuk.png" alt="@misha-z1nchuk" width="50" />](https://github.com/misha-z1nchuk)

0 commit comments

Comments
 (0)