Releases: linna/framework
Releases · linna/framework
v0.9.1
Changelog
- Documentation update
- Tests updated
- Session class update (added to session class name property)
- DIContainer class fix
- RouterCached removed for performance reasons
v0.8.1
Changelog
- Now call session->start() more than one time don't cause a error
- Session->commit() added for write data and close session
v0.8.0
Changelog
- Session class refactoring, now it work without Singleton pattern.
v0.7.1
Changelog
- Performance fix in DIResolver, now create ReflectionClass object only when needed
- Removed classOptionTrait, same functionality provided with php native function
- Namespace and code documentation fix
v0.7.0
Changelog
- Login expire is now linked to session expire. Login class property "expire" is deprecated.
- Session internal methods, now access to session data without utilize magic __get() and __set()
v0.6.0
Changelog
Router now check if request method match with route declared method
v0.5.1
Changelog
DIResolver refactor, buildDependencyTree method rewritten in interactive mode, no recursion. Internal method calls replaced with member direct access.
Less php function calls.
Performance test, new and old DIResolver:
Calling class 50 times, better performance after 5 or more calls and on complex class dependencies.
v0.5.0
Changes
- MemcachedSessionHandler added
- Test updated
- PHP7 strict types for classes
- Minor fix