Releases: adonisjs/core
Releases · adonisjs/core
Update dependencies that has some interface changes
Bugfixes and adding request logger
The new feature to log HTTP requests is added to the core and can be toggle using logRequests
config value inside the config/app
file.
HAVE FUN 🎉
- docs(readme): add adonis banner 90783ed
- feat: add request logger to log http requests 61ea072
- refactor: handle http server errors 4add2ed
- chore(config): enable pretty print logs in development e65ead5
- refactor: move all middleware to subdirectory 86a3243
- refactor: add logs to the boot process 9a79608
- refactor: add cors middleware to the container c15f775
- fix: add event typings to main export c661fc5
Support for event emitter & Bug fixes
Added @poppinss/events
and exposed at @ioc:Adonis/Core/Event
module. Also includes handful of bugfixes
Fixes for ignitor and published files
- The release adds
providers
directory to thefiles
array insidepackage.json
file - Using
find-package-json
to find the nearest package.json file vs relying on hardcoded path
Commits
Working release of @adonisjs/core
@adonisjs/core
is almost a rewrite of AdonisJs core packages with a different approach and using Typescript. The package is still not 100% done. However, this release will be used internally for testing purposes