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

update docs and change log

github.com/MithrilJS/mithril.js - 8ac72911a83e6178d3acda07dcdc923865a61e3d authored almost 10 years ago
#320 fix routing bug in IE9

github.com/MithrilJS/mithril.js - 105a936a06e7dafacb36e0aa1e2be77d7cb06a1e authored almost 10 years ago
context reuse flag

github.com/MithrilJS/mithril.js - 84f472cb9ebc65744ba26110310b3c25f8e8aefc authored almost 10 years ago
fix docs typo

github.com/MithrilJS/mithril.js - e9eb03285a480c379de0bafc4519f4fd3ed5a08e authored almost 10 years ago
Merge pull request #457 from cbowdon/typescript_stricter_defs

Stricter TypeScript definitions

github.com/MithrilJS/mithril.js - b88942d79d56b7ecf49bdb74c940ba5f09dd3ba5 authored almost 10 years ago
Merge branch 'next' into components

github.com/MithrilJS/mithril.js - 1ed2ffe118d2b8ed6f6718542edb8d3f422c027f authored almost 10 years ago
Merge branch 'next' into components

github.com/MithrilJS/mithril.js - bd771ab0b42b946f95606d7bd0559dbdaece3ec8 authored almost 10 years ago
Stricter TypeScript definitions

github.com/MithrilJS/mithril.js - 492eb2ed67adb59b76f5cb9f6c5ad652c91cbff5 authored almost 10 years ago
Merge pull request #452 from nordfjord/next

always select exact route if it exists

github.com/MithrilJS/mithril.js - 2369586167402b1be074c1223ad0ced81e673d01 authored almost 10 years ago
add whitespace my editor removed

github.com/MithrilJS/mithril.js - 6aaa199a243fe1a05f4ebe445e8392c9aeb10674 authored almost 10 years ago
#448 fix flatten edge case

github.com/MithrilJS/mithril.js - 6c130878447acdee1096b526312913360a6fc884 authored almost 10 years ago
add more elaborate test

github.com/MithrilJS/mithril.js - e0aa878fc1183a1cb7145c0e78e3e78e1df88a55 authored almost 10 years ago
#453 fix html entity order bug in m.trust

github.com/MithrilJS/mithril.js - 5bf0faf3574a033b3d418e616492918658e87326 authored almost 10 years ago
fix docs about shouldReplaceHistory

github.com/MithrilJS/mithril.js - 2fa463218604137493148b8858e1978f3645970a authored almost 10 years ago
fix onunload preventdefault in non-curried modules

github.com/MithrilJS/mithril.js - d482020daaa56cb34d803a24817b584b6f846b68 authored almost 10 years ago
propify: Fix chaining to return original m.prop

github.com/MithrilJS/mithril.js - 8c0029639337837f9dcf0ca20976af973828c055 authored almost 10 years ago
Merge pull request #447 from TheThing/next

m.request: Add XMLHttpRequest parameter to the unwrap method

github.com/MithrilJS/mithril.js - d446272cf3a51cdec59fad66b9bc093d39f199fd authored almost 10 years ago
always select exact route if it exists

github.com/MithrilJS/mithril.js - fa824ca080cd44d71fbfc58b620d0341abbbee01 authored almost 10 years ago
fix onunload preventDefault in components

github.com/MithrilJS/mithril.js - adf7b39650fa017c051b1249b38faf50c0286479 authored almost 10 years ago
prevent infinite recursion in m.redraw

github.com/MithrilJS/mithril.js - ad303427bf0f40acfbd601c6b81e38d5f3a1aa76 authored almost 10 years ago
request: Send xhrRequest to unwrap method

github.com/MithrilJS/mithril.js - fa719a4a60773c5935fd28b856918936791ed484 authored almost 10 years ago
tests for components

github.com/MithrilJS/mithril.js - 2ac027a2af7e77aafdfed1330625257fd79c5d8c authored almost 10 years ago
Merge branch 'next' into components

github.com/MithrilJS/mithril.js - 67cdda7249e35bba7beae4757765fec338f9149b authored almost 10 years ago
Merge pull request #445 from webcss/patch-2

handle mixed type children correctly - fixes #443

