- missing prefix in struct map value types
- Typescript doc tags
- Handle fields that is not annotated with json tag
- Matrix testing
- Handle packages with hyphens
- Fix map keys if suffix/prefix specified
- process customImports on Params with other flags
- Fixed panic with arrays
- Use go modules for dependency management
- Example shell script how to create a typescript model directly from json
- fix ignored pointers
- interface cmdline flag
- Log field and type creation to make the order (and why a type was converted) simpler to follow
- Global custom types: Merge branch 'fix-33' of https://github.com/shackra/typescriptify-golang-structs into shackra-fix-33
- custom types (insted of setting
ts_type
andts_transform
every time)
- 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