Releases: grafana/cuetsy
Releases · grafana/cuetsy
v0.1.11
v0.1.10
v0.1.9
Changelog
- ea7b68c: Add alias test and import from different file and same package (@spinillos)
- e214aa2: Bump go version (@sdboyer)
- 0a02617: Merge branch 'main' of github.com:grafana/cuetsy into generate-imports (@spinillos)
- 7576a48: Merge pull request #85 from grafana/generate-imports (@sdboyer)
- 6f2ce59: Modify txtar tests to add configurable import mappers (@spinillos)
- 26527fd: Move import mapper test into main test (@spinillos)
- 722eae8: Split import mapping funcs into new file (@sdboyer)
- 3197887: Update drone to 1.19 (@spinillos)
- f144456: Update go mod (@spinillos)
- f3dde4c: Update go.mod (@spinillos)
- 406f8ef: Update signature (@spinillos)
- 67e1910: gen: Introduce generic import mapping (@sdboyer)
v0.1.8
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)
v0.1.6
Changelog
- f776edd: Add more tests (@spinillos)
- e5c58df: Add test case for null types (@sdboyer)
- b813564: Allow enums with only one element (@spinillos)
- 08d6684: Allow override values from parent (@spinillos)
- e286698: Fix adding duplicate fields when they are comming from an extended class (@spinillos)
- f614e6f: Fix allowed and tests (@spinillos)
- e509a91: Fix default values and interfaces (@spinillos)
- 65ccf7b: Fix typo (@spinillos)
- 19e8bc6: Merge pull request #77 from grafana/allow-enums-with-one-element (@sdboyer)
- e938b68: Merge pull request #78 from grafana/fix-duplicate-fields (@sdboyer)
- c6dbdd0: Merge pull request #80 from grafana/allow-override-values (@sdboyer)
- db06595: Remove blank line (@spinillos)
- b22f200: This shouldn't be here (@spinillos)
- 27925f8: Update README.md (@sdboyer)
- 63eec98: Update generator.go (@sdboyer)
v0.1.5
v0.1.4
v0.1.3
Changelog
- 77c593c: Add .idea folder in gitignore (@spinillos)
- 4c8848f: Adding optional test (@spinillos)
- f37b5c7: Fix panic and get the value as recursive way (@spinillos)
- 447a2f8: Map bytes to string (@spinillos)
- 05aae59: Merge pull request #65 from grafana/bytes-as-string (@sdboyer)
- a320b05: Merge pull request #67 from grafana/allow-multiple-types-string-map (@sdboyer)
- 9df4a17: Merge pull request #69 from grafana/idea-gitignore (@sdboyer)
- bdd49f8: Update comment (@spinillos)
- b255e2c: Use unknown by default instead of any (@spinillos)