Releases: FeastFramework/framework
v3.2.0
Version 3.2.0 - Minor release
This minor release contains both new functionality and bug fixes.
New functionality
- The new "Deferred" classes to allow deferring actions until end of scope (see docs here.)
- Add proper header support on responses from HttpRequests.
Bug fixes
- Fix for edge case call to
Date::createFromTimestamp
with timezone passed in. - Fix for true cross platform support with unit tests running on Linux, MacOS, and Windows.
Full Changelog: v3.1.0...v3.2.0
v2.14.0
Version 2.14.0 - Minor release
This minor release contains both new functionality and bug fixes.
New functionality
- The new "Deferred" classes to allow deferring actions until end of scope (see docs here.)
- Add proper header support on responses from HttpRequests.
Bug fixes
- Fix for edge case call to
Date::createFromTimestamp
with timezone passed in. - Fix for true cross platform support with unit tests running on Linux, MacOS, and Windows.
Full Changelog: v2.13.0...v2.14.0
v1.27.0
Version 1.27.0 - Minor release
This minor release contains both new functionality and bug fixes.
New functionality
- The new "Deferred" classes to allow deferring actions until end of scope (see docs here.)
- Add proper header support on responses from HttpRequests.
Bug fixes
- Fix for edge case call to
Date::createFromTimestamp
with timezone passed in. - Fix for true cross platform support with unit tests running on Linux, MacOS, and Windows.
Full Changelog: v1.26.0...v1.27.0
v3.1.0
Version 3.1.0 - Minor Release
This minor release introduces array and stdClass support to the JSON library. In addition, the HttpResponse class now has a getResponseCode
method to return the response code directly instead of needing to call the method on the HttpRequest itself.
Full Changelog: v3.0.1...v3.1.0
v2.13.0
Version 2.13.0 - Minor Release
This minor release introduces array and stdClass support to the JSON library. In addition, the HttpResponse class now has a getResponseCode
method to return the response code directly instead of needing to call the method on the HttpRequest itself.
Full Changelog: v2.12.1...v2.13.0
v1.26.0
Version 1.26.0 - Minor Release
This minor release introduces array and stdClass support to the JSON library. In addition, the HttpResponse class now has a getResponseCode
method to return the response code directly instead of needing to call the method on the HttpRequest itself.
Full Changelog: v1.25.1...v1.26.0
v3.0.1
v2.12.1
Version 2.12.1 - Patch Release
This version fixes a bug with the CLI on Windows systems (non WSL)
Full Changelog: v2.12.0...v2.12.1
v1.25.1
Version 1.25.1 - Patch Release
This version fixes a bug with the CLI on Windows systems (non WSL)
Full Changelog: v1.25.0...v1.25.1
v3.0.0
Version 3.0.0 - Major release
This version of FEAST Framework is upgraded for (and requires) PHP 8.2.
Attribute classes are now marked as readonly.
Full Changelog: v2.11.0...v3.0.0