Skip to content

Releases: keecon/restdocs-openapi3

0.18.1

01 Mar 02:43
8e6625d
Compare
Choose a tag to compare

RELEASE 0.18.1 (2022-03-01)

Other changes

  • deps: upgrade spring boot 2.6.4

0.18.0

28 Feb 17:52
6f66124
Compare
Choose a tag to compare

RELEASE 0.18.0 (2022-03-01)

🌟 New features

  • response description use HttpStatus

🛠️ Bug fixes

  • resolve dependencies version

0.17.4

28 Feb 16:29
85c4447
Compare
Choose a tag to compare

RELEASE 0.17.4 (2022-03-01)

🛠️ Bug fixes

  • apply json schema format

0.17.3

28 Feb 15:51
4732f33
Compare
Choose a tag to compare

RELEASE 0.17.3 (2022-02-28)

🛠️ Bug fixes

  • apply json schema format

0.17.2

26 Feb 16:51
0522cc0
Compare
Choose a tag to compare

RELEASE 0.17.2 (2022-02-27)

🛠️ Bug fixes

  • incorrect path of items attributes

0.17.1

26 Feb 15:54
cbecfbd
Compare
Choose a tag to compare

RELEASE 0.17.1 (2022-02-27)

🛠️ Bug fixes

  • read openapi3 model json using interface

♻ Code Refactoring

  • change Constraints static method name and access level

0.17.0

25 Feb 06:57
aa3272e
Compare
Choose a tag to compare

RELEASE 0.17.0 (2022-02-25)

🌟 New features

  • add parameter description primitive type inference
  • support [] ConstrainedModel
  • add DecimalMin/Max constraints

🔄 Updates

  • add test mockMvc request parameter
  • add parameter encoding style test
  • add array parameter test
  • add test basic,api key securityRequirement

♻ Code Refactoring

  • rename Constraints and test
  • add attributes types helper function
  • ContainedModel is a support enum type
  • rename ConstrainedModel and apply ParameterDescriptor
  • move format property to attributes
  • constraint resolver apply ParameterDescriptor
  • abstract descriptor model and data type, format and style (#3)

Other changes

  • clean style

0.16.2

23 Feb 05:08
834cbbe
Compare
Choose a tag to compare

RELEASE 0.16.2 (2022-02-23)

🛠️ Bug fixes

  • apply all subprojects codecov

♻ Code Refactoring

  • number model

Other changes

  • add jitpack badge

0.16.1

22 Feb 16:51
de987cf
Compare
Choose a tag to compare

RELEASE 0.16.1 (2022-02-23)

🌟 New features

  • add axion-release plugin
  • add codecov

🛠️ Bug fixes

  • codecov report file path
  • support attributes for parameter/header descriptor
  • CI: invalid codecov files

🔄 Updates

  • change parent project name

Other changes

  • check CI script
  • check CI script
  • code style

0.16.0

22 Feb 10:35
80ba870
Compare
Choose a tag to compare

RELEASE 0.16.0 (2022-02-22)

🌟 New features

  • remove maven publishing
  • add release script
  • add all projects

🛠️ Bug fixes

  • dependencies set version
  • release version rule
  • typo
  • maven signing
  • remove unused section in release script

🔄 Updates

  • split 'build'/'publish' cmd in script

Other changes

  • style
  • add badges