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

Add failing test

6d9d01c12be9f970dca84a10e3d79d426ab4981e authored over 8 years ago
remove redundant check

20da8d3dc894fb1db661b4638c23cbfadbad9bca authored over 8 years ago
compare path, not route

47070e2f0c8b7ca127803ef4a3bb20b84c35f5f8 authored over 8 years ago
Merge pull request #1181 from barneycarroll/patch-4

Gotchas imply onbeforeupdate is inherently evil

608a494538daede4e16c6e02114e36366d2d49d5 authored over 8 years ago
don't duplicate html on updates

f4b267ff39686e2d6f0dc4a86a533e4416137c9c authored over 8 years ago
inline Date.now, remove redundant comment

9bd0cd73fcd890e3d0ce52cb88ca4ff865942dc2 authored over 8 years ago
Merge pull request #1188 from tivac/date-now

Use Date.now() if available

917d4748041f32c514af2eed9d4540bd8a526ac1 authored over 8 years ago
Merge pull request #1189 from tivac/bundle-renaming

Make bundle collision renaming more strict

c5d3929b179488705e65d6b6e6c796d3541c0435 authored over 8 years ago
Fixed bundle

58cc89dc6a694719f64de4c2e8aafa651d982eb9 authored over 8 years ago
Require tighter collision checking

16c892037b0cc2a04b8f9e69087bf4ee6c3bcb8f authored over 8 years ago
Current bundle

49c3376db0a82acfbc5c26c918665df687686ff7 authored over 8 years ago
Use Date.now() if available since it's faster

47b9aba68050230eeff0754f4076b7596cbe9eb9 authored over 8 years ago
more bundler fixes

40b20538955fd3848060d9857499d37f69f1f376 authored over 8 years ago
handle globals in bundler

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

a548290dda7efc5faa37ead0f51ba7705e444fb9 authored over 8 years ago
rename node to vnode

7c736b511a6e8337f575149b86ff132d010e6bae authored over 8 years ago
Merge pull request #1187 from pygy/cleanup

Remove a few crumbs I left behind

5d95022a8f17ebfcb13966d43ce27477857f03d7 authored over 8 years ago
Remove a few crumbs I left behind

bfc69267d5ecaee57119dfa809595cb412cc6654 authored over 8 years ago
Merge pull request #1183 from pygy/onbeforeremove-state-vnode-done

[rewrite] Pass `vnode.state` as context to `onbeforeremove`.

20fd1b819852929966471f3d7a6de6c5a2e0ce9a authored over 8 years ago
Pass `vnode.state` as context to `onbeforeremove`.

72bc17e9b4ea8eccc77120be4c3004f93c538ce3 authored over 8 years ago
Add test for `onbeforeremove` context.

0566b04a0ff9c5a7206e803f4fc7f497d1c4a31f authored over 8 years ago
don't break tests in node

09a0464a0169ceed596ba90e3b3e572628d0c385 authored over 8 years ago
Gotchas imply onbeforeupdate is inherently evil

The premature optimisation warning talks about `onbeforeupdate` as though returning false were i...

6c061a3170005598b64168273410322b4f7807e5 authored over 8 years ago
update README

0ac6ef44b8a7b5db8d7e2a1a0f914ec241007c1b authored over 8 years ago
fix node module resolution in bundler

91a492b2e85d555d7cd0599edfb001f205b2ece9 authored over 8 years ago
document setup via npm

ca7d1e856bbe22c3fec1c2333a789a6d93aa1725 authored over 8 years ago
document multi-upload

726b79a18d960dca504d680a7dfcffffa831cbb2 authored over 8 years ago
improve bundler

640b19228a73ade49889ab0361c2fd050b6f21a4 authored over 8 years ago
simplify handling of FormData

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

fd2f381cea3b00509bb5b13f5177ad6375d10e7d authored over 8 years ago
more docs for m.request

ab6cc583f21da28d0fded0e7c47dcb0484e3c9ff authored over 8 years ago
Merge pull request #1174 from pygy/move-up-vnodes-assignment

Move the `dom.vnodes` assignement up one line.

023956b62e2ca10f1fae9fb9bb03a06055d36162 authored over 8 years ago
Merge pull request #1175 from gaspoute/pass-namespace-to-children

Pass namespace to new children when updating their parent

d1216f3e065467a2a321bff9a563d9fc9d5941a3 authored over 8 years ago
Pass namespace to new children when updating their parent

