Skip to content

Releases: wakaztahir/K-OpenApi-Parser

v1.1.1

17 Apr 14:29
Compare
Choose a tag to compare
  • Removes additional API methods that aren't needed
  • MapOverlay and ListOverlay are returned for MutableMap and MutableList because they override it
  • Fixes a bug with Reference not being detected using Overlay on Map and List
  • Replaces Java Pattern usages with Kotlin Regex
  • Better Overlay support

v1.1.0

15 Apr 15:45
Compare
Choose a tag to compare
  • Uses Kotlinx Serialization , All tests passing
  • Differentiate Internal Reference And External Reference
  • Get path of child from its parent
  • No Java hacks in Overlay , Map and List get overlay from parent of child if its an overlay otherwise create a new List / Map Overlay
  • Convert Any or Json to Overlay and Overlay to Json
  • Properly differentiate between submaps in PropertiesOverlay
  • Uses custom JsonPointer and queries the remaining after navigating

JsonOverlay : https://github.com/Qawaz/K-OpenApi-Parser/packages/1831873
Parser : https://github.com/Qawaz/K-OpenApi-Parser/packages/1831874
Validator https://github.com/Qawaz/K-OpenApi-Parser/packages/1831875

v1.0.1

06 Apr 12:32
Compare
Choose a tag to compare

uses KATE v1.0.2

v1.0.0

06 Apr 09:58
Compare
Choose a tag to compare
v1.0 published