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- ## Unreleased
3+ ## v0.5.0-beta3 - Nov 19, 2016
44
55### General
66- Added readmes for all packages, apart from Foundation
4848 to JSON
4949- Added unique() method to ` Query ` objects and ` Query\Builder ` executor methods
5050
51- ## v0.5.0-beta2 - Feb 18, 2015
51+ ## v0.5.0-beta2 - Feb 18, 2016
5252
5353### ORM
5454- Implemented relation constraints
Original file line number Diff line number Diff line change @@ -8,16 +8,18 @@ Darya is a PHP framework for web application development.
88
99Its components include:
1010
11- - [ ORM] ( # /src/Darya/ORM)
11+ - [ ORM] ( /src/Darya/ORM )
1212- [ CRUD storage abstractions] ( /src/Darya/Storage )
13- - [ Service container] ( # /src/Darya/Service)
13+ - [ Service container] ( /src/Darya/Service )
1414- [ HTTP abstractions] ( /src/Darya/Http )
15- - [ Router] ( # /src/Darya/Routing)
16- - [ Event dispatcher] ( # /src/Darya/Events)
17- - [ Views] ( # /src/Darya/View)
15+ - [ Router] ( /src/Darya/Routing )
16+ - [ Event dispatcher] ( /src/Darya/Events )
17+ - [ Views] ( /src/Darya/View )
1818
1919The framework is currently under development and the API is liable to change
20- until v1.0.0. By then, each package will be split into its own repository.
20+ until v1.0.0.
21+
22+ Eventually, each package will be split into its own repository.
2123
2224## Installation
2325
You can’t perform that action at this time.
0 commit comments