Skip to content

Releases: auraphp/Aura.Web_Kernel

2.1.3

03 Oct 21:39
Compare
Choose a tag to compare

This is primarily a hygiene release, with one minor bugfix.

  • (FIX) In WebKernelDispatcher::__invoke, use Dispatcher::getObjectParam
  • (HYG) Update license year and remove branch alias.
  • (HYG) Improve PSR-2 compliance.
  • (HYG) Update Travis configurations.

2.1.2

28 Mar 22:09
Compare
Choose a tag to compare

This release adds more explicit logging when no route is found for a path.

2.1.1

28 Mar 17:31
Compare
Choose a tag to compare

This release removes an extraneous Macintosh file.

2.1.0

28 Mar 16:31
Compare
Choose a tag to compare

This release adds a nicer-looking export-params so if we examine an object we don't get a massive, hard-to-read export. It also modifies the testing structure and updates other support files.

2.0.1

06 Nov 21:58
Compare
Choose a tag to compare
  • CHG: Update config to work without auto-resolve.
  • TST: Disable auto-resolve for testing, and mimic web-project index more
    accurately

2.0.0

05 Oct 15:21
Compare
Choose a tag to compare
  • DOC: Update README and docblocks.
  • CHG: Use Aura\Web\ResponseSender instead of own response sender
  • CHG: Use Action-Domain-Responder terminology and structure (though there is no domain to speak of)
  • CHG: Use new service names throughout; e.g., rename 'web__; services to 'aura/web-kernel:_'

2.0.0-beta1

15 Apr 14:25
Compare
Choose a tag to compare

Initial 2.0 beta relase.