Skip to content

Tags: tenfyzhong/st2

Tags

1.7.0

Toggle 1.7.0's commit message
format go code before generate it

1.6.1

Toggle 1.6.1's commit message
fix doc

1.6.0

Toggle 1.6.0's commit message
Support toml source

1.5.0

Toggle 1.5.0's commit message
support xml source

1.4.0

Toggle 1.4.0's commit message
Add prefix/suffix to struct name

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
2. Add prefix/suffix to the struct name
3. change codecov to version 4

1.3.2

Toggle 1.3.2's commit message
update denpendencies

1.3.1

Toggle 1.3.1's commit message
Support yml alias

1.3.0

Toggle 1.3.0's commit message
Support input source: yaml

1.2.1

Toggle 1.2.1's commit message
Exit -1 if error occures

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

1.2.0

Toggle 1.2.0's commit message
Support null/nil/any Value

1. Parse json null value as Any type
2. Parse go  any value as Any type
3. Parse pb any value as Any type