Skip to content

Commit 3fbbe35

Browse files
committed
docs: update changesets
1 parent 62e874c commit 3fbbe35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.changeset/silent-donkeys-itch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
'@hey-api/openapi-ts': minor
33
---
44

5+
fix(typescript): removed `typescript+namespace` enums mode
6+
57
### Removed `typescript+namespace` enums mode
68

79
Due to a simpler TypeScript plugin implementation, the `typescript+namespace` enums mode is no longer necessary. This mode was used in the past to group inline enums under the same namespace. With the latest changes, this behavior is no longer supported. You can either choose to ignore inline enums (default), or use the `enums` transform (added in v0.78.0) to convert them into reusable components which will get exported as usual.

0 commit comments

Comments
 (0)