Skip to content

Releases: abyanmajid/matcha

1.1.6

09 Feb 02:59
Compare
Choose a tag to compare

Patch - remove unnecessary removal of requestBody field in OpenAPI spec for get requests

1.1.5

08 Feb 22:26
Compare
Choose a tag to compare

Add from param for SendMail

1.1.4

08 Feb 21:51
Compare
Choose a tag to compare

Patch "invalid request body" always occurring due to false condition

1.1.3

08 Feb 21:18
Compare
Choose a tag to compare

Make email.Client a public API

1.1.2

08 Feb 19:14
Compare
Choose a tag to compare

Fixed missing resource for registering post and put openapi spec

1.1.1

08 Feb 19:01
Compare
Choose a tag to compare

Enlarge OpenAPI resource scope from just get to get, post, put, patch, delete

1.1.0

08 Feb 17:40
Compare
Choose a tag to compare
  • Type-safe env

1.0.0 (Stable)

08 Feb 12:57
98c2504
Compare
Choose a tag to compare
  • OpenAPI specification builder
  • API reference using the Scalar web ui
  • Type-strict HTTP handlers
  • In-memory and redis cache utilities
  • Email sending abstraction package with html templating
  • Security package with json web tokens, hashing, and encryption
  • Logger package with syslogs format
  • Middlewares forked from chi/middelware