Releases: go-dew/dew
Releases · go-dew/dew
Release list
v1.0.1
Improvement
- feat(dew.go): return the custom validate error wrapped with the ErrVa… by @MohammadBnei in #14
Documentation
- docs: Add a basic example for query by @yottahmd in #12
New Contributors
- @MohammadBnei made their first contribution in #14
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Dew v1.0.0 Release Notes
Here's the release of Dew v1.0.0, a lightweight command bus library for Go.
Features
- Simple command bus interface
- Support for actions and queries
- Basic middleware system
- Group functionality for organizing handlers
- Asynchronous query execution
Installation
To use Dew in your project:
go get github.com/go-dew/dewUsage
For usage instructions and examples, please refer to the README.
Feedback
If you encounter any issues or have suggestions, please open an issue on our GitHub repository.