Skip to content

Commit

Permalink
Released v0.5.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
hexus committed Nov 19, 2016
1 parent be74578 commit 4e5f45b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Darya Framework Changelog

## Unreleased
## v0.5.0-beta3 - Nov 19, 2016

### General
- Added readmes for all packages, apart from Foundation
Expand Down Expand Up @@ -48,7 +48,7 @@
to JSON
- Added unique() method to `Query` objects and `Query\Builder` executor methods

## v0.5.0-beta2 - Feb 18, 2015
## v0.5.0-beta2 - Feb 18, 2016

### ORM
- Implemented relation constraints
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ Darya is a PHP framework for web application development.

Its components include:

- [ORM](#/src/Darya/ORM)
- [ORM](/src/Darya/ORM)
- [CRUD storage abstractions](/src/Darya/Storage)
- [Service container](#/src/Darya/Service)
- [Service container](/src/Darya/Service)
- [HTTP abstractions](/src/Darya/Http)
- [Router](#/src/Darya/Routing)
- [Event dispatcher](#/src/Darya/Events)
- [Views](#/src/Darya/View)
- [Router](/src/Darya/Routing)
- [Event dispatcher](/src/Darya/Events)
- [Views](/src/Darya/View)

The framework is currently under development and the API is liable to change
until v1.0.0. By then, each package will be split into its own repository.
until v1.0.0.

Eventually, each package will be split into its own repository.

## Installation

Expand Down

0 comments on commit 4e5f45b

Please sign in to comment.