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

Merge pull request #1522 from pygy/ospec-improve-dedupe

[ospec] Improve the dupe detection code

github.com/MithrilJS/mithril.js - 360a68ad26dae86d367748e3dcb55df69fdc92d2 authored about 8 years ago
[ospec] Simplify the dupe checker

github.com/MithrilJS/mithril.js - 396a7ff4e4b84a6909ab090c9bfe5ab2829eaf9d authored about 8 years ago
[ospec] Add `hasOwn` shortcut

github.com/MithrilJS/mithril.js - a7ea060a6402cca9704ae4cb04342fff1609bc93 authored about 8 years ago
add conclusion to tut

github.com/MithrilJS/mithril.js - 84cb1ecb3d5483059e9020d32d1f215f43924368 authored about 8 years ago
remove unused var

github.com/MithrilJS/mithril.js - fb2b8a5f79670d99298101c6e9040e1125e990db authored about 8 years ago
lint and highlight jsx

github.com/MithrilJS/mithril.js - a0def08101c43801869cee24fd27950450bea908 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 6345859e197a49630d54afe2861b3be2639cad7c authored about 8 years ago
fix component docs

github.com/MithrilJS/mithril.js - 31177c279f7002a2b75c0f9aa0e20961228d8121 authored about 8 years ago
[ospec] Improve the dupe detection code

github.com/MithrilJS/mithril.js - f13561e200c3565398b395b3c0a06c62b96f24df authored about 8 years ago
standardize on Stream as module name

github.com/MithrilJS/mithril.js - 37e4ca87301436e9cb059554f7dfc0f717dcfc7e authored about 8 years ago
add note about throttling

github.com/MithrilJS/mithril.js - 96ca6379d06b54c7ce316db90463533fea2499a4 authored about 8 years ago
improve docs re: redraw

github.com/MithrilJS/mithril.js - 1d8021500ac38507d87192ddb7e55e566d2a3a9c authored about 8 years ago
#1520 ospec: report duplicate test names

github.com/MithrilJS/mithril.js - 9ad16858a56bc476f3275036c5e0da8f5967c75e authored about 8 years ago
Clarify distinctions between RouteResolvers and components

github.com/MithrilJS/mithril.js - 3bac29bf78abea2cd7ace1ac59771ef607f465ac authored about 8 years ago
beef up docs and defrag setup flow

github.com/MithrilJS/mithril.js - 7c00aad19cd7f36e30c8034d240cea7ea7db6c83 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - f0d6b0d58bea61e01d29adb35ba8895e17f94de3 authored about 8 years ago
more documentation tweaks

github.com/MithrilJS/mithril.js - be27f4d5252940343e22c0b38bb9299d70d0e105 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 151f578d5918edb843b92e9afa9e4789c3fbac52 authored about 8 years ago
Bundled output for commit 4fc9368a30b88b3eb485fa7110cf3e2d9c3093db [skip ci]

github.com/MithrilJS/mithril.js - 4b626896fc62f5de0fb352d4dada72242e184044 authored about 8 years ago
Merge pull request #1516 from tivac/issues/1014

Render false as an empty string

github.com/MithrilJS/mithril.js - 4fc9368a30b88b3eb485fa7110cf3e2d9c3093db authored about 8 years ago
es6 and jsx docs

github.com/MithrilJS/mithril.js - 6284a3bd86e3bf126e62c9b9c16dfd8138a9edb5 authored about 8 years ago
autoredraw docs

github.com/MithrilJS/mithril.js - 26a5d7d6bb5fcbbaa91826b6a24e57b150801730 authored about 8 years ago
Bundled output for commit 74ded82165eac505b4a504c33388bd4d59d48a3e [skip ci]

github.com/MithrilJS/mithril.js - 6b15378c41e9a4d56a9941e5928e30e03ac0aed7 authored about 8 years ago
Merge pull request #1517 from barneycarroll/object-create-component

Avoid intermediary component constructor

