Skip to content

Releases: ystia/tdt2go

v0.3.0

03 Mar 14:14
v0.3.0
3b36c9b
Compare
Choose a tag to compare

What's Changed

🚀 Features

v0.2.0

15 Nov 14:49
v0.2.0
7a18d2d
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

v0.1.0

15 Nov 10:21
v0.1.0
c051c6a
Compare
Choose a tag to compare

Initial release with following supported features:

  • Support of types inheritance via Go composition
  • Support basic types conversions:
    • integer ➡️ int
    • string ➡️ string
    • boolean ➡️ bool
    • float ➡️ float64
    • timestamp ➡️ time.Time
    • list ➡️ slice with entry_schema support
    • map ➡️ map with entry_schema support
  • Generation of TOSCA builtin types such as version, range, scalar-units ...
  • include/exclude filters
  • Type name mapping like tosca\.datatypes\.(.+) ➡️ Normative${1} so tosca.datatypes.Credential become NormativeCredential