update doc links
[m6w6/pq-gateway] / README.md
1 # pq-gateway
2
3 A [gateway](http://martinfowler.com/eaaCatalog/tableDataGateway.html) implementation
4 for [ext-pq](https://github.com/m6w6/ext-pq).
5
6 ## Docs
7
8 http://mdref.m6w6.name/pq-gateway
9
10 ## News
11 * ***2015-05-20:*** 2.1.0 tagged
12 * ***2014-10-15:*** 2.0.0 tagged
13 * ***2013-05-15:*** 1.1.0 tagged
14 * ***2013-05-03:*** 1.0.0 tagged
15
16 ## ChangeLog
17
18 ### 2.1.0
19 * Added pq\Query\AsyncExecutor::setCallbacks(callable $init, callable $done, callable $then)
20 and removed soft dependency on reactphp/promise
21 * Fixed pq\Gateway\Table::with()'s relation handling when source table equals foreign table
22
23 ### 2.0.0
24 * Published documentation
25 * Added support for pecl/pq-0.5
26 * Refactored relations
27
28
29 ### 1.1.0
30 * Added support for one-dimensional arrays
31 * Added pq\Gateway\Table\Attributes (type support for input parameters)
32
33 ### 1.0.0
34 * First stable release