Releases: artfauq/generator-exprest-api
Releases · artfauq/generator-exprest-api
v4.6.0
- Added
git
option - Added
health.controller
- Added
logger
andconfig
to injected services - Replaced
admin-bro
withadminjs
- Updated
admin
config - Updated
Sentry
config - Refactored
test
environment - Refactored
app
andserver
initialization and export - Replaced
docker/start.sh
withpackage.json
commands - Changed
pre-commit hook
topre-push hook
- Fixed various issues
v4.5.3
v4.5.2
v4.5.1
v4.5.0
v4.4.0
v4.3.0
- Added suffix to all filenames
- Added
POST /users
route (controller, service, DTO, type, test) - Added
GET /users/:id
route (controller, service, DTO, type, test) - Changed
Nginx
as option - Moved
/public
folder to project root - Renamed
/routes
folder to/controllers
- Updated outdated documentation
- Fixed various issues
v4.2.0
v4.1.0
v4.0.0
- Added
TypeScript
support - Added
Docker Compose
support - Added
dependency injection
- Added
API status monitoring
- Added
i18n
option - Added
Socket.IO
option - Added
cron jobs
option - Added
Sentry
option - Added
Redis
option - Added
auth
service withsequelize
andjwt
options enabled - Added
base tests
- Added
test stubs
support - Replaced
CONTRIBUTING.md
withABOUT.md
- Refactored project structure