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

Unignore TodoMVC stuff

689362047e59364e269e68049e4c446e4960a29d authored about 9 years ago
Regenerate mithril.min.js{,.map}

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

20c3bf07f0195b4221dba34c3e341480ed2944cd authored about 9 years ago
Improve performance (part 2), make smaller, other fixes

Or, a lot of things yet again.

1. Prototypes are avoided. Method definitions are avoided at all...

0b21bd2bda4b8aa5d2524b721d82d651c5d594f1 authored about 9 years ago
Merge pull request #695 from pdfernhout/next

Add an interactive test called unloadingTest.html

df62ed54f5f6972b1089fc940d0b002f3584fb4b authored about 9 years ago
Merge pull request #816 from ikki3355/next

links "config" ed with route need to reset pendingRequests count to zero on click

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

0a744f638731efe1d992cacdb19a8af46c284944 authored about 9 years ago
OO-ize DOM builder, improve performance (part 1), add benchmarking suite

a7b2294c1162cb97fa60eb33921eb13006d06225 authored about 9 years ago
Merge pull request #853 from isiahmeadows/prop-fix

Isolate m.prop() and m.deferred() implementations (mostly)

e63a6f37bdd15726c7d17326586b5ae79284b03d authored about 9 years ago
s/fufill/resolve/

9428fe729ccffcc4e710483de75dc494ae38ef16 authored about 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into prop-fix

70d2734a58faa854f4d7e883b5a56c283da13e14 authored about 9 years ago
Merge pull request #884 from nordfjord/fix-fix-unloading

fix hasty error

c202c04631369e8bb72158d065003f0762cf4912 authored about 9 years ago
fix hasty error

71c880d78d5a7d76b535aace376925acc7bea48f authored about 9 years ago
Merge branch 'next' of https://github.com/isiahmeadows/mithril.js into prop-fix

2a47a8e77da95d5d8747f3ec9b8a72f22ab37e79 authored about 9 years ago
Merge pull request #882 from isiahmeadows/request-fix

Fix #873, regenerate minified variants.

8997f378187ef80ab7b9f1dde8b41137f8d235a4 authored about 9 years ago
Fix #873, regenerate minified variants.

Drive-by fix: uppercase tag name in failing m.trust test (doesn't make it
pass, though).

cb29a21ec308bf892dd01bd2e2c39711fa61150d authored about 9 years ago
Allow m.route links to be opened in a new window using the shift key

64780924925cceabb7d00f16cdb017f2150938cb authored about 9 years ago
Merge pull request #834 from isiahmeadows/patch-2

Create a bug reporting/contributing/style guide

747ba7e6d96c12f263ee5f6ce38662555707f84d authored about 9 years ago
Merge pull request #877 from nordfjord/next

fix subcomponent unloading

c5a012b6f604053d98920ad6c96c0772c30873a8 authored about 9 years ago
Merge pull request #879 from nordfjord/fix-linting

fix linting errors

0cc97ec2203d6e518bfb7827e0d1ca59b9c2d75d authored about 9 years ago
fix linting errors

5ef5addb8261c43f72e1b0891e3ab2be470ca781 authored about 9 years ago
fix subcomponent unloading

e846335f167eb75f604a39d7b3f5a3c38d544378 authored about 9 years ago
Merge pull request #876 from KasperTidemann/next

Fixes wording.

bdbe0b8a219aa188a928f00a132e7d2822eed6fd authored about 9 years ago
Fixes wording.

a3af03a600dbf859170e419a61b527f21c2b083b authored about 9 years ago
add installation link to readme

0fcba673400c9b9e0873ded902261e2fe21bc46c authored about 9 years ago
point to mithril-objectify

b121ba28241c3624e24be104977ae4b31c4edb76 authored about 9 years ago
Merge pull request #849 from bewildergeist/download-links-to-installation

Point Download button and topnav link to installation.html

b12453b15600bec56508e9808d79aa1d6a0035fb authored about 9 years ago
Merge pull request #862 from veggiemonk/next

Overriding extract option in m.request

b4656958c902b133f279c90299fecdaaac1ebddc authored about 9 years ago
Overriding extract option in m.request

fixes: #859

bd0ce5c06bd2488b73fc3dfd744a19cd6430a272 authored about 9 years ago
Merge pull request #861 from veggiemonk/patch-1

fix missing paren in code

c65b3f29a73cc0d192471d0a6b720f6ff1738db5 authored about 9 years ago
fix missing paren in code

c92c92d9dfdb5f66b591fdd5482deaed0ff7e69d authored about 9 years ago
Only call `then` once in `prop.then`.

90701a4cbbe3191be77a4311fd84497f90f43f80 authored about 9 years ago
Fully isolate m.prop(), make m.prop().then return current value

Note that this does *not* memoize `then`, another deviation from spec, but
it's unlikely this wi...

42723cbeb613b45ea3db7db837cfe2f3722878aa authored about 9 years ago
Merge 'origin/patch-2', remove trailing commas

0b173deed753ce86762f02e79446e32324064770 authored about 9 years ago
Disable tests that mysteriously affect others

