Skip to content

Releases: Latios96/py-typescript-generator

Release v0.3.1

29 Jun 06:30
Compare
Choose a tag to compare
Bump version: 0.3.0 → 0.3.1

Release v0.3.0

29 Oct 15:07
Compare
Choose a tag to compare
Bump version: 0.2.1 → 0.3.0

Release v0.2.1

30 Sep 12:05
Compare
Choose a tag to compare
Bump version: 0.2.0 → 0.2.1

Release v0.2.0

29 Sep 13:25
Compare
Choose a tag to compare
Bump version: 0.1.3 → 0.2.0

Release v0.1.3

17 Mar 11:27
Compare
Choose a tag to compare

This release fixes an issue with not existing folders for the generated TypeScript files. The folders are now created by the generation pipeline

Release v0.1.2

16 Mar 11:24
Compare
Choose a tag to compare

This release fixes an issue, where Optional types where not marked as optional fields, but with "| undefined". This forced them to specified every time, even if they should be undefined.

Release v0.1.1

15 Mar 12:12
Compare
Choose a tag to compare

This release fixes an issue with missing import statements in the generated TypeScript files, which made them unusable

Release v0.1.0

11 Mar 09:49
Compare
Choose a tag to compare

Initial release