// changelog

Changelog

All notable changes to TypeSharp are documented here.

v1.0.0stableApr 2025
  • Initial release
  • C# to TypeScript interface generation
  • Nullable reference type support
  • Enum conversion (const enum + union type modes)
  • Inheritance resolution via extends
  • Generic collection mapping (List<T>, Dictionary<K,V>)
  • Custom output path and casing configuration