tag:github.com,2008:https://github.com/purescript-deprecated/purescript-maps/releases
Release notes from purescript-maps
2020-10-03T19:52:05Z
tag:github.com,2008:Repository/17552609/v3.6.1
2020-10-03T19:52:05Z
v3.6.1
<p>v3.6.1</p>
thomashoneyman
tag:github.com,2008:Repository/17552609/v3.6.0
2017-11-30T12:31:42Z
v3.6.0
<ul>
<li>Added <code>FunctorWithIndex</code>, <code>FoldableWithIndex</code>, and <code>TraversableWithIndex</code> instances for <code>Map</code></li>
</ul>
garyb
tag:github.com,2008:Repository/17552609/v3.5.2
2017-08-24T19:54:34Z
v3.5.2
<p>Make <code>findMin</code> and <code>findMax</code> tail-recursive (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rightfold/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rightfold">@rightfold</a>)</p>
paf31
tag:github.com,2008:Repository/17552609/v3.5.1
2017-08-05T21:49:43Z
v3.5.1
<p>Use <code>foldable-traversable^3.4.0</code></p>
paf31
tag:github.com,2008:Repository/17552609/v3.5.0
2017-07-31T19:03:46Z
v3.5.0
<ul>
<li>Add <code>FunctorWithIndex</code>, <code>FoldableWithIndex</code>, and <code>TraversableWithIndex</code> instances for <code>StrMap</code> (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Rufflewind/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Rufflewind">@Rufflewind</a>)</li>
<li>The <code>Foldable</code> and <code>Traversable</code> instances for <code>StrMap</code> now iterate over entries in the same order as a for-in loop in JavaScript would (usually insertion order, but the order is left undefined by the language spec). (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Rufflewind/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Rufflewind">@Rufflewind</a>)</li>
</ul>
hdgarrood
tag:github.com,2008:Repository/17552609/v3.4.0
2017-07-09T20:21:49Z
v3.4.0
<ul>
<li>Add <code>foldSubmap</code> and <code>submap</code> for <code>Map</code> (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mtolly/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mtolly">@mtolly</a>)</li>
<li>Add <code>toArrayWithKey</code> for <code>StrMap</code> (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/menelaos/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/menelaos">@menelaos</a>)</li>
</ul>
hdgarrood
tag:github.com,2008:Repository/17552609/v3.3.1
2017-06-07T20:00:36Z
v3.3.1
<p>Stack safe <code>fromFoldable</code> (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/matthewleon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/matthewleon">@matthewleon</a>)</p>
paf31
tag:github.com,2008:Repository/17552609/v3.3.0
2017-06-05T20:58:58Z
v3.3.0
<ul>
<li>Implement <code>size</code> with <code>O(n)</code> running time (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/matthewleon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/matthewleon">@matthewleon</a>)</li>
<li>Add benchmarks (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/matthewleon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/matthewleon">@matthewleon</a>)</li>
</ul>
paf31
tag:github.com,2008:Repository/17552609/v3.2.0
2017-06-05T16:57:43Z
v3.2.0
<ul>
<li>Added generators for <code>Map</code> and <code>StrMap</code>.</li>
</ul>
garyb
tag:github.com,2008:Repository/17552609/v3.1.0
2017-06-04T15:26:01Z
v3.1.0
<ul>
<li>Simplify code for <code>insert</code> (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/matthewleon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/matthewleon">@matthewleon</a>)</li>
<li><code>filter</code> and <code>filterWithKey</code> for <code>Map</code> (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/matthewleon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/matthewleon">@matthewleon</a>) and <code>StrMap</code> (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/michal-jewel/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/michal-jewel">@michal-jewel</a> and <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/matthewleon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/matthewleon">@matthewleon</a>)</li>
</ul>
paf31