Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/purescript/purescript-foreign-object

Functions for working with homogeneous JavaScript objects
https://github.com/purescript/purescript-foreign-object

Merge pull request #17 from purescript/0.6.1

Fixes for 0.6.1

57fdded3b2bf9b6e55d0ff255ef1f553690a9620 authored about 10 years ago by Phil Freeman <[email protected]>
Update Gruntfile, merge two cases as suggested by @joneshf.

55858a68c447935f10f9f1f9a082651cf9de8f9d authored about 10 years ago by Phil Freeman <[email protected]>
Fixes for 0.6.1

5ef40e35bdc5116d43f659b29e2e901e971fac04 authored about 10 years ago by Phil Freeman <[email protected]>
Merge pull request #16 from davidchambers/triple-quotes

use triple-quoted strings to avoid backslashes

7ab23bf1f51d88a3917491977a6da12498a6b5b8 authored about 10 years ago by Phil Freeman <[email protected]>
use triple-quoted strings to avoid backslashes

2ca0e5e02e3695472447e3333a2327fa371d4289 authored about 10 years ago by David Chambers <[email protected]>
Merge pull request #14 from purescript-contrib/extract-set

Remove Data.Set

6aa8c96647c73317f9e7124a673eb103c561a363 authored about 10 years ago by Phil Freeman <[email protected]>
Remove Data.Set

108bec05c4b9f0a3c423d087d736c3d6fb6c8bb3 authored about 10 years ago by Gary Burgess <[email protected]>
Merge pull request #13 from purescript-contrib/extract-graph

Remove Data.Graph

4ffbca260cd1748655cb417b6349dd32931646e1 authored about 10 years ago by Phil Freeman <[email protected]>
Remove Data.Graph (moving to new package)

629e6db790794326c763e0e01b2391ccec82358d authored about 10 years ago by Gary Burgess <[email protected]>
Merge pull request #12 from joneshf/master

Added Foldable/Traversable Instances.

7a76db9d551bc467f1a0676343e981ca1820afbf authored about 10 years ago by Phil Freeman <[email protected]>
Added Foldable/Traversable Instances.

1463e5976ab3542d81e8269c126ce19bd61c0ae1 authored about 10 years ago by joneshf <[email protected]>
Merge pull request #11 from dylex/master

Additions, improvements, and optimizations for StrMap

c81af7c8ec27cc3329348ac7273d8d85440ca03a authored about 10 years ago by Gary Burgess <[email protected]>
Use STStrMap in StrMap constructors

Eliminate some duplicate code in _unsafe helper functions. Move all the
ST functions that invol...

1811044f554d09e58805aea41ed146210c05d669 authored about 10 years ago by Dylan Simon <[email protected]>
Add Foldable StrMap instance

354a34b53f5062227a1d3e9888b728e2883948d2 authored about 10 years ago by Dylan Simon <[email protected]>
Remove deprecated arb-instances dependency

3668e602236c808682986729446a51f310106610 authored about 10 years ago by Dylan Simon <[email protected]>
Basic STStrMap, allowing efficient mutation of records

b8bbc62b129c1f7035ec17636f5d0e0f32515870 authored about 10 years ago by Dylan Simon <[email protected]>
Improvements for StrMap: optimizations, add unsafeIndex, size, foldM, foldMap, Semigroup instance

Since we know that all StrMap objects have prototype Object, we know
they have no additional enu...

7213be82bea7e1d332d47b3a08b81d017fa70781 authored about 10 years ago by Dylan Simon <[email protected]>
Merge pull request #8 from jdegoes/fast-string-maps

Added StrMap, a fast native map implementation for maps whose keys are strings.

3fc0d058afee0e4c8c8b1dbd5bcb85f48e856de1 authored over 10 years ago by Gary Burgess <[email protected]>
added StrMap which is a Map implementation based on Javascript objects. the keys to the map must be strings

