Releases: abyanmajid/matcha
Releases · abyanmajid/matcha
1.1.6
1.1.5
Add from
param for SendMail
1.1.4
Patch "invalid request body" always occurring due to false condition
1.1.3
Make email.Client
a public API
1.1.2
Fixed missing resource for registering post
and put
openapi spec
1.1.1
Enlarge OpenAPI resource scope from just get
to get
, post
, put
, patch
, delete
1.1.0
- Type-safe env
1.0.0 (Stable)
- 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