Ecosyste.ms: OpenCollective

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

Mithril.js

Mithril is a modern client-side JavaScript framework for building Single Page Applications
Collective - Host: opensource - https://opencollective.com/mithriljs - Website: https://mithril.js.org/ - Code: https://github.com/MithrilJS/mithril.js

Initial test case: can't declare class as an attribute in hyperscript selector

github.com/MithrilJS/mithril.js - 63f491db88b975c0e5f6bd69545e4e12a5076dfb authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 11b11caf83df10cbac5f1cc79bd33b1500a85a63 authored about 8 years ago
docs for promise

github.com/MithrilJS/mithril.js - 6e1402dd1bf09b60acabdb89554fc93b71510c4d authored about 8 years ago
Merge pull request #1401 from spacejack/rewrite

Add note about JSON parsing behaviour with extract callback

github.com/MithrilJS/mithril.js - ca18c11eda1d7033178bbeb31cb1e6de489be8ee authored about 8 years ago
Add note about JSON parsing behaviour with extract callback

github.com/MithrilJS/mithril.js - eb2f24e3b36404929d82e3ba1962eded085ebd9d authored about 8 years ago
Bundled output for commit 0bd6d4b2f630125312c0d4df6cc9f70486acb046 [skip ci]

github.com/MithrilJS/mithril.js - e458411c1198a636d784c22b0b48bc245e1fcc8e authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 0bd6d4b2f630125312c0d4df6cc9f70486acb046 authored about 8 years ago
Bundled output for commit 3bd2026a9dd4881500c95642b98fa2ebe7194e4b [skip ci]

github.com/MithrilJS/mithril.js - b51baf8dcf43931e4ff0a9c738ea72350f946e14 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 1c16488ea80756496dedaf6bfff0edd86b004b79 authored about 8 years ago
expose promise polyfill in a way that won't need code migration later

github.com/MithrilJS/mithril.js - 439cf956739b707f2322a95a4334586f4848e334 authored about 8 years ago
Merge pull request #1399 from tivac/update-readme-size

[rewrite] Update README size w/ minified builds

github.com/MithrilJS/mithril.js - 21e8b6161f1d35cc9278c03e7ba77d17a90bbe4c authored about 8 years ago
Update README size w/ minified builds

github.com/MithrilJS/mithril.js - 93a130b8b40f65955aa66c2eaecff040df6482c9 authored about 8 years ago
simplify scripts in examples

github.com/MithrilJS/mithril.js - 62724a1143489fc7764249fef1c2ee9ba3ec9eb2 authored about 8 years ago
allow `a["b"] = require(...)` in bundler

github.com/MithrilJS/mithril.js - c3d856e139d2882950e295537e6ff2e407d74919 authored about 8 years ago
simplify streams, lint docs

github.com/MithrilJS/mithril.js - 6ce2a384ec88ca5a03521606bf1ea166f959545b authored about 8 years ago
Fix #1379 (#1398)

github.com/MithrilJS/mithril.js - bc2b3c5fdcecc7eaf81ac6ce3ee5507e978f6d66 authored about 8 years ago
expose aggressive mode in minifier

github.com/MithrilJS/mithril.js - 9d4bb1291efdfa8cf6edfd49816e1a82c088c654 authored about 8 years ago
add note about synchronicity

github.com/MithrilJS/mithril.js - 9a3551c57527ae0fc02c7eeb4322f300377c1454 authored about 8 years ago
bump ospec version

github.com/MithrilJS/mithril.js - f780e0f7b91ab3a673bd55e6d6833b888becf0e1 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - c7a3bdfe490f635aabcba2949bce017d32e9ec19 authored about 8 years ago
bump ospec version

github.com/MithrilJS/mithril.js - 249050e4c2e469881f429c6485208c83ac3ff869 authored about 8 years ago
Merge pull request #1396 from pdfernhout/todomvc-list-fix

Fix todomvc to reflect All/Active/Completed choice

github.com/MithrilJS/mithril.js - 3406442899dee14960c7f4a4b45f8ae46b003743 authored about 8 years ago
Fix todomvc to reflect All/Active/Completed choice

github.com/MithrilJS/mithril.js - 7c5e06d2ec280ab50482beb8dfc8dbbeefa92a1a authored about 8 years ago
.items -> .list

github.com/MithrilJS/mithril.js - 8388cedad811f50138a2cbe98baff12ebcdb00f8 authored about 8 years ago
.items -> .list

github.com/MithrilJS/mithril.js - 647877958cf27166edb925b05135ac80f45743ee authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

# Conflicts:
# mithril.js
# mithril.min.js

github.com/MithrilJS/mithril.js - 4b061dacfebde6beb15f445af1bc8a9d4e0240b5 authored about 8 years ago
change m.request return value from stream to promise

remove m.prop
add m.Promise
update tests and examples

github.com/MithrilJS/mithril.js - bc8cf4ed763f7844751917b03c8b98fc1380560f authored about 8 years ago
Bundled output for commit 030814015617e7c45f214cdb5f9e5f37eac51a38 [skip ci]

