Ecosyste.ms: OpenCollective

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

github.com/MithrilJS/mithril.js

A JavaScript Framework for Building Brilliant Applications
https://github.com/MithrilJS/mithril.js

Bundled output for commit 87b60d19dcacda792c2d3178c6352e45a30e51e3 [skip ci]

5584abde1d8e8b8b4d7374d5b389717695c80be6 authored over 8 years ago
Merge pull request #1309 from sdougbrown/db/invalid-stream-guard

WIP - Prevent Infinite Loop in m.prop.combine

87b60d19dcacda792c2d3178c6352e45a30e51e3 authored over 8 years ago
Bundled output for commit 55f0dfa4dd9bc7eb7f8a68a2656744aebd5aa0d5 [skip ci]

383805c61c665ee3334c554b99290173b2e3beb6 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

Conflicts:
docs/route.md

55f0dfa4dd9bc7eb7f8a68a2656744aebd5aa0d5 authored over 8 years ago
route docs tweak

8492e0c733a5b97111cb28d23e968618af307521 authored over 8 years ago
fix class removal

b9244f4c21849c3252045aff53898fa33d16ae05 authored over 8 years ago
Merge pull request #1310 from pygy/rebase-900

Rebase #900, reactivate m.trust test.

03a7f429b81db048a13b8300c55c7532784abebd authored over 8 years ago
Fix the test of the new suite

a76bbc0d7afe1136b8768ef0aadc57024fa88d55 authored over 8 years ago
Fix the test of the old suite leave the new one broken

4aaee178bc264a367ca6963e7a27bc87b0e6f426 authored over 8 years ago
Break a test of the new suite

ee8ab3561b9722c327bac0b1ea082ab510156977 authored over 8 years ago
Break a test of the old suite

863b82b71ad9795b93ca42754f612b32af2e1acb authored over 8 years ago
Add the old test suite to the grunt task for both local tests and CI

This relies on a hack to bypass the `mocha` detection by `grunt-mocha-phantomjs`.
The tests have...

aeb5f05706661fdbc7e5ce18a3f3596b5ad11815 authored over 8 years ago
Prevent Infinite Loop in m.prop.combine

Passing a non-stream value to combine or merge will result in uncaught
errors that are not descr...

fd0d7059df45012d513f083c01efb289f870343b authored over 8 years ago
Reactivate previously disabled test

97186f88a5353ad7955d53bad6fef7a44870a84d authored over 8 years ago
Cache the childrens of editable elements

ec95de99083b0c220567e98d36defea7ae7bb7e8 authored over 8 years ago
Merge pull request #1306 from pygy/next-single-error-message

[next] Use identical error messages, improve gzipped size

6ab9570474d2b4e8fb97e2becabbea0e4c0ddd4e authored over 8 years ago
Use identical error messages, improve gzipped size

e55284fba2456c0dd1c2af437704af916a00b19a authored over 8 years ago
Bundled output for commit 6fdfcbb8523d7f1536ff06da6ac62b054118d9e8 [skip ci]

67bb288e015b9f871413888020958e54b9395a28 authored over 8 years ago
Merge pull request #1303 from pygy/simplify-resolution-identifiers

Simplify resolution identifier logic (just a bit)

af586f5a209912253851bbfbcbe79613c99fd726 authored over 8 years ago
Merge pull request #1305 from pygy/validate-root-node

Validate the DOM node passed to `render`

6fdfcbb8523d7f1536ff06da6ac62b054118d9e8 authored over 8 years ago
Validate the DOM node passed to `render`

b8673f2ff5a479fc9beccc752bf6be5d13d4032e authored over 8 years ago
Fix formatting