e0f51db6182efcbf196251e9eac6bf3ced63523a authored about 9 years ago
Unfix test

3ae005bd1dc19e2472ae74dd32f560afb0a75b3f authored about 9 years ago
Isolate m.prop() and m.deferred() implementations (mostly)

This mostly isolates the implementations for both of these. Now, everything
here calls the metho...

d7ef127be2e10a9b15e6590e43cdcf4decf3dfec authored about 9 years ago
Merge remote-tracking branch 'origin/next' into patch-2

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

a5fbc7085330fdde619c77278004784946e4b764 authored about 9 years ago
Download button + links point to Installation page

e9d46d0e062866cccc03208bbdeadc6ffc9cd9f4 authored about 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into patch-2

37266a2b8ff22e4b604b3e22d13e873f21c1c7ac authored about 9 years ago
Merge branch 'patch-2' of https://github.com/impinball/mithril.js into patch-2

53f5c9d21b63baf16278893a672df2dc530c4da5 authored about 9 years ago
Address @lhorie's comments, fix HTML test files

b7ae45b6e0ab0e83b774779ec2e4092d7a68380c authored about 9 years ago
Merge pull request #846 from bewildergeist/lowercase-npm-package-name

Revert to lowercase NPM package name

edc5dca238a46270167169377238a6f573d950a1 authored about 9 years ago
Revert to lowercase NPM package name

As per https://docs.npmjs.com/files/package.json#name as mentioned by @Pumpuli
in #845.

101d4523b449ef3051168fbe6e846e71bd67054d authored about 9 years ago
don't use non-standard trim, dies on Travis CI

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

4de23eb5c8f1d90c6b6f5e933768e8cc85deae39 authored about 9 years ago
prevent IE error #810

28366212b0f80bd2ade7224fa01fcd834237d825 authored about 9 years ago
Merge pull request #835 from PaulAvery/next

Do not use `window` when it is not available

0b4ec86221137121ac624526faef8a6e94117c06 authored about 9 years ago
Merge pull request #845 from bewildergeist/one-config-to-rule-them-all

Read version number + other info from package.json

12cc1836872ed4eaa597df346e6a34d8a6a312e2 authored about 9 years ago
stop eslint nag

04afc9a2c5d3f9e4388c008bcfbf837f26a554c4 authored about 9 years ago
remove broken badge

e3e2fba06048505ec8b119b26d349f9f4fdb024b authored about 9 years ago
remove broken badge

9c0f9beedb194b0665d3794dffc510aa963dce05 authored about 9 years ago
Read version number + other info from package.json

0c38f9ec1c49f6d550f7d79e3b3ebfe03f7a9282 authored about 9 years ago
don't break concat scripts

92c9334006eed50314b78ea54a34016e3166987c authored about 9 years ago
Merge pull request #844 from bewildergeist/fix-license

Fix MIT license annotation in package.json

db66d89bc5ad880bd255cf38ee6f5e9e5549e94b authored about 9 years ago
Fix MIT license annotation in package.json

As per https://docs.npmjs.com/files/package.json#license

d20c0a77bb1ba682fabea0d687c778b620f3586c authored about 9 years ago
Merge pull request #837 from sisidovski/fix_sample

Change m.mount to m.component in sample html

e9e8b0922fda0f22caa3fb0db5158881e22d9267 authored about 9 years ago
Merge pull request #840 from futurist/master

FIX: document error on master branch according to #839

6fecdf32c37f34b2ef6bd943d178ea0d71a87a2b authored about 9 years ago
Merge pull request #841 from cnatis/patch-1

Fixed syntax error in example

6971d85d28fb7f52a8167eb5d04b80c6b527ff9e authored about 9 years ago
Fixed syntax error in example

a3410b8f3e28f52e9b63d63601b0ba5aaa6d510a authored about 9 years ago
FIX: document error on master branch according to #839

414e80a1c99ac1f696c9d813e5978f390144e989 authored about 9 years ago
Merge pull request #838 from impinball/patch-4

Misread ESLint docs...(meant to allow `x|0`)

e62eaed0fd77eda71d3bcb05971593cb21d84c52 authored about 9 years ago
Misread ESLint docs...

It was supposed to permit `x|0` as well as `x | 0`.

db9786110dcc4bd576b5bbeddcf569c24d864f7d authored over 9 years ago
Change m.mount to m.component in sample html

b36b9868c582242cb7c285aa3af7f30797f477ad authored over 9 years ago
Remove redundant part, s/space/line break/

2ccd07b8f0274cb5dc35fc88a41ac3bff86428ac authored over 9 years ago
Add mention of browser [ci skip]

7eb2c9a5b1581733bcdde3387e60edef74b96dd2 authored over 9 years ago
Clarify a few things [ci skip]

d4b618d2afb213884aa71fa65153a343b156a25d authored over 9 years ago
Spell check != grammar check

8d1f33860bd48f0dfde3ed8aa9c7052614bf0123 authored over 9 years ago
Merge branch 'patch-2' of https://github.com/impinball/mithril.js into patch-2