github.com/MithrilJS/mithril.js - 4259c06a0a78035ded4ba0a6b2c70b0d14ede529 authored almost 10 years ago
handle mixed type children correctly - fixes #443

github.com/MithrilJS/mithril.js - 96b1f9e79113a6825498c2fd0c1af34dee7b38eb authored almost 10 years ago
Merge branch 'next' into components

Conflicts:
mithril.js

github.com/MithrilJS/mithril.js - 784973f168b74a996d1668e3be46df8f7781a382 authored almost 10 years ago
Merge pull request #440 from dailymuse/feature/multi-args

added multi argument brackets

github.com/MithrilJS/mithril.js - a4d2be55c2af2deb2912f186a8c4edd1c59653a5 authored almost 10 years ago
remove .args, .onupdate and .view

github.com/MithrilJS/mithril.js - 1302ace4b56e82ea66772727a8843e1389be2c78 authored almost 10 years ago
added multi argument brackets

github.com/MithrilJS/mithril.js - da4ef441fdb4f96b5872fb6d246f08d3e3ee1e16 authored almost 10 years ago
Merge pull request #434 from ciscoheat/redraw-context-fix

Fixed context when calling a module view during redraw.

github.com/MithrilJS/mithril.js - 45ee2751e7008e14b192870eddf868f7ce3daf0d authored almost 10 years ago
Merge pull request #438 from liamcurry/patch-1

Small change to example code

github.com/MithrilJS/mithril.js - ffd7efc15db085fc16bea981f81d148558c3fac9 authored almost 10 years ago
Small change to example code

github.com/MithrilJS/mithril.js - 0cd1c4e5bfb39994877643c3509ef3fff1d13b6a authored almost 10 years ago
components API: take 2

github.com/MithrilJS/mithril.js - 10f291d64a81480f06f317dd2db36fe086025a17 authored almost 10 years ago
Merge pull request #435 from webcss/patch-1

fix for #428 introduces new misbehaviour

github.com/MithrilJS/mithril.js - eb3885ea5e35c1e49944e093aa59cff488af8374 authored almost 10 years ago
fix for #428 introduces new misbehaviour

The fix for #428 provided prevents entries beeing written to history. History.back() or hitting ...

github.com/MithrilJS/mithril.js - e158b52c477cd308a84390b9616f604df62eb2b2 authored almost 10 years ago
Fixed context when calling a module view during redraw.

github.com/MithrilJS/mithril.js - 5080db017fc6c9bca1ce671e5b99a0a396bcb79f authored almost 10 years ago
Merge branch 'next' into components

github.com/MithrilJS/mithril.js - 6d01629416d85379c8e10558da08643b16c620c4 authored almost 10 years ago
v0.1.29 publish

github.com/MithrilJS/mithril.js - 05831d98c7cc6c6cae4174a4a60eb6631844d789 authored almost 10 years ago
Merge branch 'ersinfotech-fix-bug-issue424' into next

github.com/MithrilJS/mithril.js - 253cc7fc69bdb3f1426562e130c29d80a1175555 authored almost 10 years ago
Merge branch 'fix-bug-issue424' of https://github.com/ersinfotech/mithril.js into ersinfotech-fix-bug-issue424

Conflicts:
mithril.js

github.com/MithrilJS/mithril.js - fa7e2b4afbd849b01f7e64ec76e70f763859aa89 authored almost 10 years ago
#424 fix key association when DOM is modified by external code

github.com/MithrilJS/mithril.js - 496d820ee3348ac4006d91095aac08d5c5e6dfd3 authored about 10 years ago
fix issue #424

github.com/MithrilJS/mithril.js - 0ac28928f32f69019321263d0861d2fc015a47a4 authored about 10 years ago
#428 don't add history entry on reload from link

github.com/MithrilJS/mithril.js - aacc618dfdeabb329d660acf6398960b0b0af19f authored about 10 years ago
Merge branch 'next' into components

github.com/MithrilJS/mithril.js - 3ea2126291f729bed58887bc227b904a5f3bdd12 authored about 10 years ago
#425 fix querystring detection in pathname mode

github.com/MithrilJS/mithril.js - f9df39f5f7e828fb76de95a2546fd0bbee9a27a9 authored about 10 years ago
#425 fix querystring detection in pathname mode

