Skip to content

Releases: adonisjs/core

Bugfixes and adding request logger

03 Jun 04:58
Compare
Choose a tag to compare

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

v2.0.2...v2.0.3

Support for event emitter & Bug fixes

31 May 17:58
Compare
Choose a tag to compare

Added @poppinss/events and exposed at @ioc:Adonis/Core/Event module. Also includes handful of bugfixes

  • chore(package): update dependencies 94cb8c6
  • feat: add event emitter 0e5fb82
  • chore(typings): include all sub typings 1d7055e
  • fix(exception-handler): use correct namespace for logger 465fdde
  • chore: upgrade adonis/fold for useEsm 23de996

v2.0.1...v2.0.2

Fixes for ignitor and published files

26 May 07:47
Compare
Choose a tag to compare
  • The release adds providers directory to the files array inside package.json file
  • Using find-package-json to find the nearest package.json file vs relying on hardcoded path

Commits

  • chore(package): add providers dir to list of publishing files d63c29f
  • fix: use better way to find nearest package file d25f52e

v2.0.0...v2.0.1

Working release of @adonisjs/core

26 May 07:06
Compare
Choose a tag to compare

@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

  • fix: use correct type name 076a5f8
  • chore(package): set package to 1.10.0 3d3f5c6
  • chore(package): update http-server version 7b4b22b

v1.10.0...v2.0.0