4acf5e58a35dcd7cc28df45028f7f87a76179823 authored over 8 years ago
Move the `dom.vnodes` assignement up one line.

It makes it possible to peek into the vnodes tree from the `oncreate` hook of a component.

75f1bd2f713d9142c9deddcea368ede742d1c065 authored over 8 years ago
Test for #1146 and #1153

357de85129d44393cca167643195e009c7bb62b0 authored over 8 years ago
Merge pull request #1171 from pygy/remove-test

Remove questionable test

d64c6175a94dc83b9232557a64e74ca946026bf9 authored over 8 years ago
Remove questionable test

Its failure breaks CI and having it break may be desirable.

6e12373e7188811f26a90c8de1b61e1bee177100 authored over 8 years ago
Merge pull request #1159 from kronion/issue-956-fix-m.trust-offsets

Patch for #956: redraw trusted content with multiple nodes

72b6c1e68d6d9256e42a001ac3ce4071256cbb6b authored over 8 years ago
some more docs

8bc47632eec98e856c9f79b5bf9c10e624427cc4 authored over 8 years ago
fix #1163

1155027c9125f9d157318d0c2d7583b90e2e1832 authored over 8 years ago
Merge pull request #1149 from barneycarroll/multi-mount-test

Test for #1146

6da4e973d8f73f75e75d513d217fd35c331093ef authored over 8 years ago
Merge pull request #1162 from pygy/factory

Resore m.factory

8c23b925b5915137d8c2f09a9c0d50aa78d6e912 authored over 8 years ago
Resore m.factory

b0007815556dbf8c8ee3f9b25b5cf69d4af46fa2 authored over 8 years ago
Merge pull request #1161 from mindeavor/patch-1

Update m.sync migration docs

fe630b9651b6c2d64b19d23c6cd3c9853ccbada1 authored over 8 years ago
Update m.sync migration docs

9e59d4a98ddc89d436a6ae74f615d65b69a48874 authored over 8 years ago
Merge pull request #1156 from pygy/fix-onremove-tests

Fix the onremove tests

250495915bfca3597f572efa0ef911060b52ee8c authored over 8 years ago
Merge pull request #1160 from kronion/editorconfig-specify-tab-width

Specify tab width in editorconfig

1ac540cf80df7dfd714be9e0174a039cb19b23e4 authored over 8 years ago
Specify tab width in editorconfig

4616f2bab06e170a155413120efe3a10c215b2aa authored over 8 years ago
Alt test for multiple mountpoint redraw (fails)

8590a2da5b037a8da6e6432f995754e17b19f502 authored over 8 years ago
Merge branch 'rewrite' into multi-mount-test

e43d638f54510efead13519747955196cf8ba77d authored over 8 years ago
Patch for #956: redraw trusted content with multiple nodes

62ae1e8b486f609c5fdc3d334f78b18d54114bab authored over 8 years ago
Fix the onremove tests

7b09f1975c4fea2ccecbe1d6199e68ade2944b5e authored over 8 years ago
report uncaught errors

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

e4a16d3bf47ec526d044cffab7ff161816ab5234 authored over 8 years ago
build

602d048611c5f2a4a78538649dea45cfa692c549 authored over 8 years ago
fix onremove across components

519b352c2c05ae7e7a94f23ace60c8d47dbad540 authored over 8 years ago
Merge pull request #1148 from barneycarroll/prop.toString

prop.toString

a7a4cc0cc86d86be5c62ef6a1c132140fac78189 authored over 8 years ago
Merge pull request #1153 from pygy/rewrite

Event handlers redraw all mount points. Fix #1146

26137158d23075f3934e7986c353758b298529a3 authored over 8 years ago
Event handlers redraw all mount points. Fix #1146

e0a0e97adae53a29d32c66e6394cb9504f68c0da authored over 8 years ago
make note about m("[")

7a5978df5944c6a9a79c7bd893f59bb1f396c893 authored over 8 years ago
rebuild

d8b48666f4668c6b132da6461179a07c7fc11cde authored over 8 years ago
fix back button on default route trigger

084d99f125bbbcf54f7d3d2da8463335cebe840f authored over 8 years ago
s/sync/merge

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

5f90bde20fa2cb7b656da553e0d65cd61d50bef6 authored over 8 years ago
fix diff bugs when there are null components in list

276184484df2e80795b84350bb2424ab60c6a782 authored over 8 years ago
Test use cases for prop valueOf & toString

adaef70729f3b64dc046245eac55af283b8c4eb2 authored over 8 years ago
Test for #1146

