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

promise polyfill

76d5d9ef2fbe4d06d32be3f2d1845ad4858fbab8 authored over 8 years ago
rename ajaxt o xhr, expose jsonp

41ac2bf00269bd5c33670861435732a2ae724046 authored over 8 years ago
documentation fixes

0ed3d20c4cf858da9f26322cc730b51cf2352e39 authored over 8 years ago
don't shortcircuit promise check for objects

b128fd823217a6b2254895094560a93cc902967e authored over 8 years ago
check for existence of Promise before doing check against it

ce748f9f71fa729ba8bdb13f3378210768369164 authored over 8 years ago
callbackName

0ad6749f87598a357afed0e1b961cbcc83f145cc authored over 8 years ago
Merge remote-tracking branch 'origin/next' into next

bdd65b3b86cc86704c0db0e51a3b812fa3eb0d97 authored over 8 years ago
#1076 absorb native promise in m.prop

bf85b7a530dfacc255cb0fe78a5a0f00df016a82 authored over 8 years ago
Add more migration notes (#1075)

6a233cd03c7f227886e05ff459063b5b322bc6b1 authored over 8 years ago
Merge pull request #1074 from StephanHoyer/patch-3

Adding how you could access the DOM element in the new lifecycle methods

7e437f27a81f7d288f1a278bf64338027d45119d authored over 8 years ago
Adding how you could access the DOM element in the new lifecycle methods

578ff6d970a30db32c0782f16a7866343a2a19cf authored over 8 years ago
Merge pull request #1073 from tivac/migration-guide

Starting on a migration guide

9a664957995a7a459e07a9aa021f532705cf89b3 authored over 8 years ago
Starting on a migration guide

I'm sure there's other pieces I'm forgetting

fa34941cee4251b3a5a5db9243acd5cd8a6581ce authored over 8 years ago
JSON.stringify(m.prop(x)) use x.toJSON method when possible

When JSON serializing m.prop, check if wrapped object does define toJSON method
and if so, retur...

c71e8f4fcb5a58653442bb17a02ba64ec5e4c07d authored over 8 years ago
mroe docs

e35fc79f0933dfbbe3de18bfbb872fa64f0b2628 authored over 8 years ago
test empty object

5815a590a880a60a0842d980ed7d17322cc6c8f5 authored over 8 years ago
Merge branch 'rewrite' of github.com:lhorie/mithril.js into rewrite

eb25faf8af712085864ba6c1ae8426fca42e92c6 authored over 8 years ago
more tests

e7420e72e1a63025815d0a9684113c5664336003 authored over 8 years ago
Merge pull request #1067 from RichardIvan/patch-2

Typo in component.md

920851e3aba227e216573d6748e1ad14dda10e19 authored over 8 years ago
typo

typo

63d67e1d71dcfbcd2f55444e23ffcb70fd54a09d authored over 8 years ago
prop and withAttr tests

a2c01d1d9674c28c968f0d3e9f43e195d8e8e31b authored almost 9 years ago
prop and withAttr work in progress

477e73f300d3f506f59fac98b21cb4025b6f76ad authored almost 9 years ago
fiddling w/ bundled var names

e1473dcce80a100a883c78979f72989a6ea8801f authored almost 9 years ago
make renderer optional in autoredraw module

6400b616fc48e935b80e4b06fb1536c32f9e405c authored almost 9 years ago
create only one renderer

9b602edf4e688e5c200b0f44c1795f84ace16ead authored almost 9 years ago
clean up index.js

749b9523926ed91a8c3f73c6c1afb12824b8f701 authored almost 9 years ago
refactor redraw into pubsub and autoredraw

- pubsub is a basic pubsub impl
- autoredraw is glue code to register callback to pubsub and onev...

0005cf26ee2b7e8311b26d5f18bde5ca83324671 authored almost 9 years ago
update bundler readme

db46bb44142b0e1afe2ca32b5cccbccd509acb80 authored almost 9 years ago
node doesn't like floating point numbers as setTimeout arg

4e653572421510eaaaaec23c1578c40098ee6d03 authored almost 9 years ago
fix tests after merge conflict

b1e8f61c8728c21ac2302a6a05445913234525d5 authored almost 9 years ago
Merge branch 'bundler-fix' into rewrite

Conflicts:
api/mount.js
api/router.js
api/tests/test-router.js
index.js

acd9d5b641ef8e2cffa022ed546df52b2d617b11 authored almost 9 years ago
Merge pull request #1064 from tivac/redraw-mounts

[rewrite] Add m.redraw() support for multiple mount points

10daf1e6300283eca72a59712c3c63e323ed43c6 authored almost 9 years ago
bundler variable disambiguation

e5391a19579ac684fa577b3d5f7b582c43af554f authored almost 9 years ago
Add m.redraw() support for multiple mount points

To better match `0.2.x` behavior: https://jsfiddle.net/xbpyqL9k/

71c77ba603ce2ad63a0b5a9d37a6aaecb7b991b6 authored almost 9 years ago
Merge pull request #1063 from il-juggler/patch-1

Update mithril.request.md

42b21a59504248e127678afb4780b3ba4b126db0 authored almost 9 years ago
Update mithril.request.md

51e553f9802592a9f20be252a68de20ca2e4f90b authored almost 9 years ago
Linebreaks are hard, spacing isn't (#1062)

Because linebreaks are affected by git's `core.autocrlf` rule and I don't feel like adding a `.g...

058b25002d9198ac72c82019fdfabba3728870ae authored almost 9 years ago
Support for skipping redraws (#1049)

Mostly useful for event handlers, setting `e.redraw = false` will prevent mithril from re-render...

04eaa25ab1486bce35682faa8a5c051d344e7358 authored almost 9 years ago
Quiet some ESLint errors (#1060)

Some via config, a few via code edits

2ca8fa6e661654b3f5d2b84817a2134dbc29c96a authored almost 9 years ago
Remove old testing file (#1061)

79e4c4a1043f2d0ae00ab22f21e19a83f0b95aa3 authored almost 9 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

Conflicts:
package.json

890d4123db244e78832a6fbab39466d672fcb890 authored almost 9 years ago
cover everything

e104b75364119c00efe9b7bb5d19ef2cee0e17de authored almost 9 years ago
rename limiter to throttle and refactor

- don't inject raf/setTimeout since we can't really mock them w/ a good degree of timing accuracy...

977239d207a430275be182cd459acdc8625aaceb authored almost 9 years ago
Merge pull request #1057 from tivac/eslint

[rewrite] Add ESLint and a generated config/ignore file

c071ac064b4ca828cbabc70216d1dd038ca67b4c authored almost 9 years ago
Add mithril bundle version of dbmonster

fbcdcf93e209604219b5162cc7486107d9daa283 authored almost 9 years ago
Update size :doughnut: (#1052)

2af3aa27c76f123c371f996a7cb7a58e2f438a1d authored almost 9 years ago
Remove unused var (#1053)

Uglify caught this when I was testing to see what the updated min+gzip size was.

e466ccebd034d09392cdb7acf160bd6e340b6bba authored almost 9 years ago
Add ESLint and a generated config/ignore file

Manually changed some rules to better match @lhorie's style and reduce #
of errors from ESLint.

8450ca5d91c27c3ea1770273026a5ef17670f23c authored almost 9 years ago
Merge pull request #1056 from tivac/api-tests

Public API tests

e8755c11c793e19981484e3f056db685698b5bde authored almost 9 years ago
spaces -> tabs

da6b697d19e0bbf1eabdb0b29234a0d1c9bd56c3 authored almost 9 years ago
Match @lhorie style

I don't usually write JS w/o semicolons, so no surprise I got this wrong
at first.

9f1afea9e197a2956e0d1c4023e88d116999f458 authored almost 9 years ago
Fix var shadowing infinite loop bug in browsers

36bfc6892b3f8746bd6b1d25328844f88dc6c2da authored almost 9 years ago
Test both async types when using router

749ff74bea33f2fc25bbb3704fdd3364ec1917b1 authored almost 9 years ago
Add missing dependencies

37b0ce20c5d9462aa1789b26a79b35d3ac4eb55e authored almost 9 years ago
Move public APIs into their own folder

And start writing actual tests for them

960812308c6d9ac34fe9f9113d3ab6e371b93578 authored almost 9 years ago
Add forcing support and improve tests

Also verify that we're using tabs, whee.

0cf509f674ea3899293450b45108728c52a25d2e authored almost 9 years ago
Fix bundler w/ relative paths from sub-dirs

86ce23a2bd8c665291b9fff65a2cae4b80d13444 authored almost 9 years ago
Remove unused reference

89dfd6e97d10ca9a4b25b22fe32abe9a092ee0cf authored almost 9 years ago
Remove old manual testing file

74f3e0d2055a0915d32a025a735508657315e82b authored almost 9 years ago
Fix m.route() tests

- Wasn't calling route.prefix(), was assigning to it
- Needed to handle pushstate prefix (`""`) ...

282cc5afddcb61acf232367b15305b954dd75200 authored almost 9 years ago
m.route tests should run against all prefixes

Also tests `router.link` now. Had to add a `preventDefault` function to
domMock events that does...

41b24b998a482299c29af9033806557a7ed0fbc3 authored almost 9 years ago
Basic router tests

ce42adb720359cc4dd69fd8bc40b0744dac2e7da authored almost 9 years ago
Stricter

8f7cc0cb114cd06a00c376865b01a431e2ab8fea authored almost 9 years ago
strict all the things

fc481ff4976489abde0ac46ac195319ab29155a0 authored almost 9 years ago
Filter out util dirs from istanbul coverage reports (#1055)

724361af6ab7e5d49c73a01aed0f5bf02b003b2b authored almost 9 years ago
Add cover command (#1054)

Using istanbul, and also adding a .gitignore so I can be lazier about things when committing.

629ba5b62a02d92cc6c6b6c0618581272d345415 authored almost 9 years ago
Merge pull request #1051 from ianhenderson/fix-1045-pr

Correctly inject script tags via m.trust in Safari (Fix #1045)

51d7d21ab64dbc8611e8e30202eeca56b74d2c8c authored almost 9 years ago
Add test for replaceScriptNodes

e03f194e32275d422e515ccf7c45921fa9c5ae78 authored almost 9 years ago
Add replaceScriptNodes function

1673579d32493ad922b9743708a4a49acf9b8c86 authored almost 9 years ago
remove broken line in package.json

7c392f071d2e51ce490b5781325122f57477da5b authored almost 9 years ago
fix input cursor placement in chrome

60171f503db678855d267ec6c5b47bc136f1fbef authored almost 9 years ago
style fixes in docs

e24e4e9a1a43dc530586ad45bd80058ed1157e9c authored almost 9 years ago
Some documentation

cd8b8b12e6606248bb50f885c8ec7e652a7f8b1c authored almost 9 years ago
increase timeout threshold because 20 is too close to frame budget @ 60fps

9bc6a64798d70f62823efa43cdf74123e2a2ae7e authored almost 9 years ago
prevent recycling for vnodes w/ integration methods

b4903538f30390151153c71da3cd2c9e9df9fd51 authored almost 9 years ago
Merge remote-tracking branch 'origin/next' into next

c8c32ee7c7aa44f2dbac121882d78bff4c3a46b5 authored almost 9 years ago
don't fail CI on lint error for PRs

0aff6fb08a974422fce20bf2280399abdf7e9c30 authored almost 9 years ago
Merge pull request #1047 from tivac/raf

[rewrite] Rate limit re-renders w/ m.mount/m.route

73cfe3dd7ade640c75b61096cdf12bd9095f9be1 authored almost 9 years ago
spaces -> tabs

df233c02ed2df045c5517102e0e3b7a09648809c authored almost 9 years ago
Frame-rate limiter for m.mount/m.route

db609b91424bea2b7b94183a06861d94c3533e94 authored almost 9 years ago
Merge pull request #1046 from panych/patch-1

Fix typo in Components guide.

a294ee503ca5b88ee54236f154bd0918b9ea80de authored almost 9 years ago
ContactList → ContactForm

4e8ca4035cb3998563a10d878829bfe2efc9ef91 authored almost 9 years ago
init state, fix examples

5ec06e7c08f0ca6123502cb12de02dfe12d3f647 authored almost 9 years ago
semi-working bundle

5265697cb2a2241c4a873952a0279a03c134d380 authored almost 9 years ago
more component lifecycle tests

41cfda2719ee07e5a0937942a01d7c5ec048f3f6 authored almost 9 years ago
utf-8 handling in router

d8a402f4f5051966c9bd5ab8a8cd8bafe59d4877 authored almost 9 years ago
Merge remote-tracking branch 'origin/next' into next

d19ce8e598163d87ea485e560bbb1bfc50d6f2d4 authored almost 9 years ago
Merge branch 'mtwtkman-spike' into next

a595b84477b7305ea7b1b0de61dfed0af9c9e6d5 authored almost 9 years ago
Merge branch 'spike' of https://github.com/mtwtkman/mithril.js into mtwtkman-spike

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

a7496a1ef758dbb51afad1584142516000449828 authored almost 9 years ago
Merge pull request #1037 from omakasecorp/next

Force redirect when pushState encounters an error

0c19bf72eeca98cb75b4861bc14c362b8532827e authored almost 9 years ago
cleanup and styling

f4c1d4a998f156b045053ff8adc32645334c51a2 authored almost 9 years ago
Merge pull request #1041 from gyandeeps/patch-1

Fix: For css class addition to svg elements

76818dab24a59dcd16c6085979dca3d6998771e3 authored almost 9 years ago
Fix: For css class addition to svg elements

f1f77c80b306cdd14d755b611e41febd7399e5cc authored almost 9 years ago
Merge pull request #1042 from StephanHoyer/patch-1

And mithril 0.2.x dbmon example link for comparison

19259faedc787ee98771cc6d3757c4529b6ab0a0 authored almost 9 years ago
And mithril 0.2.x dbmon example link for comparison

efd7da46497d8504a634c42d695581d125c6cb65 authored almost 9 years ago
Merge pull request #1027 from tivac/legacy-dbmon

Add [email protected] version for comparison

3666aa747e7f404441bbdb4b106db14891fb9e53 authored almost 9 years ago
fix attribute syncing for input, select, textarea

optimize events

d5371533a72e48efc686052bf6d5be09292c1f8b authored almost 9 years ago
Merge pull request #1035 from avlcodemonkey/rewrite

Set value of a select after children are created.

4a215a2815db5fff791ef43ff2b978b31d0a7805 authored almost 9 years ago
#1039 ignore url interpolations without mapped values

dee64503db769c561cfef98fa10de4ed9a6ef64b authored almost 9 years ago
support all events

b17bd250b7d5a57c64a2631b6b52ce377848e48b authored almost 9 years ago