f4021fe480b8165bd177490cd2faed32b55042a4 authored over 10 years ago by John A. De Goes <[email protected]>
Merge branch 'balanced'

Conflicts:
README.md

aba4f6293a34b41422b0bb50141b32d16fcdaa22 authored over 10 years ago by Phil Freeman <[email protected]>
Use 2-3 trees

1e22d21b6955c7f3299bc6a9542a4de5c8eacbf0 authored over 10 years ago by Phil Freeman <[email protected]>
Merge pull request #5 from purescript-contrib/unit

Use unit

f13ef386644cb06353568636d3bb24cf15e2ed55 authored over 10 years ago by Phil Freeman <[email protected]>
Use unit

31f1cd7e4d84ec82b045f51e16ca1670ece2ffc4 authored over 10 years ago by Gary Burgess <[email protected]>
Remove version number

a086182bcb119561b48d66741bcc4c505c6d00fe authored over 10 years ago by Gary Burgess <[email protected]>
Update docs after docgen fix

6b6dd7154b23c54ec0910fc295a9a909b242364b authored over 10 years ago by Gary Burgess <[email protected]>
Differentiate between cyclic and acyclic components

493e6e1a54bbe8464e6c4e666478e4d9e6624647 authored over 10 years ago by Phil Freeman <[email protected]>
Fix bower.json version

92d1bffdf314152de1e86f2b735caa3e113ca00f authored over 10 years ago by Phil Freeman <[email protected]>
Merge new-methods branch

d94a8c0df0bb65ac2e8b1432ca6ad248c93fd186 authored over 10 years ago by Phil Freeman <[email protected]>
Merge pull request #4 from purescript-contrib/unions

Add `unions`

f0b60974470274e7f2db75cf61ed8c952fc6cd90 authored over 10 years ago by Phil Freeman <[email protected]>
Add `unions`

05174a147ec6d4d3da7bcd7e7f12d6fc91a1d8ac authored over 10 years ago by Gary Burgess <[email protected]>
Simplify instance contexts

1a84dc1527765f08eeb1035aeb18af4a7f357818 authored over 10 years ago by Phil Freeman <[email protected]>
member, update, singleton, keys and values functions

f7b080fdf5fa1a9a7a918ce0761fd8256d0dc3cc authored over 10 years ago by Phil Freeman <[email protected]>
Generalize the signature of scc' further

fba9123460209abb15195079ba9bc1d706f25da2 authored over 10 years ago by Phil Freeman <[email protected]>
Fix tests

94730e0d0497168a423b6fa6fc85b74a912a9fbb authored over 10 years ago by Phil Freeman <[email protected]>
Merge branch 'master' of github.com:purescript/purescript-maps

Conflicts:
.gitignore

2b5bdd7bcdcd1af436f059703ad7a6142e961e8d authored over 10 years ago by Phil Freeman <[email protected]>
Generalise scc and topSort

6ac5833ef2dcc53bb33e539a27a72ec81d94f893 authored over 10 years ago by Phil Freeman <[email protected]>
Update filenames to .purs, update build

549c37c8c243750e10a6772fc3c2231fc4663037 authored over 10 years ago by Gary Burgess <[email protected]>
Update for changes to Data.Array

73d1804f90b2cf81421f6059aae389c292d290a3 authored over 10 years ago by Gary Burgess <[email protected]>
Update dependencies

140b9e3e054ca1cd81db2099603bdd90d0ba5ae7 authored almost 11 years ago by Gary Burgess <[email protected]>
Use for_ instead of a pattern match.

3b53faac739f657f2de9eb3df223b19a8ff68c6e authored almost 11 years ago by Phil Freeman <[email protected]>
Update scc to use ST

1688c9fefed38ea81ec4895a6b831c106e7a2c9e authored almost 11 years ago by Phil Freeman <[email protected]>
Remove old Makefile

