You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a hygiene release to update support files. In particular, composer.json now adds tests/ to "autoload-dev" so that Aura\Web\FakeResponse is available for bundle, kernel, and project tests.
Converted to class-based configuration for Aura projects, and use the updated
service naming rules.
Add a ResponseSender class for easy sending of Response objects: after sending
headers and cookies, if the content is a callable, the callable is invoked and
echoed, otherwise the content is just echoed.
Deal with a bug in the PHP built-in server to determine content type and
length.
Use the proper content-type for the .csv extension.
The Request Values object now has getBool(), getInt(), and getFloat(); these
cast the request value appropriately.
Extract Accept-related functionality to Aura.Accept package.