github.com/MithrilJS/mithril.js - 74ded82165eac505b4a504c33388bd4d59d48a3e authored about 8 years ago
Fix state initialisation logic

github.com/MithrilJS/mithril.js - e1ea2822c9d95728c31136778c9db202e0f6ef63 authored about 8 years ago
Avoid creating intermediary constructor in component state creation

github.com/MithrilJS/mithril.js - a19eae2792cebc87175f09d64940496b0e67f52c authored about 8 years ago
tests: Update tests for false -> "" behavior

github.com/MithrilJS/mithril.js - 9f32267259a51db1f3a0dcc8161cf8f219078eec authored about 8 years ago
feat: Return empty string node for `false` values

Very specifically doing a strict `false` check here to try & avoid
coercion perf costs.

github.com/MithrilJS/mithril.js - 6170573c290e980987cb1b1d9b78631e1b633f83 authored about 8 years ago
Merge pull request #1511 from orbitbot/clarify-route-example

Remove extra code from example that is not required

github.com/MithrilJS/mithril.js - baa630f2a6f66523099260c1ac90426c957caaef authored about 8 years ago
Remove extra code from example that is not required, since it's confusingly similar to previous block

github.com/MithrilJS/mithril.js - 4c84eafbddfd6048bd12e72ffa18ffa4b1195d0a authored about 8 years ago
Bundled output for commit f149003d034dd9880fc3ae54094f0d02c399ab3b [skip ci]

github.com/MithrilJS/mithril.js - 3e3834a762a8b2e37932aeef58e18a8d5a2bf4ca authored about 8 years ago
Merge pull request #1423 from barneycarroll/array-isArray

Replace x instanceof Array with Array.isArray(x)

github.com/MithrilJS/mithril.js - f149003d034dd9880fc3ae54094f0d02c399ab3b authored about 8 years ago
Merge branch 'rewrite' into array-isArray

github.com/MithrilJS/mithril.js - fbb454c6fdbbbb90d50d4256bff83a8b0bfa21cb authored about 8 years ago
Merge remote-tracking branch 'upstream/rewrite' into rewrite

github.com/MithrilJS/mithril.js - ec9e258ae94de610ad7c2d1469707ed3f4bf2692 authored about 8 years ago
Use process.nextTick if available to reduce stack size.

github.com/MithrilJS/mithril.js - 1dec7eb3f6e4e30445031c74b0ac9dd2fd2f37d5 authored about 8 years ago
Merge pull request #1506 from bruce-one/reactivate-tests

Remove o.only call to ensure other tests are run.

github.com/MithrilJS/mithril.js - 2f73e9d01dada924cf76fd4be7a4cf9ee0aa1c3f authored about 8 years ago
Merge pull request #1505 from bruce-one/patch-3

Recommend usage of fragments

github.com/MithrilJS/mithril.js - b779f3cbb44eb1a6345a2fbb9a6d596f6a29d2d4 authored about 8 years ago
Remove o.only call to ensure other tests are run.

github.com/MithrilJS/mithril.js - 7868d9700654df1ddf9839f208bd642f0caba4a3 authored about 8 years ago
Recommend usage of fragments

github.com/MithrilJS/mithril.js - 933266670d35ec5c4b683ec428272c231b6e022b authored about 8 years ago
Merge pull request #1504 from hugufc/patch-3

Remove duplicated install

github.com/MithrilJS/mithril.js - a7ed24cbf52c9e5eac42d14c271843d077629e40 authored about 8 years ago
Remove duplicated install

github.com/MithrilJS/mithril.js - ba96c23b84e52f3c96fd717e28c8b816cb5a38a7 authored about 8 years ago
Update mithril.closure-compiler-externs.js

github.com/MithrilJS/mithril.js - 329acc82c3f4a3a3908d1418f6b8236d7e44e777 authored about 8 years ago
Merge pull request #1502 from pygy/ospec-array-deepEquals-corner-cases

[ospec] deepEquals corner cases with undefined values

github.com/MithrilJS/mithril.js - f86140996b5644a3af741f5c3f21e7653c4b07d8 authored about 8 years ago
[ospec] Fix for objects with undefined properties

