v0.1.7
Changelog
- ddf366a: Add optional values (@spinillos)
- 325fc6c: Allow enum unions (#84) (@spinillos)
- 55745e2: Allow enum unions (@spinillos)
- 64a660c: Allow recursive values (@spinillos)
- f6ad82e: Allow set enum defaults when override a parent value (@spinillos)
- eb3ee10: Delete debug tpv (#101) (@spinillos)
- 5139f7f: Delete unused functions, fix some lints and unnecessary comments (@spinillos)
- 86cb5a5: Fix E3 test enum (#90) (@spinillos)
- b26edcb: Fix defaults in enums (@spinillos)
- fab53fc: Fix enum unions (@spinillos)
- 9ee4277: Fix inline comments (#96) (@spinillos)
- 9cf0581: Fix npe when only two args (@spinillos)
- d443b17: Fix null types generation (@spinillos)
- 40bb73f: Fix override parent type values with defaults (@spinillos)
- 253499f: Fix shorthand structs (#98) (@spinillos)
- 63024ba: Fix structs with only one reference (@spinillos)
- 25d0301: Fix test and update code (@spinillos)
- 06618fc: Fix union values (@spinillos)
- 5722229: Fix unions that includes enums and a default value (#93) (@spinillos)
- 57e4539: Fix unions with mixed types (@spinillos)
- 7ca5847: Merge branch 'main' of github.com:grafana/cuetsy into fix-default-enum-overrides (@spinillos)
- 9c56e65: Merge branch 'main' of github.com:grafana/cuetsy into fix-type-default-overrides (@spinillos)
- 2f7047e: Merge branch 'main' of github.com:grafana/cuetsy into fix-type-default-overrides (@spinillos)
- 74f2227: Merge pull request #100 from grafana/restore-raw-types (@sdboyer)
- 4950d4e: Merge pull request #87 from grafana/fix-default-enum-overrides (@sdboyer)
- 9f89b34: Merge pull request #88 from grafana/fix-main-npe (@sdboyer)
- 7257adf: Merge pull request #89 from grafana/fix-type-default-overrides (@sdboyer)
- 864348c: Merge pull request #91 from grafana/allow-recursive-values (@sdboyer)
- ae66623: Merge pull request #92 from grafana/missing-go-mod-update (@sdboyer)
- 0bfb025: Merge pull request #94 from grafana/allow-null-types (@sdboyer)
- 7d314ea: Merge pull request #95 from grafana/fix-structs-with-only-one-ref (@sdboyer)
- 0ff8dbf: Merge pull request #97 from grafana/fix-enums-with-mixed-types (@sdboyer)
- 7f2d44d: Merge pull request #99 from grafana/a-bit-of-clean-up (@sdboyer)
- 5cdae95: Missing go mod update (@spinillos)
- 4c58ed1: Move enum check into a function (@spinillos)
- 371b5a7: Remove blank space (@spinillos)
- 4ac6c0e: Restore Raw type (@spinillos)
- 792ffe7: add cuepath,export and destination option (#82) (@Marimoiro)