github.com/MithrilJS/mithril.js - 6ed9bb87ca491d64d2525f6f16aabde6ad722b4d authored about 8 years ago
Merge pull request #1395 from ornicar/update-node-ns

Add failing test and proposed fix for SVG update with tag change.

github.com/MithrilJS/mithril.js - 030814015617e7c45f214cdb5f9e5f37eac51a38 authored about 8 years ago
Fix SVG element update with tag change

Fixes the new failing test.

Before: the updated element is unknown HTML
After: the updated elem...

github.com/MithrilJS/mithril.js - 7163d5f7446a05578d2dddb9bfe854c935ce889a authored about 8 years ago
Test SVG update element with tag change

Currently failing. Updating an SVG element which tag changes
actually results in an unknown HTML...

github.com/MithrilJS/mithril.js - d539c515eac980b74e4c9b3dfec6e6f3c27d272d authored about 8 years ago
Method defaults to GET as of #1393 (#1394)

github.com/MithrilJS/mithril.js - 0fad68fa695d30ad85615aa42b9af038c142af7c authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 8f1a69cfcb04ead00843bb4f4f5bc2b5e1dddc6a authored over 8 years ago
document optional url arg in request

github.com/MithrilJS/mithril.js - 2ed71840123fece1c82d3d444df42943ab49ffca authored over 8 years ago
Bundled output for commit 717186a3b63b5f66a5fbfd2495da1d2147835d13 [skip ci]

github.com/MithrilJS/mithril.js - 4f63575f4b2ece49b427403aaa52a7c2e846715a authored over 8 years ago
Bundled output for commit 95bf958c87294fac0562fd27d1057fca387836cc [skip ci]

github.com/MithrilJS/mithril.js - 2bcd48e510d68ea3144430c35a78b69a0f2bde28 authored over 8 years ago
Merge pull request #1393 from barneycarroll/fetch-signature-overload

Fetch-style signature overload

github.com/MithrilJS/mithril.js - 95bf958c87294fac0562fd27d1057fca387836cc authored over 8 years ago
Fetch-style signature overload

github.com/MithrilJS/mithril.js - beccd16dd75c4a888485d6d9aa7bd76ce197a893 authored over 8 years ago
Use tag for npm install

And update example to correct dependency format

github.com/MithrilJS/mithril.js - bcb81c4b03e9da6d1d0315102b2236b06bf2a0e8 authored over 8 years ago
Simplify npm command

github.com/MithrilJS/mithril.js - b83e290d4ed8e246c9558df87261bb86ac335a17 authored over 8 years ago
Fix repository field

https://docs.npmjs.com/files/package.json#repository

github.com/MithrilJS/mithril.js - 71457a356d854975827aae1146c3052674eeb4cd authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

# Conflicts:
# mithril.min.js

github.com/MithrilJS/mithril.js - 95194e8c15e9b8648f597fc9edd5f2a76228d4c1 authored over 8 years ago
don't send undefined body

github.com/MithrilJS/mithril.js - 4dd66a7e65585614f043b27485f2779831ea753e authored over 8 years ago
Merge pull request #1381 from sairoutine/hotfix_catch

'catch' is a reserved word in IE 8 / 9

github.com/MithrilJS/mithril.js - 1e5e65cada310f5e2068ab036c26ed27e71390fc authored over 8 years ago
Bundled output for commit f6541e4826bfa586e8a50db646d10f7079d2ebf5 [skip ci]

github.com/MithrilJS/mithril.js - 634c0949fe67501d9a9c00a70d9d9a4fbc6e4554 authored over 8 years ago
Merge pull request #1389 from valtron/patch-1

[rewrite] Case-insensitivize `method` in `m.request`

github.com/MithrilJS/mithril.js - f6541e4826bfa586e8a50db646d10f7079d2ebf5 authored over 8 years ago
[rewrite] Case-insensitivize `method` in `m.request`

github.com/MithrilJS/mithril.js - bcab77696cd740a6b39f61f5dc338585d167e835 authored over 8 years ago
Bundled output for commit a442b9961c3541044202accce13bffe82b1d726b [skip ci]

github.com/MithrilJS/mithril.js - ca53ae8caaf633df065ff3ff6a40b50bd32dc65b authored over 8 years ago
Merge branch 'valtron-rewrite' into rewrite

github.com/MithrilJS/mithril.js - a442b9961c3541044202accce13bffe82b1d726b authored over 8 years ago
wrapper for fantasy-land map

github.com/MithrilJS/mithril.js - fa82f4c7c457e9d08ed495d5057069c14d1e4a5a authored over 8 years ago
allow dom level 1 events to be removed #1385

github.com/MithrilJS/mithril.js - ff7ce37476168511a290ee716e2534a69dc6549f authored over 8 years ago
Fixed #1343, #1336. (#1383)

github.com/MithrilJS/mithril.js - 5e1552b1ee6da2a4354accb19715b6ef50d853d5 authored over 8 years ago
fix regression when empty text node

github.com/MithrilJS/mithril.js - bc0a75a6a20f1cbefe0c58b7b2f1687f34a7746d authored over 8 years ago
#1311 don't repeatedly throw the same error if oninit async-redraws and view throws

