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

Parameterize URLs with a single String#replace

74062cda29ccf1e161b3a9f415bc9ed4592eca39 authored almost 9 years ago
Use RegExp#test instead of String#match

Using `.test()` is both faster and more explicit.

7a184cb3b7f7bb992de6522808ca1c3dd37c9e5b authored almost 9 years ago
Merge pull request #957 from Bondifrench/patch-1

Amending template converter

dca271faefb326b32061ff62067ea1a09ce48c4e authored about 9 years ago
Merge pull request #958 from barneycarroll/patch-1

"Currently active component" is unhelpful at best, misleading at worst

5f804460fef3d03d8f5a89439246788b215731c6 authored about 9 years ago
change link to Arthur Clemens' template compiler

42d756ea74aa89230b3f95bf8c791697be1ee7d8 authored about 9 years ago
"Currently active component" is ambiguous at best

It seems this condition is put here to reassure users that redrawing in a given route state will...

6e60ed5720c6c3e5d6c5c044854c50307698b9c9 authored about 9 years ago
Amending template converter

Switching to @arthurclemens modified template converter

7e88af0820b1a3848070963dfd49a1600bd31d56 authored about 9 years ago
Merge branch 'next' of github.com:lhorie/mithril.js into next

56a51664b7533dc3bb579cad8f2293c2795ed8b9 authored about 9 years ago
don't render undefined classes

741e588f4d534d78d2c2f9e10b072fa235999ad2 authored about 9 years ago
Merge pull request #953 from spacejack/next

Typescript definitions updated for component and withAttr

9798fbb5c9a3b5133a255d232ef60b66094a2703 authored about 9 years ago
Merge pull request #955 from ScottKelly/typo_in_component_md

Fixing typo in mithril.component.md file

7ed4cfadeea34a432e1320fb6df0f78d6412ab08 authored about 9 years ago
Fixes typo in component.md

55b29d2beffebfa8b209d0fb406a8b045f6d1de5 authored about 9 years ago
Added an overload for withAttr. Added parameters to component controller and view functions.

4a53a49b89ff1b7c37af5d5fbfd14ba1e3320009 authored about 9 years ago
remove is attribute regular element creation

0682932f6314364551ff1338dc698cd9dd00f8ae authored about 9 years ago
Merge branch 'isiahmeadows-lint' into next

3196076358d60104efa1c33288d3a7f9394391ae authored about 9 years ago
Merge branch 'lint' of https://github.com/isiahmeadows/mithril.js into isiahmeadows-lint

Conflicts:
mithril.js
tests/mithril-tests.js

4f0d479ee7dc8c7036a84dc0fe79eb8d3681b52e authored about 9 years ago
fix onunload typo

baa55cd26224686230d02e1e3cc6cf676d5eb2ee authored about 9 years ago
Merge branch 'next' of github.com:lhorie/mithril.js into next

6b7ac83dde6b8fc4588f07755c2af41df1fdf09a authored about 9 years ago
allow string keys

3de5cb8aafb6a622b693b28c2a255d8f9691459e authored about 9 years ago
Merge pull request #950 from whit537/patch-1

fix typo: contoller → controller

351be7e4e2057a06dbee973a20bd0d4d1c5b54fd authored about 9 years ago
fix typo: contoller → controller

ef5ed9d70c9bdf57d4b73984e32ce58048954fac authored about 9 years ago
Merge pull request #943 from luisfmsouza/next

Issue #938 Fixing typo

f4723261d9ed97b79808d14ef1f009a6c3e3142b authored about 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into lint

d1edcf43406a1d2b683a2837800c2e6806f43ddd authored about 9 years ago
Lint Mithril itself

0766d93bacac454be74ffdc815c099d898abe478 authored about 9 years ago
Lint old tests

fb3a534de0b0cbb248291bfeb0e2259f27b81e4f authored about 9 years ago
Merge pull request #944 from isiahmeadows/next

Don't lint old tests (yet)

17acef768fc8f20b9587526959f689e653781d55 authored about 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into next

7fcce538f4fee80b9b1f1313ec5fc2f2846be4d7 authored about 9 years ago
Ignore the old tests

d6d5bac1646b9b1d86da02996f46daa01cfbc5fd authored about 9 years ago
Issue #938 Fixing typo

e083aaac9e831296847b853f186051094ac918e5 authored about 9 years ago
Merge pull request #942 from isiahmeadows/next

Reapply docs fix

11e79f8eef04821b9a8cd1c16643b07d40435890 authored about 9 years ago
Reapply docs fix

b218f5156f78202c096c96684943c0c6cb39ccba authored about 9 years ago
Merge pull request #941 from lhorie/revert-940-next

Revert "Fix docs error"

196b9287fa5480e6adeed31a943c930ac0e62b19 authored about 9 years ago
Revert "Fix docs error"

a8eb0fb0822d07ff3a01c006dfda6eaa0f1f5e1e authored about 9 years ago
Merge pull request #940 from isiahmeadows/next

Fix docs error

f2540f3d04e362b92b872704c2557ce84e8b28a5 authored about 9 years ago
Merge branch 'master' of https://github.com/lhorie/mithril.js into next

