Skip to content

Releases: rgalanakis/sashay

v1.1.2: Support maps and slices nested inside structs

19 Oct 18:58
Compare
Choose a tag to compare

v1.1.1: Support untyped requests and responses

19 Oct 18:51
Compare
Choose a tag to compare

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

#14

Full Changelog: v1.1.0...v1.1.1

v1.1.0: Modern Go, and Ginkgo V2

19 Oct 05:51
Compare
Choose a tag to compare

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)

19 Oct 05:40
6c2a317
Compare
Choose a tag to compare

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.