Skip to content

Releases: auraphp/Aura.Web_Kernel

2.1.3

Choose a tag to compare

@pmjones pmjones released this 03 Oct 21:39

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

Choose a tag to compare

@pmjones pmjones released this 28 Mar 22:09

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

2.1.1

Choose a tag to compare

@pmjones pmjones released this 28 Mar 17:31

This release removes an extraneous Macintosh file.

2.1.0

Choose a tag to compare

@pmjones pmjones released this 28 Mar 16:31

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

Choose a tag to compare

@pmjones pmjones released this 06 Nov 21:58
  • CHG: Update config to work without auto-resolve.
  • TST: Disable auto-resolve for testing, and mimic web-project index more
    accurately

2.0.0

Choose a tag to compare

@pmjones pmjones released this 05 Oct 15:21
  • 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

Choose a tag to compare

@pmjones pmjones released this 15 Apr 14:25

Initial 2.0 beta relase.