Releases: adonisjs/core
Releases · adonisjs/core
Handful of improvements and bug fixes
- fix: set application environment when running ace commands 246b962
- chore: update dependencies 4d03258
- feat(cors): enable cors by default + add few http methods 533b601
- perf: cache process.env value to increase performance (#1238) 291399a
- refactor: use Env variable to define the hasher and default to argon (#1232) fac6bca
- fix(config): use @phc forks for hashing 19debf2
Updating underlying dependencies
- chore: update dependencies ee6966b
Updating underlying dependencies
- chore: update dependencies 252e6ef
Updating underlying dependencies
Fixing the bootstrapping process to always register directory aliases first
Fixing path to stub files
- fix: path to stub templates 75eb9c0
First release candidate after initial preview release
Highlights
Most of the work has been done inside underlying packages like encryption
, http-server
and edge.js
. We suggest you to read their changelogs, since a lot has been added.
Commits
- chore: update dependencies d4e125d
- docs(README): update badge url ac9ed65
- chore: update dependencies 2f1c083
- refactor: drop $ prefix from protected properties cab7bc0
- chore: update dependencies f18b630
- refactor: move config/contract templates of submodules to this repo b48f677
- chore: remove unused dependencies 884f48b
- chore: update dependencies 3d5db07
- chore: limit Lock bot to issues 57519e9
- refactor: enable serving static files by default (#1216) e5e0909
Fixes to adonisjs instructions
Updating underlying dependencies
- chore: update dependencies 1b82bad
`request.validate` method fix inherited from validator package
- chore: update dependencies a66094c