tag:github.com,2008:https://github.com/epost/purescript-node-postgres/releasesRelease notes from purescript-node-postgres2018-06-09T18:58:02Ztag:github.com,2008:Repository/26195429/v5.0.02018-06-09T18:58:02Zv5.0.0<p>v5.0.0</p>anttihtag:github.com,2008:Repository/26195429/v4.1.02017-12-16T19:25:38Zv4.1.0<ul>
<li>Adds IsSqlValue instance for Array (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tonyd256/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tonyd256">@tonyd256</a>)</li>
</ul>anttihtag:github.com,2008:Repository/26195429/v4.0.02017-10-19T19:30:15Zv4.0.0<p>Breaking changes</p>
<ul>
<li>adds support for Aff 4.0 (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/justinwoo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/justinwoo">@justinwoo</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tonyd256/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tonyd256">@tonyd256</a>)</li>
<li>now supports the latest version of <code>pg</code> with a new <code>Pool</code> centric API (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tonyd256/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tonyd256">@tonyd256</a>)</li>
</ul>anttihtag:github.com,2008:Repository/26195429/v3.0.02017-09-13T18:49:07Zv3.0.0<p>v3.0.0</p>anttihtag:github.com,2008:Repository/26195429/v2.0.02016-10-23T10:05:57Zv2.0.0<p>v2.0.0</p>anttihtag:github.com,2008:Repository/26195429/v1.0.02016-10-23T08:21:07Zv1.0.0<p>v1.0.0</p>anttihtag:github.com,2008:Repository/26195429/v0.2.22016-04-23T22:20:29Zv0.2.2<p>v0.2.2</p>anttihtag:github.com,2008:Repository/26195429/v0.2.12016-04-23T22:02:26Zv0.2.1<p>v0.2.1</p>anttihtag:github.com,2008:Repository/26195429/v0.2.02015-07-14T20:33:31Zv0.2.0<p>This release requires version 0.7.x of the PureScript compiler.</p>
<h2>New features</h2>
<ul>
<li>Basic transaction support (<code>Database.Postgres.Transaction</code>)</li>
<li>Added basic connection pooling by using the built-in node-postgres pooling (see <code>withClient</code>)</li>
<li>Added a <code>IsSqlValue</code> instance for <code>Maybe</code></li>
</ul>
<h2>Breaking changes</h2>
<ul>
<li>Now requires PureScript version 0.7.x</li>
<li>Moved SqlValue to its own module (<code>Database.Postgres.SqlValue</code>)</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix <code>query</code> to lift ForeignErrors to Aff errors</li>
</ul>anttihtag:github.com,2008:Repository/26195429/v0.1.02015-04-25T13:38:11Zv0.1.0<p>Prepare release 0.1.0.</p>epost