BREAKING CHANGES:
- Removed ts_type_name() method from ZodSchema trait
- ZodGenerator.add_schema() now requires explicit type name parameter
- Removed list_types() and generate_file() methods
- Single file output via generate() method only
NEW FEATURES:
- Simplified ZodSchema trait with only zod_schema() method
- User-controlled TypeScript type naming
- Single file output for all schemas
- Consolidated examples (3 instead of 10)
- Comprehensive CHANGELOG.md with release process
This is the first stable release with a clean, minimal API.
🤖 Generated with [opencode](https://opencode.ai)
Co-Authored-By: opencode <noreply@opencode.ai>