Skip to content

Releases: Swaggy-Swagger/swagger-custom-java

Swaggy Swagger v1.0.1

12 Nov 15:12
bb1be9b
Compare
Choose a tag to compare

What's Changed

  • fix: Resolve NullPointerException occurred when schema is undefined (#20) by @yoonsseo in #21
  • Fix: reading class error in deployment environment by @hyunihs in #25

Full Changelog: https://github.com/Swaggy-Swagger/swagger-custom-java/commits/1.0.1

Swaggy Swagger v1.0.0

27 Oct 12:36
d304681
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.1...1.0.0

Swaggy Swagger v0.0.1

28 Aug 14:17
d6a24c3
Compare
Choose a tag to compare

Swaggy Swagger v0.0.1

A Spring Boot Library to make your Swagger Experience better

What's Changed

  • feature: order controller methods by code line by @hyunihs in #1
  • feature: track and save changes in api by @hyunihs in #2
  • fix: to relative and dynamic paths by @hyunihs in #3
  • feature: add tracking for parameter and response changes by @yoonsseo in #4
  • refactor: change package name by @hyunihs in #5
  • feature: log only when there are actual changes by @yoonsseo in #6
  • feature: release by @hyunihs in #7
  • feature: identify APIs using schema on schema changes by @yoonsseo in #8
  • feature: change flag in swagger response by @hyunihs in #9
  • bug: add a null check for pathInfoList to prevent NullPointerException by @yoonsseo in #10
  • fix: NullPointerException when accessing summary by @hyunihs in #11
  • Fix: change type in change flag by @hyunihs in #12
  • Feature: Swaggy UI by @hyunihs in #13
  • style: apply ui by @hyunihs in #14

New Contributors

Full Changelog: https://github.com/Swaggy-Swagger/swagger-custom-java/commits/0.0.1