github.com/MithrilJS/mithril.js - df1e19b86cd00b3504796cab1c138230e7734e1b authored about 8 years ago
[ospec:tests] Add assertion for object with undefined properties vs none

github.com/MithrilJS/mithril.js - 027a2207799efd2ff41f7b83a82e16101d447507 authored about 8 years ago
[ospec] Fix array deepEquals corner cases

github.com/MithrilJS/mithril.js - 02545a8a98eefd6d9867ec7bd0c006c1ee8cbe2b authored about 8 years ago
[ospec:tests] Add assertions for array deepEquals corner cases

github.com/MithrilJS/mithril.js - af39796da3d27c92a90499c487348895f08f45d5 authored about 8 years ago
ensure properties in arrays are tested #1497

github.com/MithrilJS/mithril.js - b62663bdc15fa7cfbe594634d3509da46b85f5b1 authored about 8 years ago
syntax highlighting

github.com/MithrilJS/mithril.js - d7732d35608141554217834929acbe4f3c858e88 authored about 8 years ago
more documentation

github.com/MithrilJS/mithril.js - afcf28ab199df5e137069c48de087e5c80bd77fa authored about 8 years ago
Merge pull request #1501 from dmitriz/patch-1

Recommend 'budo' for the quickest start ever

github.com/MithrilJS/mithril.js - c8f2564cfe2ef7b813a69936e71525d660251e83 authored about 8 years ago
Recommend 'budo' for the quickest start ever

Fewer steps to get a complete app running in the browser with live reload.

github.com/MithrilJS/mithril.js - b14ca82c2ead1dac7d50ff472d254d6d430c62ca authored about 8 years ago
Test for onbeforeremove delayed resolution

github.com/MithrilJS/mithril.js - 3fa771ac2888fef46b2c7829c1ab4b432744e505 authored about 8 years ago
link mentioned tools

github.com/MithrilJS/mithril.js - 8746e397b7c26793166ef5c07bf6ba25cf4c80be authored about 8 years ago
reference CDN in vanilla section

github.com/MithrilJS/mithril.js - ad920483c6567131c17e1ded284a4ebbe778b402 authored about 8 years ago
add more docs about global/local installs

github.com/MithrilJS/mithril.js - dd81bcd6396984a6cd748fcce02605abdddad939 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 2d1594714c7db11f6e8dd337a6aefa2742d9c3ee authored about 8 years ago
recommend webpack as bundling solution

github.com/MithrilJS/mithril.js - e34264077053595a095eb36384dbc1d92aa48e1f authored about 8 years ago
Bundled output for commit ad8f7b6f2ccc90fe8055a318de0ae55abd179838 [skip ci]

github.com/MithrilJS/mithril.js - 81a540ae410686846b81b249699a8117b014f235 authored about 8 years ago
Merge pull request #1500 from isiahmeadows/request-header

Add support for `options.headers` in `m.request` + tests/docs

github.com/MithrilJS/mithril.js - ad8f7b6f2ccc90fe8055a318de0ae55abd179838 authored about 8 years ago
Add support for `options.headers` in `m.request` + tests/docs

I also had to edit the mocks accordingly, so I could inspect the headers set.

github.com/MithrilJS/mithril.js - 95d738bc71b149f3279f0b23b0fa3ff407d21189 authored about 8 years ago
Merge pull request #1499 from isiahmeadows/legacy-docs

Fix added `header` parameter + update docs, fix a few nits

github.com/MithrilJS/mithril.js - c156b484a625c82040c1d1994d7e48bb89da719e authored about 8 years ago
Fix added `header` request parameter, document it, regen bundles

github.com/MithrilJS/mithril.js - f670acb1320dd4783922df9b3013c50ffa6e618b authored about 8 years ago
Make source maps binary, fix misnamed HTML file

