Skip to content

Commit

Permalink
Changelog : 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Dec 19, 2024
1 parent 9eb87c0 commit 21d0629
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Version 2

### v2.2.0

- Naming of circular types is now numeric:
- Deprecated `serializer` property on the `Integration` constructor argument (no longer used).

```diff
- type Type2048581c137c5b2130eb860e3ae37da196dfc25b = {
+ type Type1 = {
title: string;
- features: Type2048581c137c5b2130eb860e3ae37da196dfc25b;
+ features: Type1;
}[];
```

### v2.1.1

- Documentation update on compatibility with Express Zod API v21;
Expand Down

0 comments on commit 21d0629

Please sign in to comment.