Skip to content

Releases: horiuchi/dtsgenerator

v0.7.0

02 Jul 16:01
Compare
Choose a tag to compare

Update with some braking change

Braking changes list:

  • Support open api format JSON Schema: dtsgenerator always target the nodes under definitions node to type output.
  • Change interface type name from snake_case to PascalCase.
  • Support primitive type to output type definition.

And some bug is fixed.

v0.6.1

19 Jun 14:16
Compare
Choose a tag to compare

minor update from v0.6.0

  • remove the dependency to asyncblock for async library. I changed async library to Promise because that's next standard.

v0.6.0

19 Jun 14:10
Compare
Choose a tag to compare

First stable version of dtsgenerator

dtsgenerator support generating type file from JSON Schema files.
Also it generate type name from id property, and support the reference from $ref property to other node and other schema.