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

redraw strategy

4281773df977038e5bd8df1cb12595eb4436f9ce authored over 10 years ago
update change log about mathml

44119f43f77cac42e6f2eca056dda2a914e30010 authored over 10 years ago
add test for #194

9387820ee71fb97dddc4bcd62b863d37ba722895 authored over 10 years ago
update change log

b894b0ad1e8c19a637c98aafc7f7981f6000804a authored over 10 years ago
Merge branch 'next'

fb50e6f954e34e233fc376c414d3eb3c842b4578 authored over 10 years ago
fix ie8 empty-text-node-in-input issue

e60a9542b2e75d248e4580547382bf6cde40bc5d authored over 10 years ago
defensive code against ultra rare bug

60939592f7cc06f9b7bf120c4853bb3df70cfff8 authored over 10 years ago
mathml namespace

0a5e7018ae68d3addec4dcd88305db04e7690891 authored over 10 years ago
Merge branch 'next'

42608dcf7d7743e2b82af0d979b153b3c46d1fc2 authored over 10 years ago
remove experimental api

f9ba62cc3bb8d2c0c8da45f9db37fb34eb9dd195 authored over 10 years ago
comments in code

5bbd6c64785ef230615c7198c2ef9e5435b98353 authored over 10 years ago
update change log

b28dedaa736f48847dab6394199bbf3bc1d0aa9a authored over 10 years ago
Merge branch 'next'

999fdb5c89821de343ed2294f6c096eaee138516 authored over 10 years ago
Merge remote-tracking branch 'origin/master'

c6242f024c98cb2b6970bc1b09b6e2b5e35b43aa authored over 10 years ago
fix m.sync resolution when empty array

b86c4cec3f6acdde0030a76b56de4a71441bdcfc authored over 10 years ago
update docs about Function::bind requirement

3fc0165c983be561d58fcb3fa1e22ba6eafbfddc authored over 10 years ago
fix IE8 null ref

e08c626abfe522f809d616ef03bbacec558fa9e1 authored over 10 years ago
Merge remote-tracking branch 'origin/master' into next

3e7690c5fc878b4f731a6d0bbf2a6b54362b3f46 authored over 10 years ago
Merge pull request #186 from oleg8sh/patch-3

Don't insert blank text node into every tag (yet another IE8 issue)

4dd9303ac1bc9e27e2b91685a40aa94fe9e96d1e authored over 10 years ago
add docs for nullables

7b535f9419ae01594c5c2e35ce1e56eca3082846 authored over 10 years ago
Merge remote-tracking branch 'origin/master' into next

d81263f55e5e620699f5ae9535a91baa21d9de2b authored over 10 years ago
Merge pull request #189 from oleg8sh/patch-1

undefined cached checks.

c2aa89ec554a147c8407ea733259dc426aeb54f2 authored over 10 years ago
Merge remote-tracking branch 'origin/master' into next

1472036464b793480323690316550e30a9b19cd2 authored over 10 years ago
Merge pull request #190 from oleg8sh/patch-2

typeof is much faster than {}.toString()

d71bac33f306238825f9a77ab515d25d41cdd1a4 authored over 10 years ago
typeof is much faster than {}.toString()

Proof: http://jsperf.com/typeof-vs-instanceof-vs-object-prototype-tostring

807c6f415a27d693b69342cdb3df368c82d359f5 authored over 10 years ago
undefined cached checks.

Part of #185. Should fix #162 & #163.

f643636eb360c261fcf6819b572dcb43189f4cd9 authored over 10 years ago
Merge remote-tracking branch 'origin/master' into next

35d299f705f57797a4f5333311ddcacb3b994547 authored over 10 years ago
Merge pull request #187 from oleg8sh/patch-4

currentTarget issue in IE8

e09429271896b216bcfd9db24d1fe48136fb82b1 authored over 10 years ago
Merge remote-tracking branch 'origin/master' into next

d5270adcd7e05071c3b2866cfa35d174ce16e51e authored over 10 years ago
Merge pull request #184 from oleg8sh/patch-1

Protection from external 'undefined'

6edc8acff9de37603c7597a26b3afb19019d6124 authored over 10 years ago
currentTarget issue in IE8

There is no currentTarget in IE8. So withAttr() fails in it.
But 'this' is binded to that alrea...

c0c349ef2018e141ba6ac1cbaf459d910985d9f3 authored over 10 years ago
Don't insert blank text node into every tag (yet another IE8 issue)

