File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Darya Framework Changelog
22
3- ## v0.4.0 - Feb ? , 2015
3+ ## v0.4.0 - Feb 25 , 2015
44- Minor ` Autoloader ` improvement
55- Major ` Router ` refactoring using method extraction
66- ` Session ` objects can now be accessed like arrays, and as a result through
1010- Added ` ContainerInterface::all() ` and ` SessionInterface::has() `
1111- ` Container ` now automatically injects itself to any ` ContainerAwareInterface `
1212 implementors that it instantiates
13- - ** TODO: ** Simplify ` Request ` /` Response ` API
13+ - Simplified ` Request ` /` Response ` API
1414
1515## v0.4.0-beta - Jan 29, 2015
1616- ` Autoloader ` refactoring
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Use [composer](https://getcomposer.org) to install the package `darya/framework`
2626
2727Otherwise just clone this repository into a directory such as ` /vendor/darya/framework ` .
2828
29- ## Introduction
29+ ## Basic usage
3030
3131### Autoloading
3232
You can’t perform that action at this time.
0 commit comments