Releases: adonisjs/core
Adding support for signed urls
Yayy! We finally have support for signed urls. Once a URL is signed, you can ensure that no one has tampered it at all.
Fixing config templates
Dependency updates and handful of new features
The core now has a health check module, which can & will report the readiness
, liveliness
and the health
of the application.
- chore: getting rid of toc hook f968dd5
- docs: update readme contents and layout 35c49d8
- fix: copy correct templates during instructions run 01689a7
- refactor: making youch a development dependency 21704c7
- refactor: bind application to the container 2ef25b5
- refactor: fix HealthCheck typo and register to the container 39ec2aa
- refactor: improve the boostrap process to reliably handle shutdowns 9a79d59
- feat: add Healthcheck module df92dee
- fix: make exception handler accept logger 9f6a8a6
- chore(package): update dependencies a9f77c0
- chore(deps-dev): bump cz-conventional-changelog from 2.1.0 to 3… (#1115) b53cfef
- chore(deps-dev): bump husky from 3.0.0 to 3.0.1 (#1113) 92ad152
- chore(deps-dev): bump @adonisjs/sink from 2.0.0 to 2.0.1 (#1112) ec18114
- chore(deps): [security] bump lodash from 4.17.11 to 4.17.14 (#1111) a209a2d
Support for nested route groups
Finally, we have support for nested route groups by underlying @poppinss/http-server package.
Also this release contains a handful of bug fixes in the ambient module declarations.
- chore: update http-server version a51d76b
- chore: make sure to publish instructions and config files to npm 92b5de1
- refactor: fix breaking tests 431029b
- chore: add adonisjs instructions file to copy files dad019b
- chore(package): move @adonisjs/fold to a peer dependency 85bee8c
- chore(package): update dependencies cd44dd0
- fix: middleware store ambient module name 38882e5
Add support for hashing
Added support for Hash provider using @poppinss/hash
- feat: add support for hash provider 85f1017
- chore(deps-dev): bump husky from 2.7.0 to 3.0.0 (#1096) 3846814
- chore(deps): bump @adonisjs/fold from 6.0.3 to 6.1.0 (#1098) 5d5d712
- chore(deps-dev): bump typescript from 3.5.2 to 3.5.3 (#1102) ee6a7b0
- chore(deps-dev): bump @types/node from 12.0.10 to 12.6.2 (#1103) 85783c5
- fix: fixes the author's profile, add alt text in ts image, add blank line after headings in README.md (#1088) 94e00e9
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