Skip to content

0.0.1-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@adamcavendish adamcavendish released this 07 Nov 17:25

Added

  • Automatic import generation for model dependencies with proper type/value separation
  • Support for duplicated parameter names and recursive JSON typings
  • Extraction of nested inline objects into named interfaces
  • Union type support with member extraction and improved import handling
  • Support for inline objects and any type in union types
  • Type discrimination helpers for union types in JSON serialization
  • Script to check TypeScript build status for test directories

Changed

  • Standardized naming fields and track original schema names throughout the type system

Fixed

  • Improved array type mapping to properly resolve item types