Skip to content

Releases: reminia/json2struct

rel/0.7.1

26 Dec 09:55

Choose a tag to compare

add exception handler for api

rel/0.7.0

04 Aug 04:12

Choose a tag to compare

update changelog

rel/0.6.0

22 Mar 00:56

Choose a tag to compare

set github token globally

rel/0.5.0

24 Dec 05:58

Choose a tag to compare

  • 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

28 Nov 16:09

Choose a tag to compare

  • 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

16 Nov 10:36

Choose a tag to compare

  • fix bug for single struct parsing
  • ignore the field if there's '-' in json tag

0.3.0-SNAPSHOT

05 Nov 05:11

Choose a tag to compare

remove exist artifacts

0.2.0

03 Nov 17:16

Choose a tag to compare

fix multiline parser

0.1.0

31 Oct 05:29

Choose a tag to compare

fix release