tag:github.com,2008:https://github.com/epost/purescript-node-postgres/releases Release notes from purescript-node-postgres 2018-06-09T18:58:02Z tag:github.com,2008:Repository/26195429/v5.0.0 2018-06-09T18:58:02Z v5.0.0 <p>v5.0.0</p> anttih tag:github.com,2008:Repository/26195429/v4.1.0 2017-12-16T19:25:38Z v4.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> anttih tag:github.com,2008:Repository/26195429/v4.0.0 2017-10-19T19:30:15Z v4.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> anttih tag:github.com,2008:Repository/26195429/v3.0.0 2017-09-13T18:49:07Z v3.0.0 <p>v3.0.0</p> anttih tag:github.com,2008:Repository/26195429/v2.0.0 2016-10-23T10:05:57Z v2.0.0 <p>v2.0.0</p> anttih tag:github.com,2008:Repository/26195429/v1.0.0 2016-10-23T08:21:07Z v1.0.0 <p>v1.0.0</p> anttih tag:github.com,2008:Repository/26195429/v0.2.2 2016-04-23T22:20:29Z v0.2.2 <p>v0.2.2</p> anttih tag:github.com,2008:Repository/26195429/v0.2.1 2016-04-23T22:02:26Z v0.2.1 <p>v0.2.1</p> anttih tag:github.com,2008:Repository/26195429/v0.2.0 2015-07-14T20:33:31Z v0.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> anttih tag:github.com,2008:Repository/26195429/v0.1.0 2015-04-25T13:38:11Z v0.1.0 <p>Prepare release 0.1.0.</p> epost