github.com/MithrilJS/mithril.js - 71980112b73a31cebc401e9a4b20692a0515ce20 authored about 10 years ago
Merge branch 'next' into components

github.com/MithrilJS/mithril.js - 6650023c63ea463bb04f1927cd879ffb7cc347ff authored about 10 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - b38b0ade0c1ec499990ba3d1b6b9217ab93ba640 authored about 10 years ago
#426 make array-to-querystring serialization work like jquery

github.com/MithrilJS/mithril.js - 6c7758661689ac9cd315329e15fa9415dd3e8d6b authored about 10 years ago
Merge pull request #429 from majgis/npm-readme

README.md is now copied to the output and included for npm publish

github.com/MithrilJS/mithril.js - c2407b4a17ac1576106cf074eeee6df222bea05f authored about 10 years ago
README.md is now copied to the output and included for npm publish

README.* was added to the files section of the package.json
instead of README.md because a find/...

github.com/MithrilJS/mithril.js - 4ffd72aee0f0b427deb01352ee5210e700984d5f authored about 10 years ago
make controller extend tag

github.com/MithrilJS/mithril.js - 8c112ca468236a7d2cb5c390ec81a6cf8d05b3eb authored about 10 years ago
redraw after diff

github.com/MithrilJS/mithril.js - dfde6de2221d2bf37bd836c341f971da24a8c059 authored about 10 years ago
proof of concept for components

github.com/MithrilJS/mithril.js - ad8b58107700e62382ef770cee4171fe19877ea9 authored about 10 years ago
fix title in homepage

github.com/MithrilJS/mithril.js - 028425ca081197380dcab1205b05f38ea37bffab authored about 10 years ago
update ts file

github.com/MithrilJS/mithril.js - 22795fb59bd8f08ed277cb4421fbb6b4662d6484 authored about 10 years ago
Merge pull request #421 from dudeman/next

remove script from parentNode since $document.body may have changed

github.com/MithrilJS/mithril.js - 509ecbe3d9b528a63b58ee03558fe4b8b85c7ade authored about 10 years ago
Merge branch 'jsfmt' into next

github.com/MithrilJS/mithril.js - 15721a089eec11dfb5f4c7f30b6f96487a768be9 authored about 10 years ago
document edge case return value

github.com/MithrilJS/mithril.js - 40fa1ea86be5af9ad1d5561d3f3303edb788d17d authored about 10 years ago
update change log

github.com/MithrilJS/mithril.js - b988c14a54dab86b1d2ef57e14c85a42eb4cf4eb authored about 10 years ago
#420 allow unloading of modules

github.com/MithrilJS/mithril.js - a04d67500ef4fa6b56010c08ac3b8dd64e0663b8 authored about 10 years ago
#382 don't render single empty space if not needed

github.com/MithrilJS/mithril.js - fed82b2135eaaa05522fae789694ccc2bb71b8a9 authored about 10 years ago
remove dupe in doc

github.com/MithrilJS/mithril.js - fbb25f05ae8dea5d21711b4f0a5a1d649efc37f3 authored about 10 years ago
remove script from parentNode since $document.body may have changed

github.com/MithrilJS/mithril.js - e0855cce657f48f8b2550d573b29f8a5bac58324 authored about 10 years ago
revert #415 since it breaks build

github.com/MithrilJS/mithril.js - d418423eecc65f8d585dfbbfa42a6c5be61c2439 authored about 10 years ago
Merge pull request #415 from der-On/patch-1

fixes TypeError: Illegal Invocation in node-webkit

github.com/MithrilJS/mithril.js - 63391d936f0da9bfa9f0c20d64c3b671b34eb754 authored about 10 years ago
fixes TypeError: Illegal Invocation in node-webkit

requestAnimationFrame, setTimeout and clearTimeout need to be called on the window object explic...

github.com/MithrilJS/mithril.js - 9391a789ea425aaec5303c4868e53e62a7153866 authored about 10 years ago
Merge pull request #400 from barneycarroll/next

Fix #399

github.com/MithrilJS/mithril.js - d3263d77e224bdac8085fa2cdf09122c5a32cbea authored about 10 years ago
Merge in upstream docs

