Skip to content

Releases: go-dew/dew

v1.0.1

Choose a tag to compare

@yohamta0 yohamta0 released this 20 Nov 16:13
c150ca4

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

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@yohamta0 yohamta0 released this 17 Aug 04:43
6b7b0f8

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

Choose a tag to compare

@yohamta0 yohamta0 released this 11 Aug 14:35

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

Choose a tag to compare

@yohamta0 yohamta0 released this 07 Aug 12:17
720e409

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

Choose a tag to compare

@yohamta0 yohamta0 released this 23 May 13:03
a08a93a

What's Changed

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

v0.9.2

Choose a tag to compare

@yohamta0 yohamta0 released this 23 May 02:42
1049949

What's Changed

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

v0.9.1

Choose a tag to compare

@yohamta0 yohamta0 released this 22 May 17:50
92847d2

What's Changed

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

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

v0.9.0

Choose a tag to compare

@yohamta0 yohamta0 released this 20 May 06:33

Initial Release for Proof of Concept.