github.com/MithrilJS/mithril.js - 80c429e49b895a2c002d48c65c37c99f4e6fd3be authored about 8 years ago
Allow Request Headers to be set via config (#1464)

Fixes #1463.

github.com/MithrilJS/mithril.js - 7fc0e0378cfb7750b5f5631c0583817089d19961 authored about 8 years ago
Merge pull request #1488 from jsguy/patch-1

Make it work in a browser

github.com/MithrilJS/mithril.js - 00a3ce36571d4478ba09392bd82a4a92f13a5cce authored about 8 years ago
Bundled output for commit a2e4cf9a9fad0bee94c1fa79b278013ef090ae6c [skip ci]

github.com/MithrilJS/mithril.js - 9d3d6dd6ecb793a589f36c1036682fec09a2295e authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - a2e4cf9a9fad0bee94c1fa79b278013ef090ae6c authored about 8 years ago
Bundled output for commit b7ccabfe156b396ecf6c903012169d50c766f1e9 [skip ci]

github.com/MithrilJS/mithril.js - 7646f607af6fdaf3a211dd1902e063d8e366c2b9 authored about 8 years ago
Merge pull request #1490 from valtron/patch-1

Fix #1489: PromisePolyfill always overwrites `window.Promise`

github.com/MithrilJS/mithril.js - b7ccabfe156b396ecf6c903012169d50c766f1e9 authored about 8 years ago
Merge pull request #1496 from pygy/ospec-bin-faster

[ospec] Speed up the CLI runner by skipping node_modules early

github.com/MithrilJS/mithril.js - 8c31ed643b51b5749d29045e40e0ce681674550a authored about 8 years ago
Bundled output for commit c0f48f57efd1d0beba717d356896b20eff3425f1 [skip ci]

github.com/MithrilJS/mithril.js - 4da9e8891e1d7611e0b88badeaaaa8101fb77c53 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - c0f48f57efd1d0beba717d356896b20eff3425f1 authored about 8 years ago
update docs re:onbeforeremove and clean up

github.com/MithrilJS/mithril.js - bedcd8bdbf96b86eb5953d01d03d2ef8293a9615 authored about 8 years ago
Bundled output for commit 78b9a082acf42bf5575333ec5dd3e717214ebf3e [skip ci]

github.com/MithrilJS/mithril.js - 9ff3e46ab34dbed7b98d302461b162d2f4bbed74 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

# Conflicts:
# api/router.js

github.com/MithrilJS/mithril.js - 78b9a082acf42bf5575333ec5dd3e717214ebf3e authored about 8 years ago
change onbeforeremove and make state inherit from prototype

github.com/MithrilJS/mithril.js - 1222a9a3ab1374d327d9a3d067af5d519547dd82 authored about 8 years ago
don't break back button on bail

github.com/MithrilJS/mithril.js - e8f36e4e268a26ae08fe348243137c1c35f55a0d authored about 8 years ago
[ospec] Speed up the CLI runner by skipping node_modules early

github.com/MithrilJS/mithril.js - 64b759fd83826d4cff56d330361eb1f31f431a1b authored about 8 years ago
Merge pull request #1493 from bruce-one/back-button-on-default-route-test

Ensure the back button test checks the right thing.

github.com/MithrilJS/mithril.js - a593131022c46c448135ff3ec2cd58183b720efe authored about 8 years ago
Ensure the test checks the right thing.

github.com/MithrilJS/mithril.js - eadd9a07680d8ba34b1a6b2091d9439172e89c67 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - befc1e6d1a731c6f24854cefcce260eaf3c248e5 authored about 8 years ago
Merge pull request #1492 from bruce-one/back-button-on-default-route

Back button on default route

github.com/MithrilJS/mithril.js - 59c0e73c2f315432d28f255108d50237f21a1722 authored about 8 years ago
Merge remote-tracking branch 'origin/rewrite' into rewrite

github.com/MithrilJS/mithril.js - 0e914eff8011a38d8742cac740b605a620646e41 authored about 8 years ago
Test precondition.

github.com/MithrilJS/mithril.js - 088c41a47fe3230710e36086bf87594e56d2235a authored about 8 years ago