Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
updated docs for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Mar 21, 2016
1 parent 8c9e1bb commit b1f5689
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.0.0-alpha

Massive release that delivers all the major functionality we will need
for 1.0. We have now the full functionality implemented and a very
extensive test-suite consisting of almost 100 tests.

* Implemented all the basic functionality to start using DSQL.
* new Expression class. Define, build and render any SQL expression.
* refactored Query class. Added field(), where() and other methods.
* Added all documentation: http://dsql.readthedocs.org/
* implemented query rendering
* implemented query execution and fetching
* https://github.com/atk4/dsql/compare/0.1.1...release/1.0.0-alpha
* https://github.com/atk4/dsql/issues?utf8=✓&q=milestone%3A1.0-alpha+is%3Aclosed+is%3Aissue


## 0.1.1

* Added first sample Query.php class
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ yet functional database query interface.

## Documentation

http://dsql.readthedocs.org/en/latest/
http://dsql.readthedocs.org/

0 comments on commit b1f5689

Please sign in to comment.