Releases: rasouza/node-clean-architecture
Releases · rasouza/node-clean-architecture
v1.3.0
[v1.2] Replace webserver lib
Changes webserver to Fastify (#3) * adds logging capabilities * replaces restify with fastify * removes main restify server * renames var * removes deprecated dependencies * removes deprecated next middleware function * removes restify errors * config eslint * decouple server from app * refactors integration tests * fixes static file serving * removes TODO
[v1.1] DI improved
Migrate Dependency Injection lib to Awilix (#2) * lints with standardJS * removes use strict * separates electrolyte and awilix applications * implements first Use Case with awilix * implements CreateUser with awilix * implements GetUser with awilix * implements DeleteUser with awilix * implements UpdateUser with awilix * improves UserController readability * updates README * adds docs * fixes tests * adds coverage report * moves to root folder
[v1.0] Clean Architecture
- Onion Model
- Docs
- Coverage
- Integration tests