Releases: xp-framework/core
Releases · xp-framework/core
6.0.0 Beta 3
On top of the features in beta2, this beta release contains the following:
- Welcome 2015 - updated licence and version information - @thekid
- Support for XP Runners 5.2.0 - @thekid
- Fix for
vartype not being assignable from other types in certain circumstances - @thekid
6.0.0 Beta 2
On top of the features in beta1, this beta release contains the following:
- Implemented xp-framework/rfc#291: Stricter error handling (@thekid)
- Support for PHP 5.4 traits in class loading (@thekid)
6.0.0 Beta 1
On top of the features in alpha7, this first beta release contains the following:
- Added PHP 7.0 forward compatibility for handling the most annoying PHP bug - the "Call to a member function" functionality and throwing a
NullPointerException. - Implemented xp-framework/rfc#289:
Streamclass deprecation, introduceChannel - Implemented xp-framework/rfc#290: New Path class
- Implemented support for expanding environment variables in property files - see PR #42 and xp-framework/xp-framework#365
v6.0.0alpha7
6.0.0, Alpha 7
v6.0.0alpha6
6.0.0, Alpha 6
v6.0.0alpha5
Release v6.0.0alpha5
v6.0.0alpha4
Release v6.0.0alpha4
6.0.0 Alpha 3
6.0.0 Alpha 2
This second alpha release for the upcoming 6.0.0 contains everything in alpha1 and the following:
6.0.0 Alpha 1
This is the first alpha for the XP Framework core version 6.0.0. The minimum PHP version required to run this is PHP 5.4.0.
- Implemented xp-framework/rfc#184: ArrayMap and ArrayList - (@thekid)
- Implemented xp-framework/rfc#286: Function types - (@thekid)
- Implemented xp-framework/rfc#283: Unittest closure actions - (@thekid)
- Implemented xp-framework/rfc#276: Define classes with annotations - (@thekid)
- Implemented xp-framework/rfc#282: Generic type variables - (@thekid)
- Implemented xp-framework/rfc#98: Generic Filter interface - (@thekid)
- Implemented xp-framework/rfc#266: Extend the XP typesystem - (@thekid)
- Implemented xp-framework/rfc#281: PHP 5.4.0 - (@thekid)
- Implemented xp-framework/rfc#146: Unicode - (@thekid)
- Implemented xp-framework/rfc#136: PHP namespaces adoption. All classes in the XP framework are now in PHP 5.3 namespaces - (@thekid)
- Implemented xp-framework/rfc#279: Newinstance with closures in #2 (@thekid)
- Implemented xp-framework/rfc#186: Drop SAPI feature alltogether; after it was deprecated since 5.9.0 - (@thekid)
- Implemented xp-framework/rfc#262: Split up framework into minimal pieces.
For details, see xp-framework/rfc#172