90aa355795ce002cea750185f533b36166b41674 authored about 9 years ago
Merge pull request #939 from jshen212/patch-1

Cleaned up comment on line 557

05cdf51fc9b995c0dcad6b147f024cddaaec7273 authored about 9 years ago
Cleaned up comment on line 557

Fixed subject-verb agreement

567d9ebd15635f50ec388f83efd1617f6024a750 authored about 9 years ago
Merge pull request #933 from D3ucalion/patch-1

fix for issue #915

25b82d33e049f7ba29c2d9d1c5a41026b2e6d5b9 authored about 9 years ago
fix for issue #915

Added undefined check at line 76 to prevent an uncaught type error which was occurring when the ...

46b18caec66e1b18db4fa82e4b2d40cbe9c39087 authored about 9 years ago
Merge pull request #929 from maxlang/next

update typescript defs to support more accurate MithrilAttributes interface

62dd3d12ce8f76892fdac3cde780b7162a69263b authored about 9 years ago
update typescript defs to support broader MithrilAttributes

d770f29e390a97a61c6584a9018e3424e2df78ba authored about 9 years ago
Merge pull request #923 from iamjohnlong/safari-createContextualFragment-fix

Moves createContextualFragment into try/catch function

e32f37c523d7691e1c9c1d195a86f3d6a51b0fb5 authored about 9 years ago
Removes FIXME comment

1eada0de80cb1c8b88dea3eb510b7c6671cb2971 authored about 9 years ago
Adds test

aad2fc3e33e43118cd6593e2f51f346ed3dbd3c7 authored about 9 years ago
Possibly fixes trust tests

2cc898877dcc9aaabccbd876cea918b28d25357e authored about 9 years ago
Merge pull request #925 from naturalethic/readonly-property-fix

Fixed setAttributes for custom components (like Polymer uses) with readonly properties

26cba390b2c83e89620b89c39eec6a75e42a762d authored about 9 years ago
Fixed setAttributes for custom components (like Polymer uses) with readonly properties

886d796e0b020c7cc02dc59f657c992aed0e54ca authored about 9 years ago
Moves createContextualFragment into try/catch function

0b9cbd1f8219660fab3783858cc5bc63cccec678 authored about 9 years ago
Merge pull request #918 from mogest/next

Small documentation tweak: kb -> kB

d5af96f233d586724d92080bd65374928bed1920 authored about 9 years ago
Small documentation tweak

Use "kB" instead of "kb" and include a space between units and the unit symbol.
After discussion...

843a720f52cf555af3f80093cf42a8bb78692438 authored about 9 years ago
Merge pull request #919 from lhorie/isiahmeadows-definition-fix

Degenerify `MithrilRoutes`

24db9920088cd2407a4575298bc2adb48f357e56 authored about 9 years ago
Degenerify `MithrilRoutes`

The routes type doesn't need to be parametrized. It's far too restricting and technically incorr...

6a160dc10f1cdffeb01ee45727a687b7bb61388a authored about 9 years ago
Merge pull request #916 from syaiful6/test-unload

Fix onunload test case

0c8ac06e897c4bd23c3a7c26916ca586392e6b3a authored about 9 years ago
Fix onunload test case

- the previous test only remove last item on array, but expect all
subcomponent's onunload to be...

795f09840403d2c1eaad9ef9c534ca12f62e36ef authored about 9 years ago
Merge branch 'tobscure-route-shift-key' into next

5003c0ac23916ac72a8fd5f0f31e7718604fc17d authored about 9 years ago
Merge branch 'route-shift-key' of https://github.com/tobscure/mithril.js into tobscure-route-shift-key

Conflicts:
mithril.js

871e32fca367340d8a5137ae98efa96860774818 authored about 9 years ago
Merge branch 'dhinesh03-Subtree-retain-fix' into next

8eb6d9e1827b69fc8d94783a0b72222e69b6a37e authored about 9 years ago
Merge branch 'Subtree-retain-fix' of https://github.com/dhinesh03/mithril.js into dhinesh03-Subtree-retain-fix

309f2d561de412451787bb2495f268c5450bbf98 authored about 9 years ago
Merge branch 'next' into dhinesh03-Subtree-retain-fix

5234cd2e9c42343c265afec18b45389f60aa5a7d authored about 9 years ago
Merge pull request #907 from isiahmeadows/update

Update dependencies, clean up couple things

b2972e9934151283bb4cb20cc54317af5b4a0a1a authored about 9 years ago
rebuild

c2a04297e2c96af13e52125e71400c5d7bc8f53e authored about 9 years ago
clean up `finally`

ae60c96a69b1697d8683cb2286fcbf98d0c5e7fd authored about 9 years ago
build

ac5810ccbd047de2113d9670ae6f9ba33056fe19 authored about 9 years ago
disable tests that break due to lack of innerHTML api in node

63bf9cca565aa8349837ce7d418602262cd2425f authored about 9 years ago
v0.2.2-rc.1

270b20a2b029da7a5807648f43e31798eb7e0e96 authored about 9 years ago
Update dependencies, clean up couple things

