Skip to content

Releases: go-dew/dew

v1.0.0

17 Aug 04:43
6b7b0f8
Compare
Choose a tag to compare

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/dew

Usage

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.

v0.9.7

11 Aug 14:35
Compare
Choose a tag to compare

What's Changed

  • Fix: Register() does not work properly for value type by @yohamta in #9

Full Changelog: v0.9.5...v0.9.7

v0.9.5

07 Aug 12:17
720e409
Compare
Choose a tag to compare

What's Changed

  • Update dew.Query() method parameters to infer return type by @yohamta in #8

Full Changelog: v0.9.3...v0.9.5

v0.9.3

23 May 13:03
a08a93a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

23 May 02:42
1049949
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

22 May 17:50
92847d2
Compare
Choose a tag to compare

What's Changed

  • Performance Optimization (30%~) by @yohamta in #3

Full Changelog: v0.9.0...v0.9.1

v0.9.0

20 May 06:33
Compare
Choose a tag to compare

Initial Release for Proof of Concept.