zodart 1.0.0-beta copy "zodart: ^1.0.0-beta" to clipboard
zodart: ^1.0.0-beta copied to clipboard

Type-safe schema validation with static type inference and a parse-first design.

1.0.0-beta - 2025-07-07 #

  • Add process method for all types
  • Add superRefine method for all types
  • Add code generation to ensure type-safety
  • Fix formatting settings to ensure max points at pub.flutter-io.cn

0.4.0 - 2025-06-20 #

  • Allow using the .optional() modifier on .nullable() types
  • Add detailed parser descriptions to documentation
  • Add documentation for nullable and optional modifier
  • Add new type for DateTime

0.3.0 - 2025-06-16 #

  • Update README.md
  • Add new examples
  • Allow user defined rules using the refine method
  • Export localization context
  • Add custom ZIssue
  • Add Japanese issue localization

0.2.0 - 2025-06-10 #

  • Update README.md
  • Change SDK version
  • Upgrade dependencies

0.1.0 - 2025-06-10 #

  • Initial version