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

Merge pull request #1240 from sebastiansandqvist/rewrite

Piecemeal stream usage

ca4c91a3d3247aac47e28af4cf57bb99143b6f93 authored over 8 years ago
rebundle

93b80f7bc6da39191a2511c3f3ca7e3fcba2e148 authored over 8 years ago
fix bundle again

c59ea457c9099179a7472462d8931caaa34a03bf authored over 8 years ago
fix bundle

f8d2a50fb713e0d4fc8c530151bb7a43ca7aff01 authored over 8 years ago
remove semicolon

b8978bec7aad9fdb8e3f4dcdf2cd6c1b05075cff authored over 8 years ago
bundle

4e1ab37a0e5bb5951ecf091124f14d7008eb8173 authored over 8 years ago
remove semicolons

4854b4f959f5c4346542aac849b287895e093caa authored over 8 years ago
Piecemeal stream usage

7bdb29bbfcf1007af7fe742323517924f73f2cd9 authored over 8 years ago
Bundled output for commit a8409aabbd937f6d3f9ee5f52d3d43cfb30c8bc8 [skip ci]

828a8bda985ed59569114ab9b923e2f960e14953 authored over 8 years ago
Merge pull request #1225 from pygy/tweaks

Tweaks

a8409aabbd937f6d3f9ee5f52d3d43cfb30c8bc8 authored over 8 years ago
Bundled output for commit ce37ed52b4dc7e769aa3b0f6acbefaf7628e16d7 [skip ci]

613f9c76d4bd081dd20d048ad60337e10ad71219 authored over 8 years ago
Merge pull request #1237 from porsager/patch-2

Temporary fix for broken bundles

ce37ed52b4dc7e769aa3b0f6acbefaf7628e16d7 authored over 8 years ago
Temporary fix for broken bundles

The current bundles were throwing "Stream is not a function".
The proper place to fix this woul...

a0db85b18c853f538fa8621ba697693ebfdd655e authored over 8 years ago
Simplify `vnode.state` creation.

For components, `vnode.tag` is always an object.

905309cb17bf4b4d0b4e94266b223c7a9b51364b authored over 8 years ago
Merge two `if` blocks, chomp an indentation level

71c20b84b85cd2d3a6b93f2208fe0fe43c8bfd94 authored over 8 years ago
Bundled output for commit 201bdc702ae74c9d47028cf4b54edc888b8e51ea [skip ci]

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

201bdc702ae74c9d47028cf4b54edc888b8e51ea authored over 8 years ago
some docs for router

7bb8ded6cb269191c564f76a550a880ea52edce1 authored over 8 years ago
more router tests

68331065b7a14a14cae25bafa4f1688936cfc68f authored over 8 years ago
don't cast to boolean

9c16ece5562622fb307b961ef56f3c42b4878804 authored over 8 years ago
Bundled output for commit 6c3036e5c6675e397b059b2a013a2c952fc56692 [skip ci]

34412bba8fcfc35ad576aecd34a732c94d9de279 authored over 8 years ago
fix event removal in diff

fix CI

6c3036e5c6675e397b059b2a013a2c952fc56692 authored over 8 years ago
Merge pull request #1236 from jsguy/next

Set dependencies when no window for isomorphic compatibility

b0c246e2b420a2dd1ca799b9178ab7358874912e authored over 8 years ago
Set dependencies when no window for isomorphic compatibility

c6d57c7f53cedc514df376ca6ceb22b21a8ae0b2 authored over 8 years ago
fix "use strict" detection in bundler

fc9d4f2ee4f65e30e9453339c7cf876e0264a582 authored over 8 years ago
Merge pull request #1071 from husio/toJSON

JSON.stringify(m.prop(x)) use x.toJSON method when possible

6fe960ee8a44a450955ce7340922874f4c052488 authored over 8 years ago
don't stop watching if watch api returns no file name

15b6ff8c8b113b4b19f11efe02ec2ad039a73dd2 authored over 8 years ago
fix stream uncaught error reporting

fix stream JSON stringification
rename internal render function to `use`

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

499a9ccc6dcc1b9395c9f26f371c52263f6f70e2 authored over 8 years ago
test for #1216

f964252c2cb0cb0dce8ac418c7ccc46c9d9b68b4 authored over 8 years ago
Bundled output for commit 4b9e88d89607b6747d90e53bcf9f239828d30e8f [skip ci]

ad659ce0e3fe0b2d77795b3da9c63e938c1de451 authored over 8 years ago
Merge pull request #1235 from pygy/update-style-cssText

Remove an unused variable

4b9e88d89607b6747d90e53bcf9f239828d30e8f authored over 8 years ago
Remove an unused variable

55a5d0a69fa2489c40098fbae50bd20eb5ab9ec1 authored over 8 years ago
Bundled output for commit f9f7bcd7878b1610fc8c93e0d9eced32f9ee5b7c [skip ci]

