Skip to content

Releases: c0olix/asyncApiCodeGen

v2.1.2

17 Apr 07:43
194fe26
Compare
Choose a tag to compare
build: update release action

v.1.0.0

04 Sep 20:59
Compare
Choose a tag to compare

1.0.0 (2022-09-04)

  • feat(cli)!: add flag packageName (9186a5d)
  • feat(cli)!: add flags input, output (24c473d)
  • feat(cli)!: add flag createDir (b1574fb)

Features

  • go: create a not private version for go (cdb6373)

BREAKING CHANGES

  • without given packageName the cli fails
  • input and output location via arguments aren't supported anymore
  • java codegen does not create output dir by default anymore

v0.7.0

04 Sep 10:08
Compare
Choose a tag to compare

0.7.0 (2022-09-04)

Bug Fixes

  • remove example output, as it uses a private repository and breaks tests (44b6019)
  • remove password type, as it isn't supported (e4e5f9d)
  • remove private repository dependency (79b9baa)

Features

  • cli: validate given async api spec (4352cbf)
  • mosaicGoKafkaGenerator: more validations (0e8ae54)
  • mosaicJavaKafkaGenerator: more validations (01b727b)

0.6.2 (2022-08-31)

Bug Fixes

  • don't validate required on bool fields (43ec5c9)

0.6.1 (2022-08-31)

Bug Fixes

  • mosaicGoKafkaGenerator: export methods (b02124b)
  • mosaicJavaKafkaGenerator: create output dir if not present (2060ea4)
  • mosaicJavaKafkaGenerator: imports for array items and generation of nested objects (0d87f6b)
  • naming and pointer (6b64c55)

Features

  • mosaicGoKafkaGenerator: validation on struct fields (cc51860)

0.5.0 (2022-08-29)

Bug Fixes

  • don't inline objects and items (8ef53cf)
  • time import for go (548da5f)

Features

  • add default value (faf334e)
  • use async api parser dependency (371f028)

0.4.0 (2022-08-23)

Features

0.3.3 (2022-08-23)

Bug Fixes

0.3.0 (2022-08-22)

Features

  • java items can also have ref string (564db1b)

0.2.0 (2022-08-22)

Features

  • array items may have a reference string (a621477)

0.1.3 (2022-08-22)

Bug Fixes

Features

  • consumer interface for java (436d130)
  • create documentation commentaries (3683694)
  • embed template files and some minor fixes (207cba0)
  • format output (3ddf78f)
  • generate command (a09bdb2)
  • java code generator (types) (4e43323)
  • logging (0e4c7a6)
  • producer interface for java (07742d7)
  • root command (78e9d2c)
  • separate different generators (2123c45)
  • type for asyncApSpec with conversion to go specific syntax (e3154f6)