Skip to content

Commit 4e5f45b

Browse files
committed
Released v0.5.0-beta3
1 parent be74578 commit 4e5f45b

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -48,7 +48,7 @@
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

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ Darya is a PHP framework for web application development.
88

99
Its 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

1919
The 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

0 commit comments

Comments
 (0)