bfa3899ec8e9b7bfe25cff37014da51035f8c6ad authored about 9 years ago
Merge remote-tracking branch 'origin/next' into next

Conflicts:
mithril.min.js
mithril.min.js.map

484a9d6c70b366a66e09fca8c6316b51108393b1 authored about 9 years ago
build

fbe05a92ad8444f9054fb8bfd50411f3d52e8b18 authored about 9 years ago
update change log

884b2c5f81031087fb9fc79f72907db966395ce8 authored about 9 years ago
Merge pull request #902 from isiahmeadows/preversion

Add preversion hook (fixes #827)

ab54bd4cba0f5d1acb163409bc7e54903ef92271 authored about 9 years ago
Merge pull request #899 from seanhussey/next

Fixing a few typos. No functional changes.

7f359c1f75913cdbe7ea59a5fd63179af9a558f3 authored about 9 years ago
Fixing a few typos. Changing all instances of "thennable" to

"thenable". No functional changes.

c1912d272648a43d1fedc2cdc1565a0634ee4f53 authored about 9 years ago
Add preversion hook (fixes #827)

e99ab35e108ddb5e52cc1e0d5b3f6d5a0c8f9647 authored about 9 years ago
Merge pull request #897 from isiahmeadows/deferred-fix

Clean up unused parameter and m.request tests

49b97a5e567ac25d53f0bb3989484f346346fe19 authored about 9 years ago
Regenerate minified variants [ci skip]

eff4231b732fb4017e6ec2edf2a404cedece6d7e authored about 9 years ago
Call onreadystatechange in handler

11f05e3180cbf1d302a6813c7d9d8192e00813a0 authored about 9 years ago
Fix inflexible/slightly broken m.request tests

c21566366e33326817a513afbd1b347e7d755028 authored about 9 years ago
Remove unused parameter

7f7a0a3815bb33173a364ea7a404db67270a9510 authored about 9 years ago
Merge pull request #896 from isiahmeadows/next

Update minified build

b920466c510b92bf0b41d22da471e03ba1b0b38b authored about 9 years ago
Update minified build

92ac26a31afe068ef19aa4e155c1d19d01af8706 authored about 9 years ago
Merge pull request #895 from isiahmeadows/next

Fix issue with a placeholder

2b688a333443612320ade56af6bbd7e5a1a13bf2 authored about 9 years ago
Fix issue with a placeholder

565ca32d9ab029a954aa00f0372b4a0213da732b authored about 9 years ago
Merge pull request #893 from isiahmeadows/speed

More performance improvements + etc. (fix mistakes in #887)

784f0f4f28fb856ae37fdd77f6d7622bff85125a authored about 9 years ago
Rewrite most of the last commit of #887 (without the m.request bug)

1b4737b0c67d8b0c38422a259c4a727dbbd4789f authored about 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into speed

c6fc86f728fa8f21dd427150830696d763a6cfdb authored about 9 years ago
Merge pull request #894 from lhorie/revert-892-revert-887-speed

Revert "Revert "More performance improvements + etc.""

ec3ca05027aa70f191b052645238e05ec97680e1 authored about 9 years ago
Revert "Revert "More performance improvements + etc.""

b2faa43f9176673a573103a089db40685251812d authored about 9 years ago
Merge pull request #892 from lhorie/revert-887-speed

Revert "More performance improvements + etc."

897060d6ed69742b9ebe06b8c2595ef8b3f5b263 authored about 9 years ago
Revert "More performance improvements + etc."

998704a7224058e9bede25d2e31b6174790cf2f0 authored about 9 years ago
Small performance improvements (part 1)

69836f3811401262ed11d61dcd567555ca3e6a6c authored about 9 years ago
Merge pull request #887 from isiahmeadows/speed

More performance improvements + etc.

e364121ffb275a84828e3a5a3a605c88153df271 authored about 9 years ago
Revert "Few more small performance tweaks"

This reverts commit 0e006218402b745b82712811435a26ca8098bce4.

75a3f0785ca9b281cbbf99897c0cb6edbd174470 authored about 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into speed

c30bee5fa294f6fd2c3d5e7ce39aa93af92a2493 authored about 9 years ago
Merge pull request #889 from isiahmeadows/next

Remove stray semicolon

c0ee413d3dafb8e0e900b50c827bb36306a7cbe5 authored about 9 years ago
Remove stray semicolon

295209b9758a3425e49e360f2603c29136900546 authored about 9 years ago
Few more small performance tweaks

0e006218402b745b82712811435a26ca8098bce4 authored about 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into speed

bfc9dd45d4ad343a87d85d8fcaabc2522cd05aa7 authored about 9 years ago
Merge pull request #888 from isiahmeadows/next

Move unloading test to where it's supposed to be [ci skip]

072be75f489e061604331efd8d0dbc778a5fa03a authored about 9 years ago
Move unloading test to where it's supposed to be [ci skip]

27a3dca0135f601098887025ddcdcf0317c999b1 authored about 9 years ago
Make ESLint happy

573f7a9e95d3b0e5bec6588748886bfa327a122a authored about 9 years ago