Skip to content

Latest commit

 

History

History
160 lines (88 loc) · 3.61 KB

File metadata and controls

160 lines (88 loc) · 3.61 KB

v2.0.0 (2024-10-15)

Chore

  • readme adjustment
  • cleanup CHANGELOG

Features

  • adds additional chglg types
  • adds a CHANGELOG
  • implements async list to handle and await multiple async commands concurrently
  • adds a few new error types

Refactor

  • changes the command identifier to a string
  • closure commands can now be processed in any of the handle methods using the Closure type
  • inward and outward middlewares have been merged into a single middleware type

v1.4.1 (2023-10-18)

Bug Fixes

  • allows middlewares to also be processed with closure commands

v1.4.0 (2023-10-18)

Chore

  • updates docs
  • few small adjustments to Readme
  • few small adjustments to Readme
  • update readme index
  • adds some error descriptions

Features

  • implements support for closure commands

v1.3.2 (2023-10-16)

Bug Fixes

  • removes usage of slices package for backwards compatibility checks

v1.3.1 (2023-10-16)

Features

  • improves middleware usage and adds missing documentation

v1.3.0 (2023-10-13)

Chore

  • further code cleanup
  • additional code cleanup
  • removes trash code and fixes benchmarks
  • updates respective docs

Features

  • implements middleware feature and adds respective tests
  • implements inward and outward middlewares
  • implements await on async commands. feat: refactors bus to enforce one handler per command.

v1.2.8 (2023-09-26)

Bug Fixes

  • go.yaml for code coverage
  • test that was causing data race

v1.2.7 (2023-09-26)

Chore

  • bumb dependency version

v1.2.6 (2023-09-26)

Chore

  • adds CC_TEST_REPORTER_ID

v1.2.5 (2023-09-26)

Chore

  • enable github actions for code coverage

v1.2.4 (2023-09-26)

Chore

  • bump go version and remove travis integration

v1.2.3 (2020-10-28)

v1.2.2 (2020-10-20)

v1.2.1 (2020-10-20)

v1.2.0 (2020-09-28)

v1.1.4 (2020-05-01)

v1.1.3 (2020-05-01)

v1.1.2 (2019-12-04)

v1.1.1 (2019-12-04)

v1.1.0 (2019-08-02)

v1.0.0 (2019-06-06)