Skip to content

Releases: kcl-lang/kcl-openapi

v0.8.0

15 Aug 14:04
a058def
Compare
Choose a tag to compare

What's Changed

  • fix: multiple patterns in openapi items and additional properties by @Peefy in #113

Full Changelog: v0.7.0...v0.8.0

v0.7.0

14 Aug 05:33
c19b9d8
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump github.com/stretchr/testify from 1.7.1 to 1.9.0 by @dependabot in #105
  • chore: (deps): bump actions/checkout from 2 to 4 by @dependabot in #95
  • chore: (deps): bump actions/setup-go from 2 to 5 by @dependabot in #96
  • chore: (deps): bump docker/login-action from 2 to 3 by @dependabot in #98
  • Chore: (deps): bump github.com/kr/pretty from 0.3.0 to 0.3.1 by @dependabot in #102
  • Chore: (deps): bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 by @dependabot in #100
  • Chore: (deps): bump github.com/go-openapi/inflect from 0.19.0 to 0.21.0 by @dependabot in #103
  • chore: (deps): bump actions/setup-python from 2 to 5 by @dependabot in #99
  • chore: (deps): bump goreleaser/goreleaser-action from 4 to 6 by @dependabot in #97
  • feat: mangle property name with quote chars by @Peefy in #110
  • feat: support int or str by @Peefy in #111
  • Chore: (deps): bump github.com/go-openapi/errors from 0.20.2 to 0.22.0 by @dependabot in #108
  • Chore: (deps): bump github.com/go-openapi/strfmt from 0.21.2 to 0.23.0 by @dependabot in #106
  • ci: update test condition by @Peefy in #112

New Contributors

Full Changelog: v0.6.6...v0.7.0

v0.6.6

08 Aug 07:54
3cce6ea
Compare
Choose a tag to compare

What's Changed

  • fix: yaml stream format input and remove whitespace YAMLs by @Peefy in #94

Full Changelog: v0.6.4...v0.6.6

v0.6.5

02 Aug 03:10
7d5d348
Compare
Choose a tag to compare

What's Changed

  • feat: use raw string for generated schema from oai and k8s crd by @Peefy in #93

Full Changelog: v0.6.3...v0.6.5

v0.6.4

02 Aug 03:08
7d5d348
Compare
Choose a tag to compare

What's Changed

  • feat: use raw string for generated schema from oai and k8s crd by @Peefy in #93

Full Changelog: v0.6.3...v0.6.4

v0.6.3

21 Jun 03:50
fc450f8
Compare
Choose a tag to compare

What's Changed

  • chore: bump regex_match function to _regex_match to prevent compile errors by @Peefy in #92

Full Changelog: v0.6.2...v0.6.3

v0.6.2

20 Jun 03:46
d8d845c
Compare
Choose a tag to compare

Changelog

Docker Images

  • kcllang/kcl-openapi:v0.6.2

v0.6.1

18 Mar 06:17
94bd6e8
Compare
Choose a tag to compare

What's Changed

  • fix: disable auto block pr option of contributor-assistant/github-action by @michaelchristopher-ui in #85
  • chore: update cla by @Peefy in #86
  • feat: mangle regex.match system module function by @Peefy in #88
  • docs: fix typos in readme documents by @Peefy in #89

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 Mar 13:07
6a29c60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.6.0

v0.5.5

19 Dec 08:27
cdaa48b
Compare
Choose a tag to compare

What's Changed

  • fix: element type nil pointer in the schema gen context by @Peefy in #80
  • fix: additional property and item property pattern by @Peefy in #81

Full Changelog: v0.5.4...v0.5.5