Skip to content

Commit b77213f

Browse files
committed
Changelog: updating 26.0.0.
1 parent afd109e commit b77213f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
- Supported `zod` versions: `^4.1.13`:
88
- This Zod patch contains an [important fix](https://github.com/colinhacks/zod/pull/5452) that makes the
99
`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).
10+
- The issue was found and reported by [@shadone](https://github.com/shadone);
11+
- New version of Zod plugin now also extends the CJS exports of Zod:
12+
- This fixes the "TypeError: example is not a function" in CJS and removes the requirement to use ESM environment;
13+
- The issue reported by [@squishykid](https://github.com/squishykid), and addressed earlier in [v25.5.3](#v2553);
1314
- `DependsOnMethod` removed:
1415
- You can now specify methods as direct keys of an assigned object in `Routing`;
1516
- That object can still contain nested paths as before;

0 commit comments

Comments
 (0)