c8955f7b1d9ddd23f75d3f77328e874fc2780616 authored almost 11 years ago by Gary Burgess <[email protected]>
Ignore tmp files

4be7363b8ad3c9fd002e6587ccdbb624a1b881ff authored almost 11 years ago by Gary Burgess <[email protected]>
Add test running to build

1a920118784175c1ed51927f0bd8f0c658f675a3 authored almost 11 years ago by Gary Burgess <[email protected]>
Topological sorting

8a8751d397b59ce7439d7a68e20cb81e4b4835cc authored almost 11 years ago by Phil Freeman <[email protected]>
Fix bug in Data.Graph

b4d57fdf6406da950812a0753e83e218932f9b13 authored almost 11 years ago by Phil Freeman <[email protected]>
Alter function for Maps

8ffe5fea1c7a2b6a44a4e1e85e8f379f4112e9cd authored almost 11 years ago by Phil Freeman <[email protected]>
Add failing test

1eda49e1bd2bcf06b6818194de663f0c3cd06e17 authored almost 11 years ago by Phil Freeman <[email protected]>
Data.Graph

c976f02e53dd22bf12418a034eea0e971bb09cb5 authored almost 11 years ago by Phil Freeman <[email protected]>
Update dependencies

d8248089530e2f7df6fd20af3c5a5344dec7c3ad authored almost 11 years ago by Gary Burgess <[email protected]>
Build with Grunt

44923ea1cb807960ff1d71654dbcdee18d6f07e2 authored almost 11 years ago by Gary Burgess <[email protected]>
QuickCheck properties for Data.Set

eca53a230ecf8ab9ae5ae6a5e2c31273043eb6c8 authored almost 11 years ago by Phil Freeman <[email protected]>
Update docs

4f739f131b726eb079a89e3cca75e3feb48a6800 authored almost 11 years ago by Phil Freeman <[email protected]>
Use qualified imports, add Data.Set

985054f3eac5759293962845ca398407f5677f37 authored almost 11 years ago by Phil Freeman <[email protected]>
bower.json

0b2c4e9a196499698c0074d1deb07aaf495a3637 authored almost 11 years ago by Gary Burgess <[email protected]>
Add map to Data.Map

12a824d4799f93bd118a23038ab6f3c2cfaf6f59 authored almost 11 years ago by Phil Freeman <[email protected]>
Merge pull request #2 from joneshf/master

Updated for changes in prelude.

6e571559727e527aaff1d9ea107affb6bba9bd3b authored almost 11 years ago by Phil Freeman <[email protected]>
Updated for changes in prelude.

3ce3d3eea85a67a34cffe58b5cb629caa29d4d32 authored almost 11 years ago by joneshf <[email protected]>
Docs

b08d6bcbb1a73acc230ef429a12f806b0999db3f authored almost 11 years ago by Phil Freeman <[email protected]>
More tests

503e30532071334dc4b91b0f9ef73346e39e5e6a authored almost 11 years ago by Phil Freeman <[email protected]>
Eq instance for Data.Tuple.Tuple

67a5855a57a8d302c11175a84542d9810933b3a7 authored almost 11 years ago by Phil Freeman <[email protected]>
Update tests

727ffbeb3f9f8869dab934fa33695793ed188245 authored almost 11 years ago by Phil Freeman <[email protected]>
Implement delete

df441ef1e1e1a81d3fd9673b58318d6c716f34ff authored almost 11 years ago by Phil Freeman <[email protected]>
empty, singleton, insert, lookup

d432671895a04bcda9e390679b7e9321283ffdc6 authored almost 11 years ago by Phil Freeman <[email protected]>
Directory structure

5212978fecc71a37435bf4885e2f5b0c76893750 authored almost 11 years ago by Phil Freeman <[email protected]>
Initial commit

0d600b9606f803a835b9faf5963ed2a67dcd6f1d authored almost 11 years ago by Phil Freeman <[email protected]>