zod-codegen 1.0.3 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## <small>1.1.1 (2025-11-13)</small>
2
+
3
+ - Merge pull request #29 from julienandreu/feat/server-configuration-and-examples ([c598b5a](https://github.com/julienandreu/zod-codegen/commit/c598b5a)), closes [#29](https://github.com/julienandreu/zod-codegen/issues/29)
4
+ - fix: clarify getBaseRequestOptions merging behavior ([13379fd](https://github.com/julienandreu/zod-codegen/commit/13379fd))
5
+ - fix: use z.union with z.literal for numeric enums instead of z.enum ([5e0c7ea](https://github.com/julienandreu/zod-codegen/commit/5e0c7ea))
6
+
7
+ ## 1.1.0 (2025-11-13)
8
+
9
+ - Merge pull request #27 from julienandreu/docs/update-readme-reflect-changes ([3f6745e](https://github.com/julienandreu/zod-codegen/commit/3f6745e)), closes [#27](https://github.com/julienandreu/zod-codegen/issues/27)
10
+ - Merge pull request #28 from julienandreu/feat/server-configuration-and-examples ([49d523d](https://github.com/julienandreu/zod-codegen/commit/49d523d)), closes [#28](https://github.com/julienandreu/zod-codegen/issues/28)
11
+ - feat: add server configuration support and comprehensive examples ([31538ff](https://github.com/julienandreu/zod-codegen/commit/31538ff))
12
+ - docs: update README to reflect current implementation ([d52ed5f](https://github.com/julienandreu/zod-codegen/commit/d52ed5f))
13
+
1
14
  ## <small>1.0.3 (2025-11-12)</small>
2
15
 
3
16
  - Merge pull request #26 from julienandreu/refactor/modernize-typescript-strict-mode ([fb7c1bf](https://github.com/julienandreu/zod-codegen/commit/fb7c1bf)), closes [#26](https://github.com/julienandreu/zod-codegen/issues/26)
package/CONTRIBUTING.md CHANGED
@@ -21,7 +21,7 @@ This project adheres to a code of conduct. By participating, you are expected to
21
21
 
22
22
  ### Prerequisites
23
23
 
24
- - Node.js >= 18.0.0
24
+ - Node.js >= 24.11.1
25
25
  - npm or yarn
26
26
  - Git
27
27