An open API service providing repository metadata for many open source software ecosystems.

GitHub / purescript / purescript-arrays

Array utility functions

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript%2Fpurescript-arrays
PURL: pkg:github/purescript/purescript-arrays

Stars: 57
Forks: 69
Open issues: 19

License: bsd-3-clause
Language: PureScript
Size: 440 KB
Dependencies parsed at: Pending

Created at: over 11 years ago
Updated at: about 1 year ago
Pushed at: almost 2 years ago
Last synced at: 21 days ago

Commit Stats

Commits: 271
Authors: 47
Mean commits per author: 5.77
Development Distribution Score: 0.661
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/purescript/purescript-arrays

Releases
v5.2.0

v5.2.0

  • Added run function for STArray (@Dretch)
almost 7 years ago
Download
v5.1.1

v5.1.1

Fixed issue with fill polyfill not being included in the bundle by purs bundle (@maximedenes, @zyla)

almost 7 years ago
Download
v5.1.0

v5.1.0

about 7 years ago
Download
v5.0.0

v5.0.0

  • Updated for PureScript 0.12
  • Added sort functions for STArray (@matthewleon)
  • group functions now return NonEmptyArray rather than NonEmpty Arrays
  • The STArray name prefixes have been dropped to reduce repetition when importing qualified
  • Function argument order has been changed so that STArray is always the last argument
  • nub (and related functions) now use Ord by default for a faster implementation, Eq-based variants are still available under new names
over 7 years ago
Download
v4.4.0

v4.4.0

  • Added Semigroup instance for NonEmptyArray
over 7 years ago
Download
v4.3.0

v4.3.0

  • Added NonEmptyArray (@matthewleon )
over 7 years ago
Download
v4.2.2

v4.2.2

  • Add examples to the docs for most functions in Data.Array (@csicar)
  • Remove some redundant parentheses (@matthewleon)
almost 8 years ago
Download
v4.2.1

v4.2.1

  • Preallocate result of range (@jacereda)
about 8 years ago
Download
v4.2.0

v4.2.0

Add dropEnd and takeEnd functions (@notgiorgi)

about 8 years ago
Download
v4.1.2

v4.1.2

Fix some bugs in Data.Array.ST.Partial (@mhuisi)

over 8 years ago
Download