Skip to content

Releases: kyhsa93/nestjs-rest-cqrs-example

2.0.0: refactor: regenerate project by use nest cli (#13)

08 May 07:55
4325394
Compare
Choose a tag to compare
* wip

* docs: remove wrong READMD.md

* style: apply lint

* feat: add event handler

* feat: add account query

* style: apply lint

* feat: add account controller, update password command

* style: apply lint

* refactor: add integration event

* refactor: add app service for config with env

* refactor: implement infrastructure

* fix: app controller

* test: remove useless test

* refactor: add provider to module

* refactor: add access modifiers in handler

* refactor: handle redis connection error

* refactor: default database connection and error handling

* fix: add mysql package

* refactor: remove default export and ommit public access modifier

* test: add account spec

* style: apply lint

* test: fix jest config

* refactor: rename and restructuring about infrastructure

* fix: wrong created empty account entity when get account new id

* fix: connect rabbitMQ recursively

* fix: unhandled account opened event

* refactor: event handler access modifier and event log

* fix: encrypt password when account open

* feat: add remit to controller

* refactor: add dto validation

* chore: rename infrastructure entity directory

* chore: update packages

* feat: remove unusable data in query result

* fix: dto validation

* test: update account domain spec

* doc: add swagger

Initial release tag

21 Sep 15:40
Compare
Choose a tag to compare

This is fist release tag for initialize