Tags: dohooo/supazod
Tags
chore(release): 2.0.0 [skip ci] # [2.0.0](v1.2.3...v2.0.0) (2025-05-26) * feat!: fix duplicate Schema naming and add configurable naming system ([0ea9cf1](0ea9cf1)), closes [#3](#3) ### BREAKING CHANGES * Schema names no longer have duplicate 'Schema' suffixes. Generated schemas like 'publicUsersInsertSchemaSchema' are now 'publicUsersInsertSchema'. TypeScript types also remove 'Schema' suffix. Added configurable naming patterns with type-safe configuration system. - Fix: Remove duplicate 'Schema' suffix in generated schema names - Add: Type-safe configurable naming system with patterns - Add: Support for multiple config file formats (.ts, .js, .json) - Add: CLI arguments for naming configuration - Add: Full TypeScript IntelliSense support for config - Add: Migration documentation for breaking changes
chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-11-18) ### Bug Fixes * remove extra schema suffix ([fd07785](fd07785)) ### Features * configure test ([f303f5b](f303f5b)) * remove built in types ([1e79d88](1e79d88)) * set all schemas as default if there is no schema specified ([cab6031](cab6031)) * support multiple specify schemas ([ba21069](ba21069)) * types support ([0cae4af](0cae4af))