Skip to content

Releases: temafey/micro_modules_base

v0.9.0

Choose a tag to compare

@temafey temafey released this 01 Nov 01:33
Refactor namespaces and move Factory, Command, and Query components f…

v0.8.1: * Update AbstractCommand

Choose a tag to compare

@temafey temafey released this 29 Oct 21:47
* Update CommandInterface

Add exception levels

Choose a tag to compare

@temafey temafey released this 19 Feb 15:34
feat(master): Add exception levels

- Add ExceptionLevelsInterface
- Add ExceptionLevelsTrait
- Update Exceptions

Update dependencies

Choose a tag to compare

@temafey temafey released this 01 Feb 15:53
- Update dependencies

- Add RedisFactory for testing
- Add RedisInMemory for testing
- Add HttpRequestInterface for adapters
- Add monolog CustomTagProcessor
- Fix coding standards

Add php8 compatibility

Choose a tag to compare

@temafey temafey released this 02 Dec 15:08
32e50e2
Merge pull request #1 from temafey/add-php8-compatibility

Add php8 compatibility to composer.json

v0.4.1

v0.4.1 Pre-release
Pre-release

Choose a tag to compare

@temafey temafey released this 24 Apr 18:20
fix(master) - Rename Application namespace to Domain.

v0.4.0: feat(master): Add MicroBase module

Choose a tag to compare

@temafey temafey released this 24 Apr 17:12
- Add base components for microservices