github.com/MithrilJS/mithril.js - c92d9f75518d39bc72d14161aa4e98e95a292c28 authored about 10 years ago
Merge branch 'next' of github.com:lhorie/mithril.js into next

github.com/MithrilJS/mithril.js - d874748c6f81934d3d51adcd4c301f533f63e23e authored about 10 years ago
Merge remote-tracking branch 'upstream/master' into next

github.com/MithrilJS/mithril.js - 3b494f33cdf4e553b5d0b534358a0e77ad6f9ff3 authored about 10 years ago
Merge pull request #393 from dotandimet/next

documentation pages should have titles

github.com/MithrilJS/mithril.js - 704e8efe4ffd9c92bb83b120e097903fe0a85c0d authored about 10 years ago
Removed `decodeSpace` function: fixes #399

github.com/MithrilJS/mithril.js - 18dd27a4936096df0221f43b8162f43a9974dbe6 authored about 10 years ago
documentation pages should have titles

github.com/MithrilJS/mithril.js - 68320b7a916d9fd8447672bff1c145593fce3550 authored about 10 years ago
Merge pull request #390 from johnmarkos/remove-install-warnings

Adds repository field to package.json.

github.com/MithrilJS/mithril.js - 5228f92a571766d0d0cbc73f9c75b6492daefb94 authored about 10 years ago
Merge pull request #389 from eiriksm/remove-closure-compiler-warnings

Make code block comments the way closure compiler likes them.

github.com/MithrilJS/mithril.js - 50a39a7ee89862c9ca1c4ec1b67c6f25f508c37c authored about 10 years ago
Adds repository field to package.json.

Fixes name of grunt-jscs.

github.com/MithrilJS/mithril.js - 2ed4f2b38c18055ae725e5e546388c9d8ca75e65 authored about 10 years ago
Make code block comments the way closure compiler likes them.

github.com/MithrilJS/mithril.js - 6dd5c46090492b577a8954ba9d1e9bdb3457ca11 authored about 10 years ago
update change log

github.com/MithrilJS/mithril.js - b981a5b3bbb379e33f5620d56a42f25d835b328a authored about 10 years ago
add comment for obscure snippet

github.com/MithrilJS/mithril.js - 2a34765547d8e7dd91b9216508e89bd7d9e76e37 authored about 10 years ago
Merge branch 'perf' into next

github.com/MithrilJS/mithril.js - 857ce0df9981f69e0758484bd23c52f3d67b734f authored about 10 years ago
Merge branch 'feature/jsfmt' of https://github.com/ysimonson/mithril.js into ysimonson-feature/jsfmt

Conflicts:
archive/v0.1.27/mithril-tests.js
mithril.js

github.com/MithrilJS/mithril.js - 24e00a0b2f793cc533c03562c00b3014204d93b7 authored about 10 years ago
add section about todomvc benchmark

github.com/MithrilJS/mithril.js - f98fa02f66b7ee2aaa84c68c27f9881c82f7d9c0 authored about 10 years ago
fix #380 correctly (see also #385)

github.com/MithrilJS/mithril.js - fa04377a51bc6f9d56ff8eb2e892b9e53a5b49b1 authored about 10 years ago
fix doc example

github.com/MithrilJS/mithril.js - 32b7becd6f72012c3ba690c87d1c1e4f9db7298a authored about 10 years ago
Merge branch 'next' into perf

github.com/MithrilJS/mithril.js - 69b6ef17fed8edaafcd2fc4796ec267f1299882c authored about 10 years ago
update change log

github.com/MithrilJS/mithril.js - 2aeda23b325023d38aa35d14af87b51bbc479afa authored about 10 years ago
Merge remote-tracking branch 'origin/next' into perf

github.com/MithrilJS/mithril.js - b4069e239129327f9f8cb08b06f89dac434a657e authored about 10 years ago
#388 throw error if no root element

github.com/MithrilJS/mithril.js - d4bfee425a2a92cdf5dee90149d176e90bb0df1e authored about 10 years ago
Added grunt task for jsfmt

github.com/MithrilJS/mithril.js - bc821622a860a5f33a5c4bd4b7dbadeaad9b3e2e authored about 10 years ago