Releases: rgalanakis/sashay
Releases · rgalanakis/sashay
v1.1.2: Support maps and slices nested inside structs
v1.1.1: Support untyped requests and responses
If an API does not use typed fields (meaningfuls tructs) we can at least throw it into requestBody, or a generic 'object' or 'array' schema. For example: https://github.com/rgalanakis/sashay/pull/14/files#diff-d5a0429a2148daa35f33d86d7d3b80816994eb3edc8f1f361bc7cd9059564298R1366
Full Changelog: v1.1.0...v1.1.1
v1.1.0: Modern Go, and Ginkgo V2
Update the development setup to Go 1.19, though this did not require any code changes.
Upgrade to GinkgoV2. It is incompatible with GinkgoV1, so makes this project unusable downstream.
If callers require GinkgoV1, they should use Version 1.0.x.
v1.0.0 (Initial Release)
Initial release. This has not changed in a while, it's stable and working. We need to update to Ginkgo 2.0 so are cutting a real 1.0 release finally.