github.com/MithrilJS/mithril.js - 3c6e257a1953505d09706141c52186a6abf4ca9d authored over 8 years ago
handle contenteditable correctly

github.com/MithrilJS/mithril.js - 75b7f0fc81e773e22e6a8290e2effdaac53a68a4 authored over 8 years ago
remove ambiguity in oncreate hook docs

github.com/MithrilJS/mithril.js - 387a69615de602307d306ec61234cf0790c362ca authored over 8 years ago
Change npm tag to "rewrite"

Since this isn't a beta any more!

github.com/MithrilJS/mithril.js - 6a8295b5859e5789a6be32447dd174bbc55479a5 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 36ef99451002434df6095374db18b6d6c69a00eb authored over 8 years ago
update npm identifier

github.com/MithrilJS/mithril.js - adf91a4f7a892bcdb2d05b8c6edb2a0812074aaf authored over 8 years ago
Bundled output for commit 2d836d7203eb704c0553f9902d10bb4b8105ec91 [skip ci]

github.com/MithrilJS/mithril.js - 29e697fb25526cadcb6af852154a423ffda7f550 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 1994e8e5967b5a7a3070d4cb8bf3f874e4ddb586 authored over 8 years ago
Bundled output for commit 8b5873c4f7293204ab0de741f745e8c0d25e667a [skip ci]

github.com/MithrilJS/mithril.js - bb398e619d086578182bfa873ed2692f65d49cb5 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 8b5873c4f7293204ab0de741f745e8c0d25e667a authored over 8 years ago
release candidate 1

github.com/MithrilJS/mithril.js - b2fec02a19a289990af704d6cd73c0f2ffc51217 authored over 8 years ago
Merge pull request #1376 from schtauffen/rewrite

[rewrite] add stream folder with scan and scan-merge

github.com/MithrilJS/mithril.js - 4391c8a63030c9f681ba4775a8364ea92b32484f authored over 8 years ago
add stream folder with scan and scan-merge

github.com/MithrilJS/mithril.js - db445a899d08b2b2a5c9f0249f380d59ab819ec8 authored over 8 years ago
Bundled output for commit 65b4116666fa0fec9369cfdc44764342d004c35b [skip ci]

github.com/MithrilJS/mithril.js - db956d719485bcc8695cb130173c5f53135f8454 authored over 8 years ago
Merge pull request #1374 from cmnstmntmn/patch-1

fix link

github.com/MithrilJS/mithril.js - b8d33bc6db55622fef89ec240b95c4b7346ae96a authored over 8 years ago
remove redundant abstraction level in todomvc example

github.com/MithrilJS/mithril.js - 37735f1772ce7fe91951c681f0d7aaa4bb49ef09 authored over 8 years ago
don't throw error on undefined/null trusted vnode #1375

github.com/MithrilJS/mithril.js - 65b4116666fa0fec9369cfdc44764342d004c35b authored over 8 years ago
links to examples

github.com/MithrilJS/mithril.js - 70e0f8e66dfe481d73a5659640fe59b6821a1a02 authored over 8 years ago
make editor and todomvc example more idiomatic

github.com/MithrilJS/mithril.js - 9ea1cf0ae04be6088242a5b6275ed36eadfcf205 authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - a2c46dbf4cb9fe0d3830aa5eecd717878703d884 authored over 8 years ago
simplify other examples

github.com/MithrilJS/mithril.js - 86fdcdafaa94185ac1238b7d6c9f0983919f1c96 authored over 8 years ago
Bundled output for commit 74404e61ed8530b003cb189982767ac2caf9a598 [skip ci]

github.com/MithrilJS/mithril.js - a164be737ad2bfd8df60614c39fc9621693e589a authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 74404e61ed8530b003cb189982767ac2caf9a598 authored over 8 years ago
add error message in m.mount

github.com/MithrilJS/mithril.js - 93fba4dc1d0e6fd85577e8ae3936d9ccb6e2ecad authored over 8 years ago
Bundled output for commit dcdc48a5348525f715e1b3be4818054b17c42bc4 [skip ci]

github.com/MithrilJS/mithril.js - ea9d62f33c8ffa9c1f04cb18087d63f19f261c4b authored over 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - dcdc48a5348525f715e1b3be4818054b17c42bc4 authored over 8 years ago
don't break cursor on textarea update in Edge

github.com/MithrilJS/mithril.js - 40bc9449cbb89f868a551f39fb2dd5304de4a2ec authored over 8 years ago
Merge pull request #1373 from schtauffen/rewrite

[rewrite] Add vue 2 dbmonster example

github.com/MithrilJS/mithril.js - cc39d526a79d717e6f673116505607b3971dedfd authored over 8 years ago
add vue 2 dbmonster example

github.com/MithrilJS/mithril.js - 51e50bd4503a32da19d818ca092784cadd8b43bc authored over 8 years ago
write to bundle if first time

github.com/MithrilJS/mithril.js - 0edc37472936c8910e417b20cdcf9303a346ee17 authored over 8 years ago
don re-emit if not needed

github.com/MithrilJS/mithril.js - f4e88a6879b6054787ddb3603f06a1f1aee9462e authored over 8 years ago