Releases: AVSystem/justworks
Releases · AVSystem/justworks
v0.0.2
What's Changed
- refactor(core): migrate issue handling to Arrow IorRaise by @halotukozak in #30
- feat: multipart/form-data and form-urlencoded content type generation by @halotukozak in #23
- refactor: unified NameRegistry for all generated name deduplication by @halotukozak in #27
- feat: add KDoc generation for properties, enum constants, and endpoints by @halotukozak in #32
- feat: nested sealed hierarchies for oneOf/anyOf subtypes by @halotukozak in #29
- docs: add comprehensive usage guide to README by @halotukozak in #33
- feat: API key and HTTP basic authentication support by @halotukozak in #24
- feat: sealed HttpError hierarchy with typed error bodies and HttpResult by @halotukozak in #25
- fix: correct baseUrl interpolation and spurious body null checks by @halotukozak in #54
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Gradle build configuration with CI by @halotukozak in #1
- chore: add .editorconfig and integrate ktlint by @halotukozak in #3
- OpenAPI data model, parser, and validator by @halotukozak in #2
- add shared utilities (Names, NameUtils, TypeMapping) by @halotukozak in #8
- feat: add model generation by @halotukozak in #9
- feat: add client generation by @halotukozak in #10
- ci: add inline coverage summary as Codecov fallback by @halotukozak in #16
- Gradle plugin with multi-spec support by @halotukozak in #12
- test: add enum and Instant regression tests by @halotukozak in #13
- test: add integration test for real-world spec by @halotukozak in #15
- fix: coverage bot edits existing PR comment instead of creating new ones by @Copilot in #21
- Maven Central publishing, CD automation by @halotukozak in #6
- feat: dynamic typealias for non-String inline schemas by @halotukozak in #19
- fix: map freeform schemas to JsonElement instead of Any by @halotukozak in #22
- feat: extend format-to-type mapping with UUID support by @halotukozak in #17
- fix: generate discriminated union subtypes for oneOf schemas by @halotukozak in #20
Full Changelog: https://github.com/AVSystem/justworks/commits/v0.0.1