b32d0cdea33aa3932f5be132e14308e4b8e41f55 authored over 8 years ago
Merge pull request #1209 from pygy/fix-is

`is` should be passed as `{is: is}`

6da45aa871a13376a2cb5f3cf69c1ca348fed8c8 authored over 8 years ago
Merge pull request #1234 from pygy/update-style-cssText

Update style using element.style.cssText instead of element.cssText (+ fixed mocks)

f9f7bcd7878b1610fc8c93e0d9eced32f9ee5b7c authored over 8 years ago
Fix the domMock cssText implementation

bffe87e0534699bc2ecaf749555ac34614b08a1d authored over 8 years ago
Update style using element.style.cssText instead of element.cssText

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

Conflicts:
mithril.min.js

dca217f37992b72963ceb91d4c1674d6ec40f2ae authored over 8 years ago
build

fc3d6112c4f45c5056f68a5c8becde4c9c99d9c7 authored over 8 years ago
improve docs

48b93f912285f1d29032f6e5b7ebd4b4b3b4eab1 authored over 8 years ago
handle HALT as a value correctly

701e2d8e31ab53ae24877003443b90f128800709 authored over 8 years ago
don't move element if not needed

9d38c12630fcd9e51da68fd5a2f8031f1e57f649 authored over 8 years ago
Bundled output for commit b2189a524fa71789a9079f1f241ff59e8fc4d2a1 [skip ci]

