Releases: reminia/json2struct
Releases · reminia/json2struct
rel/0.7.1
rel/0.7.0
update changelog
rel/0.6.0
set github token globally
rel/0.5.0
- minor code optimization
- test api with sbt-curl plugin
- add readme for core module
- support struct type with comment(single line & multiline)
rel/0.4.0
- unknown type to any type
- convert snake case name to upper camel case
- remove redundant Field.Struct type
- struct to json should lower the first letter of json key
- add snake-case conf to support converting to snake-case style json props
- add a new v2 json2struct endpoint with name as query parameter and json as body
- support to release latest docker image based on newest code in github ci
- add a new v2 struct2json endpoint to support converter customization with config header
- add scalafmt conf
rel/0.3.0
- fix bug for single struct parsing
- ignore the field if there's '-' in json tag
0.3.0-SNAPSHOT
remove exist artifacts
0.2.0
fix multiline parser
0.1.0
fix release