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

rebuild

7f12a7e940cf3109e0835f6d694da2587da070ab authored almost 8 years ago
fix merge conflicts for #1610

e019c8131c93c8179df4cdb738f6acdb6fee6099 authored almost 8 years ago
Bundled output for commit d29c16e0a68d5d26959473daa8ab690f72abce98 [skip ci]

c501f0fd810f3882f1968dab9ea65d4b5448d8af authored almost 8 years ago
Merge pull request #1645 from shibukawa/fix/request_use_body

When method is GET and TRACE, useBody becomes always false

d29c16e0a68d5d26959473daa8ab690f72abce98 authored almost 8 years ago
fix ui.save not detect escape key

change event from onkeypress to onkeyup because onkeypress cannot detect escape key press
if (e...

450570d4c9f2bc6da646d357d4fa59bd934f347f authored almost 8 years ago
fix state.update not destroy when edit text blank

if (state.editing.title === "") should call state.destroy() instead of destroy()

f6e627a8916ac923eb2778a92c07031025ed493f authored almost 8 years ago
Test: ensure that recycled components get a fresh state

e496f7bfa6e222fa07fea84effa1c55ddf127069 authored almost 8 years ago
Tests: add a test for onbeforeupdate and recycled nodes

6a7144fc89b63944110ca4ce3169adcbbfee34a0 authored almost 8 years ago
Tests: enable tests for #1638

fc038f9d859e5e458fb50938f7ef446337d5d620 authored almost 8 years ago
Tests: Some more render/tests/test-component.js refactoring

1dd5fe310127557ad19c679f9115a05981e0518e authored almost 8 years ago
fix #1638

7668ddd120c00f4152cdaf5591043e5ce6bff70e authored almost 8 years ago
Add test-utils/components.js to index.html where needed

2196f5c9094f1d74d22b0dcfa876c9cc5290310b authored almost 8 years ago
Keep the bundles out of the diffs

Makes reviewing a little easier.

1a4bcc44e6eb2fd908de07c2cb1c59c7add0368c authored almost 8 years ago
document classes

65941d1416c063bf3b64506d42b7cf1d14d009a7 authored almost 8 years ago
Merge remote-tracking branch 'origin/next' into next

271ef96fef948c084497feadee35b3e257e93997 authored almost 8 years ago
fix example

818c13dba99f6640bfefd73027a441fce9757646 authored almost 8 years ago
when method is GET and TRACE, useBody becomes always false

b86805ada35f15e03533e7f710175df94e566fb5 authored almost 8 years ago
Tests: factory => closure components

a8e5189f0bd75d36ab1e98c62bc953f043a84f40 authored almost 8 years ago
Tests: group together tests with/without components

d7f39a8254fe269042f5bdf84d1286203c044d84 authored almost 8 years ago
Tests: Wrap some component definitions in `createComponent()` calls

These are the ones that would have been tedious to automate.
jscodeshift will handle the remaini...

ac38335453af3f1221701e5e0b366ed65238009a authored almost 8 years ago
Tests: enable the three kind of components in all related files but api/tests/test-route.js

fca89f987f29f67cba55b5cbc31657f7a35a9119 authored almost 8 years ago
Tests: wrap the rest of the components definitions

24243dba9498dca2cf3387e478b14401c285573f authored almost 8 years ago
Add test-utils/components.js and its tests

eccea6821269d6d67a96a7824c8eb8ae64958cf4 authored almost 8 years ago
Tests: render/test-components tweaks

90b67b42f0c6dea17347b9ff25939ca68a0b0e41 authored almost 8 years ago
Tests: add dummy forEach blocks around sections with components

f96319e6f64ed690e2a8d2b2630c64d362a64657 authored almost 8 years ago
Bundled output for commit 732ddf06beced5a28fd6ec0d1bb98d04709064b9 [skip ci]

1a6554423d6a2232144d97f62c234b5f1042f2a3 authored almost 8 years ago
Merge pull request #1595 from tivac/issues-1593

Loose comparison when early-outing from setting attributes

732ddf06beced5a28fd6ec0d1bb98d04709064b9 authored almost 8 years ago
Merge pull request #1612 from bruce-one/xhr-abort

Avoid inaccurately inferring xhr abort.

d31e0a88f8c97feedfcddc6d20ac262091ed7c4a authored almost 8 years ago
Merge pull request #1640 from spacejack/class-factory-types

Add class and factory component type definitions.

0412ed82181a5a3f18372193c4d00a843cbcdfd6 authored almost 8 years ago
Bundled output for commit b9639dc48551078604263c272d9b4c52b5a45848 [skip ci]

68daa36e71c8ffcc3d5f86bffcba9f0053811404 authored almost 8 years ago
Merge pull request #1634 from pygy/fix-mount-class-factory

Let `m.mount` and `m.route` accept class and factory components.

b9639dc48551078604263c272d9b4c52b5a45848 authored almost 8 years ago
Add class and factory component type definitions. Add JSDoc comments to types.

b3615aa607097cfcf70bc4ffe1afcd3807159df7 authored almost 8 years ago
docs: another minor formatting tweak

a578ffafdf134d2617c9c3f8c2a9417b825b178a authored almost 8 years ago
docs: fix heading levels to be consistent

76a816be86e915a39ecc8adec69c93fd0cfb8cf3 authored almost 8 years ago
feat: Make streams publishable to NPM (#1635)

e324cf6b91a03bc5f58cd38088741313a58e7fd3 authored almost 8 years ago
Bundled output for commit abceb2c9a802f7f744f2cec35a5e691638ae95c5 [skip ci]

419d08fe8b972af8c0e6fe80484467b40e524e95 authored almost 8 years ago
chore: Make Gandalf builds track next (#1639)

abceb2c9a802f7f744f2cec35a5e691638ae95c5 authored almost 8 years ago
Add support for (m.mount + m.route) × (factory + constructible) components

f273b012c948c4efe9fead69fbfa7850b5af82c2 authored almost 8 years ago
Tests for mounting class and factory components

9e65e6bf470cf65bd589c1162df985f9f488c476 authored almost 8 years ago
Tests for routes that resolve to class and factory components

f4fb5ac4be524de3fcbe416a672cea136a5461e9 authored almost 8 years ago
Support classes and factories as components (#1339)

* Support classes and factories as components

* Tests for class and factory component support

3f3af74dde47a2c538944ac6b8c29a4056967a3c authored almost 8 years ago
Fix xhr abort test.

Need to be more creative about ensuring that onreadystatechange is
called, but that the test con...

a946ef531597d5147c790eea58f335713e2187d1 authored almost 8 years ago
Merge pull request #1618 from spacejack/api-docs-fixes

API docs signature fixes for route resolver, jsonp, fragment

ff16c7f47a50f30e0eb203a445c2fd92958e7c76 authored almost 8 years ago
Merge pull request #1623 from pygy/ospec-stricter-o

[ospec] stricter valid context for test definitions and assertions

997a2cbaeb12b3453db384b1134c58ddf30b575b authored almost 8 years ago
Merge pull request #1631 from spacejack/typescript-types

Typescript Definitions for 1.0

294d3383b19703b048a9a449090ec4d182587529 authored almost 8 years ago
Add Typescript definitions

1e879963f1c370de66aab80deb291826c8d999d3 authored almost 8 years ago
docs: setting up mocks in non-browser env (#1630)

03285f827977f4d811f0128869ed7a544be7fb50 authored almost 8 years ago
Ignore xhr.status for "file://" requests.

27881af6685e37fcd1347cb94d258d63d535a49a authored almost 8 years ago
Merge pull request #1628 from barneycarroll/patch-10

Fix #1627

dcb2f727b7d361f79888739f6f750638d75ca116 authored almost 8 years ago
Merge branch 'next' into patch-10

6876cb025ae5985adbb18969fc47ae22df4ecabb authored almost 8 years ago
Merge remote-tracking branch 'origin/next' into next

d6cbc1c324db8646fae1c0a0bab60f268cba1d25 authored almost 8 years ago
fix migration example

dc3d5f84941d105fc19b17cbea090f8c0c79ad1a authored almost 8 years ago
Fix #1627

43fca5898f84444d5db7cf2f3050ccebebf5881d authored almost 8 years ago
Merge pull request #1622 from spacejack/simple-app-edits

Minor fixes to get the tutorial working

e7f38bb3e894330e004ab56cfecaa372d80786cd authored almost 8 years ago
Merge pull request #1620 from kberov/patch-1

fixed a typo

066b98b7d306ae2fc9551b9a6978bcbefd3d83cc authored almost 8 years ago
[ospec] stricter valid context for test definitions and assertions

b70ba6709ac082e5bb93d230976414d6415010a2 authored almost 8 years ago
Minor fixes to get the tutorial working

19f1ac8908096d7d815bc5c0cfee19b34fe0eebf authored almost 8 years ago
fixed a typo

837edd3b53e63d42de0b80245257d0bf0d72916a authored almost 8 years ago
resolver.render return type description consistent with m.render

fc4d5f189226562f5bcf598c3c3e23165f980c0e authored almost 8 years ago
Add tests for abort functionality.

6a617aeb8737bb777d028f3af3f1c2a14fb1cc8c authored almost 8 years ago
Merge pull request #1617 from pygy/warn-only

[ospec] Make some moise when `o.only()` is called

08236e7505f4648a8282e75b33d2f76c0bbeaba1 authored almost 8 years ago
API docs signature fixes for route resolver, jsonp, fragment

7e0a1db89f7875f7479767ec37a6794f28909d6a authored almost 8 years ago
test: Re-enable the test suite (#1616)

75b20e86e87d4a00d1c55989c2fc3b2f477f9810 authored almost 8 years ago
[ospec] make o.only noisier

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

6dd9394fef7149a82042b14aee1e6acabcfdcc01 authored almost 8 years ago
fix update lifecycle in children of recycled

632677e00c3d6d960a646f4a96a47c4f9b7f7c4c authored almost 8 years ago
Avoid inaccurately inferring xhr abort.

xhr.status can equal zero in non-abort scenarios, eg timeout or CORS
failure.

Instead use a var...

9558c8e2e91c956710aa54be1960ce4699fced20 authored almost 8 years ago
Merge pull request #1611 from balajisivanath/patch-1

Possible grammar correction

9d7a315db6b50976e8952b337a57179574d39b73 authored almost 8 years ago
Possible grammar correction

a273f512df3051ae60ae7b515b57bf719eacde51 authored almost 8 years ago
Merge pull request #1610 from ytetsuro/fix-IE11-input-type-error

Error in IE11 due to setting of type attribute

a85f595dcde3f38df49410f7e12808e687d68de9 authored almost 8 years ago
fix lifecycle in unkeyed child of recycled keyed

0d9a51fe377e75683c35fad300b77605ab0c9387 authored almost 8 years ago
add note about browser support

8feb6d3b399277c70bf10dc653abfe3a8d4cb2a8 authored almost 8 years ago
v1.0.1

bf8ce3b1fd23df6a3e9b01ae43a1dad5ca6b795b authored almost 8 years ago
#1609 fix lifecycle hooks in children of recycled keyed vnode

dc42b60687383cf89fb410fcf27edaf99ade157a authored almost 8 years ago
Error in IE11 due to setting of type attribute

If you assign an input type that is not supported by IE11 with an
assignment expression, an erro...

fdf2985adfc33e7c85f4e087f5741a7bedadebf0 authored almost 8 years ago
Merge pull request #1598 from gyandeeps/ie-fix

Update: Add elem to parent before adding its children

2688db881a837acb93414c41f969dfbd4c7f99b2 authored almost 8 years ago
docs: better example codes (#1606)

1f38233a47099517af45414deceb5a03bcd7e272 authored almost 8 years ago
docs: Minor grammar and link bait update :) (#1602)

153161b849981c210a9c7c2436c33f940416a9fb authored almost 8 years ago
docs: Update route.md (#1600)

Fix typo

c7e0b204f8de9b6a9a4fc4a0dd397d1f09ba5c13 authored almost 8 years ago
Update: Add elem to parent before adding its children

390e1fe3434ab78b7eed770651db2ae256b646cf authored almost 8 years ago
fix: Use loose comparison for non-string values

fixes #1593

5ab2cf4172f6425f080c8ffda66c6093d6077c02 authored almost 8 years ago
docs: add m.route.build/parseQueryString to changelog (#1594)

23a1693c02d242e6eb68dcb3c2d6bbe4acc7b995 authored almost 8 years ago
clean doc artifacts

e3b0861b8a494e0f121b61e754cd744a87ff6e97 authored about 8 years ago
add docs about mixed keys

a89e8cd405328e6d1fb3fa9fb89999cf07f11c7c authored about 8 years ago
#1579 prevent infinite loop in non-existent default route

9d5f686bbdacf8af32c677f2c67f6da6168b45fd authored about 8 years ago
fix some links

5faa9968050d7d944b6e0090bbae4d6178b16e07 authored about 8 years ago
fix typo

c861ade3fa92cfe1b652ab946513149b0b6d5617 authored about 8 years ago
Merge remote-tracking branch 'origin/next' into next

432dbe96629c576ac032bda281821cf9fb23adcd authored about 8 years ago
Merge pull request #1584 from pine3ree/patch-1

fix doc typo

0e3101095e544a25027a53f7cdb5af7be9dfa03d authored about 8 years ago
docs: Update change-log.md (#1586)

3d12cf13f185fb0945490c619707c5a59afbd9ec authored about 8 years ago
fix doc typo

0ec2bd9ac3a07b49930b243ab47007984bf26abe authored about 8 years ago
docs: Adding license file. (#1583)

02bd5107a58a614bcfec43bed8d64210e0c268d6 authored about 8 years ago
Merge pull request #1581 from JTBrinkmann/next

suggest alternative to animating `box-shadow`

78022364fb45ccbcd752bc7bd7a148f364b66573 authored about 8 years ago
suggest alternative to animating `box-shadow`

29a14f2600063bc9e848a9519b639e01da01ffc3 authored about 8 years ago
cocs: vnode copy proofing (#1580)

f89f08f086b148830ec3566694f3f5e456f89590 authored about 8 years ago
docs: fix key anti-pattern snippet (#1577)

c12b3e8fc22a3e3e21bbb1eb1a4b6161befc0017 authored about 8 years ago
docs: clarify speed comparison chart (#1576)

37b38f5822110354aa85cf9009920fc4077c0f61 authored about 8 years ago
docs: useCredentials -> withCredentials (#1575)

ca46e6215672053b715598ae4a0751c0df05bd6c authored about 8 years ago
docs: intro: valid HTML snippet (#1574)

Declaring scripts after the closing body tag looks like a typo

c8ed22fb08d6905d3e8ebba386566481b8711711 authored about 8 years ago
docs: fix text size variations on mobile webkit (#1571)

dba5ee7d9875aaa7b3c538d7d64fdb00348c9c4e authored about 8 years ago