fix eol
authorMichael Wallner <mike@php.net>
Thu, 24 Sep 2015 10:01:03 +0000 (12:01 +0200)
committerMichael Wallner <mike@php.net>
Thu, 24 Sep 2015 10:01:03 +0000 (12:01 +0200)
README.md

index 1ac5b4ceeb269167630b65b8a9f8ef9ef92767c1..6ba21eb4f14a1ebbe39a8d05154dbc155f2812fa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,34 +1,41 @@
-# pq-gateway\r
-\r
-A [gateway](http://martinfowler.com/eaaCatalog/tableDataGateway.html) implementation \r
-for [ext-pq](http://git.php.net/?p=pecl/database/pq.git;a=summary).\r
-\r
-## Docs\r
-\r
-http://devel-m6w6.rhcloud.com/mdref/pq-gateway\r
-\r
-## News\r
-* ***2015-05-20:*** 2.1.0 tagged\r
-* ***2014-10-15:*** 2.0.0 tagged\r
-* ***2013-05-15:*** 1.1.0 tagged\r
-* ***2013-05-03:*** 1.0.0 tagged\r
-\r
-## ChangeLog\r
-\r
-### 2.1.0\r
-* Added pq\Query\AsyncExecutor::setCallbacks(callable $init, callable $done, callable $then)  \r
-  and removed soft dependency on reactphp/promise\r
-* Fixed pq\Gateway\Table::with()'s relation handling when source table equals foreign table\r
-\r
-### 2.0.0\r
-* Published documentation\r
-* Added support for pecl/pq-0.5\r
-* Refactored relations\r
-\r
-       \r
-### 1.1.0\r
-* Added support for one-dimensional arrays\r
-* Added pq\Gateway\Table\Attributes (type support for input parameters)\r
-\r
-### 1.0.0\r
-* First stable release\r
+# pq-gateway
+
+A gateway and data mapper implementation 
+for [ext-pq](http://git.php.net/?p=pecl/database/pq.git;a=summary).
+
+## Docs
+
+https://mdref.m6w6.name/pq-gateway
+
+## News
+* ***2015-??-??:*** 2.2.0
+* ***2015-05-20:*** 2.1.0 tagged
+* ***2014-10-15:*** 2.0.0 tagged
+* ***2013-05-15:*** 1.1.0 tagged
+* ***2013-05-03:*** 1.0.0 tagged
+
+## ChangeLog
+
+### 2.2.0
+* Added pq\Mapper
+* pq\Gateway\Cell is only considered dirty if updated data differs
+* pq\Query\ExecutorInterface::execute()'s 2nd parameter `callable $callback` is
+  now optional
+
+### 2.1.0
+* Added pq\Query\AsyncExecutor::setCallbacks(callable $init, callable $done, callable $then)  
+  and removed soft dependency on reactphp/promise
+* Fixed pq\Gateway\Table::with()'s relation handling when source table equals foreign table
+
+### 2.0.0
+* Published documentation
+* Added support for pecl/pq-0.5
+* Refactored relations
+
+       
+### 1.1.0
+* Added support for one-dimensional arrays
+* Added pq\Gateway\Table\Attributes (type support for input parameters)
+
+### 1.0.0
+* First stable release