Skip to content

Releases: tenfyzhong/st2

format go code before generate it

01 May 14:21
43c0c71
Compare
Choose a tag to compare
1.7.0

format go code before generate it

fix doc

20 Apr 04:36
824c794
Compare
Choose a tag to compare
1.6.1

fix doc

Support toml source

20 Apr 03:04
0a8e475
Compare
Choose a tag to compare
1.6.0

Support toml source

support xml source

20 Apr 02:38
77cc7f3
Compare
Choose a tag to compare
1.5.0

support xml source

Add prefix/suffix to struct name

19 Apr 15:41
215dc8d
Compare
Choose a tag to compare
  1. normalize the struct and filed name
  • remove illegal char
  • if the name is empty, then use A
  • if the name start with a number, the prepend N to the name
  1. Add prefix/suffix to the struct name
  2. change codecov to version 4

update denpendencies

13 Feb 03:06
840d581
Compare
Choose a tag to compare
1.3.2

update denpendencies

Support yml alias

08 Feb 17:00
db98e69
Compare
Choose a tag to compare
1.3.1

Support yml alias

Support input source: yaml

08 Feb 15:41
61e0f3c
Compare
Choose a tag to compare
1.3.0

Support input source: yaml

Exit -1 if error occures

08 Jan 14:07
bbb040e
Compare
Choose a tag to compare

If there are some errors, print the error message and the exit -1

Support null/nil/any Value

07 Jan 07:49
87fd6a2
Compare
Choose a tag to compare
  1. Parse json null value as Any type
  2. Parse go any value as Any type
  3. Parse pb any value as Any type