Actually Mithril calls build() with data undefined for m("tag",{...}) [calls without third argum...

459a38e8d9fbae69793f4cb04a3255422719e467 authored over 10 years ago
Protection from external 'undefined'

c4cd99b0932019ffbcaa850f915a372bb7e31206 authored over 10 years ago
Merge branch 'master' into next

51ec8484a6e317ad27609ca581453cebe54a6323 authored over 10 years ago
Merge remote-tracking branch 'origin/master'

f85f55d3f01ed1a44b6d8a287586456046eb1d03 authored over 10 years ago
Merge pull request #182 from pygy/master

Add a main script in package.json.

0ad9a7d57c9338d974044f1eee5707cad6c464a4 authored over 10 years ago
Add a main script in package.json.

5e78b320ecdd217c031efbc8967985d92cc05804 authored over 10 years ago
rethrow errors from other contexts

13967ad8083525477c43cee18c5e192849faffae authored over 10 years ago
Merge branch 'master' into next

Conflicts:
tests/mithril-tests.js

da0383cad318b5b3da4923745820b1d38784af3d authored over 10 years ago
fix array type checks

6b344003e81e0a89cfad4c16feb32704f93e09e6 authored over 10 years ago
Merge pull request #177 from mambocab/saucelabs-tests

adds saucelabs integration to unit tests

36eba7eb44936d1031fe56994d602a067972cd83 authored over 10 years ago
Merge branch 'saucelabs-test-fix' into saucelabs-tests

Conflicts:
Gruntfile.js
package.json
tests/mithril-tests.js
tests/test.js

21d6351136884bfc0b0fa52ceb1684f984b91e02 authored over 10 years ago
fixes non-browser-based tests

3160e696df8993d7fb33978f9eae8867bfdc905a authored over 10 years ago
adds saucelabs integration to unit tests

6a1ab4e39fa269e0a4b07380bb2d94a843926865 authored over 10 years ago
adds saucelabs integration to unit tests

4d41c087b0f1847f9b3333e0abcf4ce5a9e8f9db authored over 10 years ago
fix console.log higher-order calls in docs

9a00707eeb25cdb0d0af8c21d2516ebb103a5304 authored over 10 years ago
fix console.log calling for non-firebug environments

d3c9a28c25252948e678e16400efab73d30266ba authored over 10 years ago
nearly Promises/A+ compliant via Promiz.mithril.js

54474f5aefb81eb639106a83f5a1dc680f03c9af authored over 10 years ago
externs for closure compiler

e66bc8ca54d2eb7f3b133e8be05d6762b3df44ce authored over 10 years ago
publish 0.1.19

c8e0d917f7962a6a2e1b78ce191f74cf1478a4d3 authored over 10 years ago
fix docs

665c2089a459289fe815eebde82fc2606731c39d authored over 10 years ago
refactor redraw

7295b6e9e979060f0b0049d7d1c722d31371ce71 authored over 10 years ago
prevent setting NodeList length

0f5d051d4b12f5301a4491ca5b60abd54c73052a authored over 10 years ago
refactor array flattening into diff engine

3806d2f53d6034b2c587dfcd323f187d7c95a587 authored over 10 years ago
update change log

2b304fbabcb7926e324524eee3cf3a5198cfb614 authored over 10 years ago
fix key ordering in interpolation case

c8ce0d8dee60d3a51bf2a4415b46a6e5b648278d authored over 10 years ago
normalize arrays

1e829f16572c76a036c37f7318dd9bb0212517cd authored over 10 years ago
document previous fix in change log

8ff54ccbfd37f323741afaa845655cf14b094e4a authored over 10 years ago
fix node insertion bug when using document as root

eda32fef47682e29c297e3ce7af8533115be1783 authored over 10 years ago
fix double redraw when events fire simultaneously

ccde633e92f677ab817327c882ef33d9a8024458 authored over 10 years ago
fix diff when changing from element to empty array

0354a4e25138dd268dd3fad900a4666844379639 authored over 10 years ago
clean up

422ff19d18b4cdb87c89ceb2d788f88788099cf4 authored over 10 years ago
version bump

18593e698a73bcb964fe4b7212062f2f8511aeea authored over 10 years ago
allow mixing keys with non-keyed elements

8fc576490432f5fba56cdb52ddcaf0e847238a5b authored over 10 years ago
test class name fix

9554995a1db90a41e8ff75c6f23daa3902959aa1 authored over 10 years ago
fix class/className concat bug when they're defined in both selector and attrs

dd9d9c1da8eef881b88983a316101185f061eb41 authored over 10 years ago
publish v0.1.18

4163b11fdeea09d1abbb78c7b914261bd7e8b811 authored over 10 years ago
fix context unloading when reattaching

44a7ad7729eee4a7d4b2e56465dba6a762c757ae authored over 10 years ago
clear diff cache when routing

b1275cb778913f3581e94c6aa5343e2c179240b9 authored over 10 years ago
update docs for component

07c4e0bdd21206731b0efd34c9c4cab797dd9650 authored over 10 years ago
remove minified stuff from component

f564844bb98238bc851e47ae92a2e818d1365eaf authored over 10 years ago
publish 0.1.17

ff741cd332ab45495fc81b2a13bd35d9099a49fe authored over 10 years ago
re-render from scratch on route changes

d44176c888d6b76fab7c7017632c505799a84b99 authored over 10 years ago
fix empty attr

170d525aa5eb1a7e5ef44b83317aff525debfffd authored over 10 years ago
don't use minified file as main file in component.js

c8ec1022f23e1560dfbb06f85cb5b70d6393d69e authored over 10 years ago
beef up readme and make blog more prominent

7a32c0ea899fdf3a8db267b7a8fe4f1b481ce98d authored over 10 years ago
add docs about keys

5aeb825ce0ea97d9eae15e24e5cda7fe6e77064e authored over 10 years ago
document change

474dd28e50b4eb99d0072609c323a7c3c3d20281 authored over 10 years ago
auto-send Content-Type header if using JSON.stringify as serialize in m.request

f46b8c92388ec3c24c474728a5b544e40ed173a9 authored over 10 years ago
fix select.value so that it displays correct option on first render

6bca818f348496990b3a38d40f3610f76b75cc26 authored over 10 years ago
fix subtree directive bug that made first input copy value of current active one, if inside loop

661307c02ecfd812ea5cea600d800c911ee85fdf authored over 10 years ago
add context unload event listener

42f21181f8965e9538c543862c0cfdeeb09a4bf7 authored over 10 years ago
v0.1.16

88bcb8a4956021166b6c01bd8691a4368c7b1a18 authored over 10 years ago
update change log

75b251adbfc72b8d913a8205913c9cbd091c1713 authored over 10 years ago
add ability to abort from controller::onunload

b486e53b4bb5dc6aeb8d6c9795279e7b32c9aa58 authored over 10 years ago
scroll to top on route

81f3367be95d37d92255068e54e05623caa55029 authored over 10 years ago
fix m.trust diffing

4aad8619c50c1dff8dfe2fadc2ebc53960e7ae00 authored over 10 years ago
fix parent tag association across array

bc50514731de70c6714caab4f34fdb4bfc65425f authored over 10 years ago
fix wrongful cache node clearing

0d44df06833915eb3b8a1f6ceb4601dbee9e1840 authored over 10 years ago
document XDomainRequest breaking change

6d53b8429d9305556cbdb2d9a7d9eb49c29313ca authored over 10 years ago
Merge remote-tracking branch 'origin/master' into next

bcaff74c03a17e7b3f993e2377ca33bbb2841745 authored over 10 years ago
clean up keys code

117349168d10b57f6e54f0a4a9b0c01dd681725a authored over 10 years ago
Merge pull request #121 from syk0saje/patch-1

always use XMLHttpRequest

37a673413f8ac0ffadcf4aa898d103f5388ed309 authored over 10 years ago
implement keys

53672e62d7d7bea87d484c09c0d0600d660d2fc5 authored over 10 years ago
update change log

31a6fe606c392e9ba446602c8f95163e5bdd91ed authored over 10 years ago
Merge pull request #131 from eddyystop/master

Likely small typo in module docs

1f70e35c6533855ab04a18819afd6227784d2ba3 authored over 10 years ago
Undoing a wrong patch

5336940f2cb815eae1cb1aa35071b215d4ee5419 authored over 10 years ago
Fixing typo in code example

4acac9178b80fdb72e584322ed9897075d60ddde authored over 10 years ago
Merge remote-tracking branch 'upstream/master'

95160c770f858c090723be2c0cf4e29e55e88462 authored over 10 years ago
test for #129

4cbc768aa7af1771b75aa936715fb8582ba25412 authored over 10 years ago