193b08e10cbc2fb6d97f0adf7ce7126a23a1b4cb authored over 8 years ago
Merge branch 'prop.toString' of github.com:barneycarroll/mithril.js into prop.toString

8f17472bccebc0b48c6ed62087da1e0ab936dcf1 authored over 8 years ago
compile prop.toString method

f3a4a7e1eb0b06ee71de0891194ed9c802b68aeb authored over 8 years ago
Compile results for test purposes

e6029a9a5c254e34e185e8dfe6000f7e2e16c0e5 authored over 8 years ago
prop.toString method

3d02aeae368408d595fcf23e7d10e623c97ac6e4 authored over 8 years ago
Merge pull request #1147 from mindeavor/rewrite-sync

Add m.prop.sync

01875b4cf4994ee8693659c1c9ffd94c6cfe9a64 authored over 8 years ago
Add m.prop.sync

008ffc95870d6b445c672036d94878c52617fdb2 authored over 8 years ago
fix recycling when tag is different in unkeyed node

7227cc546f5599ffef463a0754737d974389cdbf authored over 8 years ago
fix loading/error example, beef up render docs

c196b8b475709962f981bd361843840c3aa14372 authored over 8 years ago
Merge pull request #1144 from ludbek/proper.component

proper component check at m()

0039a0b4a5f14ba688ab5a0dfd34eacda49aeda6 authored over 8 years ago
fixed syntax error

e46f8d588140d035c45b32a754636d2e600f7832 authored over 8 years ago
removed stupid test

cb64be965b63881d6bd22a03634471a4d0f327b8 authored over 8 years ago
update readme

86fa142faa9b1b63d9bc50e43a7e0ba5bfc49980 authored over 8 years ago
resolve hook in router

a6c56ff6b9f60119316fad13afe31fddfdae0493 authored over 8 years ago
fix example

b3d784d841fb95572b9b90710e89d536c3a6ad4a authored over 8 years ago
proper component check at m()

8d14e811f9530bebf84660921dbbfcea78354ae9 authored over 8 years ago
fix diff for other null component root cases

ffa9736151a8d93b0f094db2547f7fd47ff9dce3 authored over 8 years ago
fix null ref when updating component root from null to something

abadcfc13a244ed29fc4606833404ec4f5dcd367 authored over 8 years ago
Revert "don't copy state anymore"

This reverts commit cece44d4ac87c0df1bd627fdba01b2c8581a5235.

a988276e9b79a4fc3c6fe8137f9a34a65429f8eb authored over 8 years ago
don't copy state anymore

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

40ff3c89b5ff1a0feb8e3eef5cae8f9c61528c81 authored over 8 years ago
update docs re: component anti-patterns, lint docs

7318a0d88bc5f80d9a12bb1ce97a9327d05dfe4f authored over 8 years ago
Merge pull request #1137 from nurtom/patch-1

Tests for issue #1124/#1125

03c618898930575cb46b853d77e90c5adcb42c81 authored over 8 years ago
Update m.route.getPath/setPath docs

0ac094d2cbbb0e22ec3e7d93cc430c62be29994e authored over 8 years ago
Merge remote-tracking branch 'origin/patch-1' into patch-1

# Conflicts:
# mithril.js

3a9a27176503629b8bd1f15ebb2ee16684413f5c authored over 8 years ago
Added tests for history modification when switching routes with parameters (#1125)

d6f7653e31a4320dded49c8bd7e32ee49a783a84 authored over 8 years ago
Push route to history stack, when using parameters

Bugfix for issue #1124
The condition has been changed, which is deciding to push the a route to...

c17ea5bbc83ff7eb752c92ad4e6e77e3d89a2ca0 authored over 8 years ago
Added tests for history modification when switching routes with parameters (#1125)

d327c92f0a93e2be3cdf5635479558a8d177bf46 authored over 8 years ago
m.route.getPath/setPath -> m.route.get/set (#1133)

34bed08cd0f2281c9f7ddb95341b9126fe1291da authored over 8 years ago
make setPath always async

e8e0bae726ca50c20b44643442bc3bd25eda153a authored over 8 years ago
remove non-deterministic test

520d15a0603d9110655a13d4e0b80fa6f039f630 authored over 8 years ago
don't swallow redraws

9afefe0fd75110f81b1c07ff33766774ae548adb authored over 8 years ago
ospec: display brackets in errors about arrays

88b91b1073939b978e36852e87d5969a44ad5bbd authored over 8 years ago