85f7fa6b41697633dc75e5283ca7ad1c6a7cfe0c authored over 9 years ago
Create CONTRIBUTING.md

I added the following to it:

- Bug reporting
- Feature requests
- Contributing guide
- Style guide

9fab2b8371f87a7a8367a02fb51103b71c8dc495 authored over 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into next

1f0068df1a3db9da6d08a7566a34e13221d6ffc3 authored over 9 years ago
Merge pull request #836 from impinball/patch-3

Fix #824

ab51a055f51b8e074fa5b72c2077480cbee3d3bf authored over 9 years ago
Forgot to lint

40df7f4860922521d399d80b09d754de6339a343 authored over 9 years ago
Fix #824

685e71d5a59bd18435d3702fb3513df472f8104c authored over 9 years ago
Do not use `window` when it is not available

814b5035ee60aaa2493846bad169a279e94b47b9 authored over 9 years ago
Create CONTRIBUTING.md

I added the following to it:

- Bug reporting
- Feature requests
- Contributing guide
- Sty...

c17eac7436b871609ea865ee3480f0c12ca89222 authored over 9 years ago
Re-enable some failing tests

b52f2278397fc0c7d999bcf80156e03493e92c64 authored over 9 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into next

3fa676996c939b488acb052570c6847818457271 authored over 9 years ago
Merge pull request #828 from impinball/lint

Lint Mithril main

df114a4ee27ed64d3602741dc461d052fbc9c284 authored over 9 years ago
Lint Mithril main

This changes enough things to merit a new patch release. It changed a few
implementation details...

96bcc81022a0a58dcf1aa31c6b5b0943eb81f3ee authored over 9 years ago
Fix inconsistent setting (ESLint bug)

4902ee7d6f8a46e9aea1386d975f0cc5df8ec93d authored over 9 years ago
Merge pull request #2 from impinball/next

5a47705e7e8a450f6ecb097c15c0a983c7e48035 authored over 9 years ago
Merge pull request #1 from lhorie/next

f53e783a57595eb74c2c5ed6a69846afc878fb5d authored over 9 years ago
Merge pull request #822 from impinball/lint

Convert tests to Mocha/Chai/Sinon and lint them.

69f4ae8071fb9cb967906005eb9f625a6cf029ab authored over 9 years ago
Convert tests to Mocha/Chai/Sinon and lint them.

Details:

1. All tests now live in `test`. All test dependencies that aren't from npm live
in...

12b8f044f1a86ad901b83e0f52d70d3d8013c423 authored over 9 years ago
Merge pull request #807 from mrtracy/next

Typescript: Make MithrilVirtualElement and MithrilRoutes non-generic

bf0890b2551085952cb4d8745238fe3f20b7c0a1 authored over 9 years ago
Merge remote-tracking branch 'upstream/next' into next

8737c7e2c15be44261effd1fe90f358aa1877216 authored over 9 years ago
clear pendingRequests count on routeUnobtrusive(e)

c873fa5bf661bb887222445ee90aa559f11c9ccb authored over 9 years ago
Merge pull request #814 from philtay/travis

Test against Node.js 0.12 and 4.1

bec98898fffe43aba376a0914e13f7aeee7ccbbc authored over 9 years ago
Test against Node.js 0.12 and 4.1

7278e0ded5a7af1b6d8e9e53422ca265fa5d4cca authored over 9 years ago
Typescript: Make MithrilVirtualElement non-generic

`MithrilVirtualElement` was recently converted to be generic over `<T extends
MithrilController>...

da6d525a11bf4e21bb69da8f1561fcbac2a72400 authored over 9 years ago
Improve Typescript definition for MithrilRoutes

The previous definition of MithrilRoutes was generic over <T extends
MithrilController>, with th...

26f68744b5d69d73ddb2fcc2d1d21ec25a427059 authored over 9 years ago
Merge pull request #812 from caseyWebb/use-modern-travisci

Use modern TravisCI platform

6f15a9b1484922bfe6494a87a81186ceea97209f authored over 9 years ago
Merge pull request #806 from mrtracy/parameterized-components

Typescript: Support for Parameterized Components

cba577dfd05c21cd092ef8a49c6db1b2a0006914 authored over 9 years ago
Use modern TravisCI platform

@see http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=b...

b542bdad3a8198f512942fb4fac93cbf02921135 authored over 9 years ago
Typescript: Support for Parameterized Components

Previously, the Typescript definition file did not support parameterized
components. The `compon...

1cdb66b20d0fa111cece9dd1335784584a3bc62d authored over 9 years ago
Subtree Directives Not Working - Issue Fix

Fixed mithril not aborting the diff algorithm for the {subtree:retain}
node.

50d678dfdfe4c91960d524a3e37d787ab7bc75b8 authored over 9 years ago
fix file size in docs

80f43c260b710a09bdec875b0e596293c3727801 authored over 9 years ago
Merge pull request #798 from Petroochio/library-size

Update README gzip size statement

d6e68d0144abbee022dfaa02eea877c55982b586 authored over 9 years ago