Skip to content

Commit 7741c13

Browse files
committed
Changelog: grammar revisit for 26.0.0.
1 parent 00bd0e3 commit 7741c13

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
- Supported `http-errors` versions: `^2.0.1`;
88
- Supported `zod` versions: `^4.1.13`:
99
- This Zod patch contains an [important fix](https://github.com/colinhacks/zod/pull/5452) that makes the
10-
`globalRegistry` really global across both CJS and ESM bundles of Zod distribution;
10+
`globalRegistry` truly global across both CJS and ESM bundles of the Zod distribution;
1111
- The issue was found and reported by [@shadone](https://github.com/shadone);
12-
- New version of Zod plugin now also extends the CJS exports of Zod:
13-
- This fixes the "TypeError: example is not a function" in CJS and removes the requirement to use ESM environment;
14-
- The issue reported by [@squishykid](https://github.com/squishykid), and addressed earlier in [v25.5.3](#v2553);
12+
- The new version of the Zod plugin now also extends the CJS exports of Zod:
13+
- This fixes the "TypeError: example is not a function" in CJS and removes the requirement to use an ESM environment;
14+
- The issue was reported by [@squishykid](https://github.com/squishykid) and addressed earlier in [v25.5.3](#v2553);
1515
- `DependsOnMethod` removed:
1616
- You can now specify methods as direct keys of an assigned object in `Routing`;
1717
- That object can still contain nested paths as before;
18-
- The keys matching lowercase HTTP methods are treated according to the new config setting `methodLikeRouteBehavior`:
19-
- `method` — when assigned with an Endpoint the key is treated as method of its parent path (default);
18+
- Keys matching lowercase HTTP methods are treated according to the new config setting `methodLikeRouteBehavior`:
19+
- `method` — when assigned with an Endpoint, the key is treated as a method of its parent path (default);
2020
- `path` — the key is always treated as a nested path segment;
21-
- `options` property renamed to `ctx` in argument of:
21+
- The `options` property has been renamed to `ctx` in the argument of:
2222
- `Middleware::handler()`,
2323
- `ResultHandler::handler()`,
24-
- `handler` of `EndpointsFactory::build()` argument,
24+
- The `handler` of the `EndpointsFactory::build()` argument,
2525
- `testMiddleware()`;
2626
- `EndpointsFactory::addOptions()` renamed to `addContext()`;
27-
- The `Integration::constructor()` argument object now requires `config` property, similar to `Documentation`;
27+
- The `Integration::constructor()` argument object now requires a `config` property, similar to `Documentation`.
2828

2929
```patch
3030
const routing: Routing = {

0 commit comments

Comments
 (0)