Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 914 Bytes

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 914 Bytes

Changelog

v0.1.6

  • Fix map keys if suffix/prefix specified
  • process customImports on Params with other flags

v0.1.5

  • Fixed panic with arrays
  • Use go modules for dependency management
  • Example shell script how to create a typescript model directly from json

v0.1.4

  • fix ignored pointers
  • interface cmdline flag

v0.1.2

v0.1.1

  • custom types (insted of setting ts_type and ts_transform every time)

v0.1.0

  • simplified conversion of objects
  • Pointer anonymous structs
  • more (and better) tests
  • maps of objects
  • convert in constructors (createFrom deprecated)
  • custom imports
  • Add ? to field name if it's a pointer type
  • New way of defining enums