Skip to content

Commit

Permalink
Merge tag '1.0.0' into develop
Browse files Browse the repository at this point in the history
stable release
  • Loading branch information
romaninsh committed Jul 20, 2016
2 parents 4c66bf2 + 066baf8 commit 0f10d5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 1.0
# 1.0.0

This is our first stable version release for Agile Data. The class and
method structure has sufficiently matured and will not be changed much
anymore. Further 1.0.x versions will be focused on increasing stability
and bugfixes. Versions 1.x will add more notable features, but will
if any incompatibilities will occur, they will be mentioned in release
notes and CHAGELOG.md

* Rewrote QuickStart guide and README.md, so everyone should re-read them
* added Model::setLimit, setOrder
* added Model::export([])
* added Model iterator
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,15 @@ See [www.agiletoolkit.org](http://www.agiletoolkit.org/) for more frameworks and
Follow pull-request history and activity of repository to see what's going on.

```
1.0 First stable. Achieve our test coverage, code quality and documentation standards.
1.x Add support for derived models (unions).
1.1 Add support for derived models (unions).
1.x Add support for 3rd party vendor implementations.
1.x Add support for MongoDB.
1.x Add support and docs for Validators.
```

## Past Updates
* 15 Jul: Rewrote documentation preparing for our first BETA release
* 20 Jul: Release of 1.0 with a new QuickStart guide
* 15 Jul: Rewrote README preparing for our first BETA release
* 05 Jul: Released 0.5 Expressions, Conditions, Relations
* 28 Jun: Released 0.4 join support for SQL and Array
* 24 Jun: Released 0.3 with general improvements
Expand Down

0 comments on commit 0f10d5b

Please sign in to comment.