54c58d83d851cb9944b2bb703aa065084e5bfd07 authored over 8 years ago
proper selector check (#1231)

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

Conflicts:
mithril.js
mithril.min.js

c4a710e61c7d68ac79eb1a6289f0a3fc3680e1db authored over 8 years ago
rebuild after stream changes

6b0fa399d50c3b43fd2f1ae5420991d258a55fc9 authored over 8 years ago
Bundled output for commit 7f8363560ec65d48dbb4e801c52483add88eba44 [skip ci]

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

7f8363560ec65d48dbb4e801c52483add88eba44 authored over 8 years ago
make render api doc more explicit about return value

93bd1cd3bf4ec33cda3e904d7b060592de0602f1 authored over 8 years ago
fix stream absorption #1196

c077cd80def0a861ed804e8ed67d17502db4c55f authored over 8 years ago
Merge pull request #1227 from yaruson/issue-1195

Fix broken tests

86cec02af96b32b8457b67e55572257067f19cc2 authored over 8 years ago
Fix broken tests

6d4d0f104fb51db5259e60d3a0d2692b5569c40f authored over 8 years ago
Merge pull request #1226 from yaruson/issue-1195

IE8 compatibility fixes

f213db37b2d17c6cdf6e2cd6013a49ebd39dfea3 authored over 8 years ago
Bundled output for commit 50a80e55905975c9104b15c9139755fbd0964630 [skip ci]

c263cf2494c252358a597d0f605a27410915b5c6 authored over 8 years ago
Merge pull request #1224 from pygy/cached-nodes-skip-diff-fix-1206

Skip diff for cached, non-keyed nodes fix #1206

50a80e55905975c9104b15c9139755fbd0964630 authored over 8 years ago
IE8 compatibility fixes

505bd1337a5eef02576b4a50a13fa3442cde9111 authored over 8 years ago
Skip diff for cached, non-keyed nodes fix #1206

b6bb63ff85726c649b5317da895e7c7763c0282b authored over 8 years ago
Clean up test for #1222 a bit (#1223)

Since @lhorie asked nicely.

4b340ecd757ae19f27a51c978252fe36e04d0299 authored over 8 years ago
Bundled output for commit 06d5a238d432c9f70330532ad1d36ac1eb7713fb [skip ci]

27b1fdabedd370310a3a46189eb4cce5fb761cad authored over 8 years ago
Merge pull request #1222 from tivac/render-clearing

render clears non-mithril dom nodes

06d5a238d432c9f70330532ad1d36ac1eb7713fb authored over 8 years ago
render clears non-mithril dom nodes

c92e24b7e1c8cd102668a7ce0860312d7a06965d authored over 8 years ago
Bundled output for commit 88d56cd4ae67a07f0fc33ec2efe87b4a0cdd40dd [skip ci]

5eb9c9010bcc305f850fbcfa85ce0b66e2b13ca3 authored over 8 years ago
Merge pull request #1221 from pygy/rewrite-set-style

Overwrite an element's style using cssText (with tests fixed).

88d56cd4ae67a07f0fc33ec2efe87b4a0cdd40dd authored over 8 years ago
Fix the domMock and domMock tests for cssText support

5fd2e99831bbad04a4dcd9a3d8c992ebc1bf73c2 authored over 8 years ago
Overwrite an element's style using cssText

This is the proper way to do it:
https://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleDe...

b0848070bcd237ecbddee216e0d96461dd720a19 authored over 8 years ago
Improve travis commit message slightly (#1218)

4f8dc68426c9a4fdd7ca0b8db162d6193da75f3b authored over 8 years ago
Update bundles [skip ci]

2048633d5d00bf43de5cf4d1c880d80452e138e5 authored over 8 years ago
Merge pull request #1172 from pygy/unmount

Unmount and cleanly refresh mount points

3bdf11cde3f7b2b022e7a19ef07595cd9c93bfe6 authored over 8 years ago
Migration docs: m.mount and m.route now require components where vdom nodes were once tolerated (#1217)

7c0223ec09f5635bcfd900b42aab7d1b4835cd51 authored over 8 years ago
m.mount() docs update.

8c1e0cc0733f2962849eeaf38c64329e1d1e775f authored over 8 years ago
Unmount and cleanly refresh mount points.

ccc2e1c85d81c8e764383f59fb30d8115ab4627d authored over 8 years ago
Add a test for unmounting.

37e7b67a492060eed819371f0f0dac72855dba5d authored over 8 years ago
Move travis-scripts to be build-server only (#1215)

* Move travis-scripts to be build-server only
* Fix up conditional logic

56fbda967073c387ae5105c7078472eab0db4c27 authored over 8 years ago
Update bundles [skip ci]

85ecd3545fed01da8ca1473e8aea6547d12609d6 authored over 8 years ago
Set up repo for travis commits (#1210)

2e70ca01f814586b311afb7b5ce649681c4e3616 authored over 8 years ago
Merge pull request #1213 from orbitbot/rewrite-ignore-deserialize-if-extract

Rewrite: ignore m.request deserialize option if extract is passed

0d5f571cb395b5738388a6ae5b849ef3d462ffa6 authored over 8 years ago
Rewrite: ignore m.request deserialize option if extract is passed

88e7cf5454015d88ef0761d49d965a77f7add1aa authored over 8 years ago
Merge pull request #1211 from ludbek/patch-1

Update render.md

0d1c1a3f16a523a992c2c2bbdafb2f9786b257f8 authored over 8 years ago
Update render.md

354b1a10c1ac7bffb00bf5f5b201ae8f3b64fceb authored over 8 years ago
more docs

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

d6e18ca1342b1eb72c67c5ac8316d80fef51e1c8 authored over 8 years ago
Merge pull request #1202 from isiahmeadows/call-async

Make callAsync a little less flaky

99d29340135dc4f8bbc59680ef111786a945a635 authored over 8 years ago
`is` should be passed as `{is: is}`

d71dcc5e946775d785a39281bcb61ff9d384d6e1 authored over 8 years ago
Merge branch 'rewrite' of https://github.com/lhorie/mithril.js into call-async

2c3a0ebb3a911ab20d44fb3d082bf1da835e7ebd authored over 8 years ago
Merge pull request #1208 from isiahmeadows/disable-stream-test

Comment broken test temporarily

c7be07810026330104de8e11b97a628c224a8e6b authored over 8 years ago
Comment broken test temporarily

f3959518ec99b1463669cee6834295191aa0a0f2 authored over 8 years ago
Merge pull request #1203 from leiyangyou/onunload.old

fix potential overwriting of onunload.$old

f71ff4963f1b0747c672c6ce661067a1161c6f16 authored over 8 years ago
make note about default prefix in router #1176

1fd9cf4271e54ffea45a1182bef762af688d86c9 authored over 8 years ago
unbreak CI

1c014e15a397c39bbff273dcc003a15652c3d295 authored over 8 years ago
fix react dbmon

55026e1986d65598acf7e592ca9fe58b90aa5f77 authored over 8 years ago
Merge pull request #1173 from pygy/multi-mount-redraw-test

Test for #1146 and #1153

a7a546ad7d92897cb8251c82eb0dcc331aa33cc0 authored over 8 years ago
Merge pull request #1205 from ludbek/link.component.doc

linked component doc

2cfc98551e84fd6dc56a3d19bcfd1009f4eb339b authored over 8 years ago
linked component doc

0a736b5e76463f5e0d9597fd0dbff1a9ad86d3bf authored over 8 years ago
fix potential overwriting of onunload.$old

cde0e348a48ae2c58f3318f213184d42f84577b1 authored over 8 years ago
Make callAsync a little less flaky

c9f1778dc9d22f636963280e5c61a37ff60beb84 authored over 8 years ago
Merge pull request #1196 from mindeavor/bug/rewrite-stream

Add failing test case for stream

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

15a1f071a29ecee436c49506fe3f10fc33b68bd9 authored over 8 years ago
unbreak bundler

8c71c3963113d0e7af5427b7d392f122d5d3e313 authored over 8 years ago
test router using file protocol as start point

8ec3a3f2c5a9b5c6027c7474144e13251c8fdf70 authored over 8 years ago