ae1cf554ef90a585d2e5bd704fa27b45dbbba06d authored over 8 years ago
docs/route.md: fix inner links (#1302)

837c92349b759c75a7def427ff567b7616952ff6 authored over 8 years ago
Simplify resolution identifier logic (just a bit)

a689bf4ccce694564ef87870d8e8b07516796c89 authored over 8 years ago
Bundled output for commit 6a7b0480644ef27bd000f6089baa0b96a907e700 [skip ci]

2c93e4995eb63857714e87c76a7345f724c37861 authored over 8 years ago
Merge pull request #1291 from pygy/debounceAsync

Router: Add debounceAsync to normalize the timing of onhashchange and onpopstate.

6a7b0480644ef27bd000f6089baa0b96a907e700 authored over 8 years ago
Fix the bundle and bundle tests

057f3a9d2f1511ebe2802f7a4d9804bb9dc74861 authored over 8 years ago
Lint the router files

a1131eb4f23d6e05981b727145cce2abf752339a authored over 8 years ago
core router: add `debounceAsync()`, normalize onhashchange and onpopstate timing. Fix ##1269

0539fc651dbe47eae7f6015fee51959860c5fb14 authored over 8 years ago
Adapt tests for debouncedAsync.

879b9d6883bb787a118500d3dfe665c2d87be16a authored over 8 years ago
Docs for the #1276 fix

2e6a2ae5d9b875c63f9a5abf3b6f2d25ffd5b4e9 authored over 8 years ago
m.route.get() returns the last fully resolved route (fix #1276), change RouteResolver.onmatch() signature according to #1277

a34685d7a4316dd94b3afa9b67f6e6e668e272f5 authored over 8 years ago
Add test for #1276

419897f72c7d49cd6a98af7af9afa9812ca13995 authored over 8 years ago
Mount-based api/router.js

Fix #1180
Fix #1268
Fix #1275
Fix #1286

09578197a193c956e0c47865bafb2b92a33b9905 authored over 8 years ago
Tests for the bugs fixed by the mount-based router

2e3a610a7816570397e9a2a368ba7c80afc8da92 authored over 8 years ago
Merge pull request #1287 from barneycarroll/ospec-spy-wrapping

[ospec] Spies reflect wrapped function's name & length

9fbcea2d067ef3f28877c626c10f33a2643345fd authored over 8 years ago
White space cleanup

f9b358331e3276c47634bffc2d39adb3e794466f authored over 8 years ago
Code style fix for 6b922d0: substitute double quotes

b8e3dcfbe4d01841faadda9ff4db93b29b47b6fe authored over 8 years ago
Spies reflect wrapped function's name & length

6b922d02ea4578a60cbb099c09d5a33f7f0f1885 authored over 8 years ago
make spy decorator

f0888ac7bd08be56870652338debac1cec46797b authored over 8 years ago
Merge pull request #1284 from barneycarroll/ospec-spy-wrapping

[ospec] allow spy to wrap functions

32fed2dd8847f28684bf52fd7d4123e6646fec48 authored over 8 years ago
[ospec] allow spy to wrap functions

211802793dc865eb26e2227cdf5455c84101243f authored over 8 years ago
Bundled output for commit e0ee79412638ef56c6fa10cb40c4a11d951ce206 [skip ci]

9c4ebc866708a080d294d4eabd9f9e6198201778 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

e0ee79412638ef56c6fa10cb40c4a11d951ce206 authored over 8 years ago
prevent race condition between route.set and async resolve

remove path and route from attrs

00d555b9f41c071f1c455d6ead9f5e1bfcac684a authored over 8 years ago
Merge pull request #1274 from indus/patch-1

Update lifecycle-methods.md

9db345a40bed238c07305cfd8306976ab6983cf7 authored over 8 years ago
Update lifecycle-methods.md

82258f606f0756c76515cda899cc209802a8b8fc authored over 8 years ago
Merge pull request #1273 from jethroscott/patch-1

fix typo in RouteResolver description

3b8fa57358cc3aab5bd3764790e0e274642ae4a9 authored over 8 years ago
fix typo in RouteResolver description

5e604a8241ecd25ee7768215071a65cd30133829 authored over 8 years ago
fix code splitting example

a1a087c4be50afa8208043184b0d68ae79be28e4 authored over 8 years ago
doc improvements

dee15a64e3c2a5aaf4650935bbc008b76c232629 authored over 8 years ago
fix typo in comment

ee27a8bab8891d54e5f351434bc69d6438794367 authored over 8 years ago
Bundled output for commit f201ea73ff5e72f646f415db2d69880a4360cda4 [skip ci]

bbea6a8f610d88368802640d6bdf5df28c2425c0 authored over 8 years ago
ensure internal streams have same constructor as public streams

f201ea73ff5e72f646f415db2d69880a4360cda4 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

678e4912c7f7317519c1b6b8cfc496adc8cca3fc authored over 8 years ago
m.fragment docs

public api tests

ec07d76fcdf63b37a0a66697faa4750d7caaffca authored over 8 years ago
Bundled output for commit 53a83a58f2bf46b1d63dfab1449a623ac89e92fa [skip ci]

3d515af736dca946058804ea258237ac84d4a1a5 authored over 8 years ago
rename RouteResolver::view back to render to restore diff semantics

prevent double resolving

53a83a58f2bf46b1d63dfab1449a623ac89e92fa authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

Conflicts:
mithril.min.js

17161a05c5e6d58cbd69fb56130e4b76c081a048 authored over 8 years ago
expose parse/build querystring

6531e3c363abc06e96ed7325bbd1b272407e56e2 authored over 8 years ago
Merge pull request #1263 from barneycarroll/circular-view-error

Circular view error

ccca916d78472079b268653be4686a2f1981410e authored over 8 years ago
Compiled circular view error catch

df04dacf2d38ce253b89c8a0b4c04db511b4a4ce authored over 8 years ago
Test case for circular component returns

f2f8bf825e1e4faffd01ede029eef1e8a99f1b75 authored over 8 years ago
Throw self-returning component to avoid infinite loop #1260

db45260dbc86570bcff230be176112de40fd1856 authored over 8 years ago
Bundled output for commit 6bebdf8d4ba74bf9c7298ec44a27ac0167e7bdd9 [skip ci]

435b7292897a6e676d2323df77e770e76b00a658 authored over 8 years ago
Merge pull request #1249 from pygy/m-fragment

Add `m.fragment()`

6bebdf8d4ba74bf9c7298ec44a27ac0167e7bdd9 authored over 8 years ago
Add `m.fragment()`

305035f03bb3bc4eb180a40e3c5ec4c826fdcfe0 authored over 8 years ago
4 spaces != 1 tab

644f0d484b8e505721517cda4d69044a74301e02 authored over 8 years ago
Update package metadata (#1256)

15116d5b2ed513c0a2ce2a9eb8ea9a385c2e0230 authored over 8 years ago
Merge pull request #1255 from tivac/ospec-package

Add package.json to ospec so it can be published

8cbe2dd1930dfe182e95558ff1acb17a199cdc6b authored over 8 years ago
Add package.json to ospec so it can be published

54dc599ca0b69c72a563fced0d70cec298bfc56c authored over 8 years ago
clean up duplicate test

3682a78880f100f7f96708efde8d91033dcdf0b5 authored over 8 years ago
Bundled output for commit 3761226c2c911e04026b876fdd2132e055dc1d61 [skip ci]

29ee36e9675707fea058a68c4f05bc01cc4dd2ce authored over 8 years ago
Merge pull request #1244 from pygy/robust-onbeforeremove

Robust onbeforeremove

3761226c2c911e04026b876fdd2132e055dc1d61 authored over 8 years ago
Merge pull request #1253 from pygy/fix-1252

Fix #1252, re-fix #348

0159cd667ad85cd82d92fcb31a33f75be6539f6d authored over 8 years ago
Fix #1252, re-fix #348

51bfd511d2cc47dd5343dc9887570f17da9eaca4 authored over 8 years ago
Bundled output for commit 610604e00dd3846519e86018cea630ff74fbef82 [skip ci]

e609e6ec7e4b9e1cb87ea83f1de50c28af69ecab authored over 8 years ago
Merge pull request #1248 from pygy/cleanup-unmount-again

Move otherwise redundant unsubscription

610604e00dd3846519e86018cea630ff74fbef82 authored over 8 years ago
Improve hyperscript test coverage (#1250)

6ae4e22446102f54fdf9f88cf3b2355b89cc5c5a authored over 8 years ago
Move otherwise redundant unsubscription

747f2b28472ada854af2faed137225f33ee929b5 authored over 8 years ago
Bundled output for commit f67f1efd719ca5d4534a65392f37c825321a482b [skip ci]

a3c273f802e9cb386ca170a3276df93981a402a9 authored over 8 years ago
Merge pull request #1247 from pygy/cleanup-on-unmount

Better cleanup when unmounting

f67f1efd719ca5d4534a65392f37c825321a482b authored over 8 years ago
Better cleanup when unmounting

aca514eba71ce90ea0dab878f67d29fc1af0083c authored over 8 years ago
Bundled output for commit ab19eec31430b3836bc11cc8ee42c627b0e5e296 [skip ci]

6074d99ffbd1b931a81796b0a17107f6b58f6c47 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

ab19eec31430b3836bc11cc8ee42c627b0e5e296 authored over 8 years ago
re-add line removed by mistake

0de67f3ac9a3949adbf54a2ecb3dd1b773849c7d authored over 8 years ago
Bundled output for commit 8c9cc0e1f4312249724a0867bfdf39217762276f [skip ci]

cc8050accd24e6115695daaa1329e5924d371770 authored over 8 years ago
lint docs

8c9cc0e1f4312249724a0867bfdf39217762276f authored over 8 years ago
Merge pull request #1246 from sebastiansandqvist/patch-1

Update route.md docs

7718ef4c81e406651ede2944512837050ca292c2 authored over 8 years ago
Update route.md docs

Table formatting was broken, and the code example had `use` instead of `resolve`.
Wasn't sure a...

17719098f2ad08adc8994a6e6066b5dc10c14e79 authored over 8 years ago
Bundled output for commit 80c25e3809242a3a6921260ec45d0fa0a7882232 [skip ci]

0c145500669f8a806fd36f538ab7cc25df3d2190 authored over 8 years ago
rename routeresolver methods to {onmatch,view}

expose some piecemeal modules
rename internal xhr to request
mirror internal stream api to match ...

80c25e3809242a3a6921260ec45d0fa0a7882232 authored over 8 years ago
Make `onbeforeremove` `done()` handlers more robust.

0b5800d09a0d23e3bda0f1cb363c40db2178457c authored over 8 years ago
Tests for `remove` phase Zalgo flakiness.

0ddad54e882ea1333b0fa35a5869c9b6672791b1 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

8bb813155c59a518e715294c6bb045c45967e301 authored over 8 years ago
show some <3 for @pygy :)

905a351fcbcc0613d745f4b942a96e31cc881a0f authored over 8 years ago
Bundled output for commit 67744f485676db02f54c35d7ca560a35d807d3f9 [skip ci]

5cf616515d0ebeba410e0ccf8c26e882ea7d35fc authored over 8 years ago
Merge pull request #1243 from pygy/vnode-skip

Add a static `vnode.skip` field

67744f485676db02f54c35d7ca560a35d807d3f9 authored over 8 years ago
Add a static `vnode.skip` field

58cea7a283d42507ccc8283c30120fde7490ae70 authored over 8 years ago
Bundled output for commit ca4c91a3d3247aac47e28af4cf57bb99143b6f93 [skip ci]

5f2c9a3a29caec82abb943a48fabd4e25b8d3c9b authored over 8 years ago