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

don't call removeChild if no parent

github.com/MithrilJS/mithril.js - 1bd3b713d2f45e89209f4df95986ce9bcb4abdce authored over 10 years ago by Leo Horie <[email protected]>
ignore redraw if called without valid controller

github.com/MithrilJS/mithril.js - 1da116bbd3c33f31955d356bfaf41111f1d8762d authored over 10 years ago by Leo Horie <[email protected]>
ensure type option only applies to successful responses

github.com/MithrilJS/mithril.js - 55514c3557de668abaef0f4336192763fba54815 authored over 10 years ago by Leo Horie <[email protected]>
scope config stack to m.render call

github.com/MithrilJS/mithril.js - 8bba1dc9d96e82d4998230440fc81ffd025b6b8e authored over 10 years ago by Leo Horie <[email protected]>
reference window correctly

github.com/MithrilJS/mithril.js - 33ac4fc7d1dd1d9af7ce81a61d474e734a1b3450 authored over 10 years ago by Leo Horie <[email protected]>
update change log

github.com/MithrilJS/mithril.js - 647208f3a0fc0bdde7b37448ac0e24ed6d73ece8 authored over 10 years ago by Leo Horie <[email protected]>
defer calling of configs until DOM exists

github.com/MithrilJS/mithril.js - e82ac2ef71eaa2d47e43add085a11b68105cea89 authored over 10 years ago by Leo Horie <[email protected]>
Correcting web services unwrapping code doc

github.com/MithrilJS/mithril.js - 8e13d013576ed4ac64c8f11a9c65af013eea131a authored over 10 years ago by eddyystop <[email protected]>
make example work in Chrome

github.com/MithrilJS/mithril.js - cb7e9b668a302ad6bc10b6b82df7161fa6643242 authored over 10 years ago by Leo Horie <[email protected]>
improve error when error response is not JSON

github.com/MithrilJS/mithril.js - 0f4f26344121b94eb7492888f45c107df565ac7e authored over 10 years ago by Leo Horie <[email protected]>
Merge remote-tracking branch 'origin/master' into next

github.com/MithrilJS/mithril.js - 161fbec44317657c21970c9d649af1d1e672cb0b authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #122 from eddyystop/master

Possible correction to web services sample code

github.com/MithrilJS/mithril.js - 036111e6e8e46b135bf3f648a87d50f46346bb59 authored over 10 years ago by Leo Horie <[email protected]>
Merge remote-tracking branch 'origin/next' into next

Conflicts:
mithril.js
tests/e2e/tests.js

github.com/MithrilJS/mithril.js - 4020933780a154e0dee6dc4c6cfea4fea682089a authored over 10 years ago by Leo Horie <[email protected]>
add config context

github.com/MithrilJS/mithril.js - ff2cb55a0482c5bde76cbcccc39d7d8e10a131a7 authored over 10 years ago by Leo Horie <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/MithrilJS/mithril.js - eb353aa808ac3847bf081891bfea7aee6c766bda authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #119 from pistolero/config_context

Added context for config handlers

github.com/MithrilJS/mithril.js - f7240e0ce5ea4704fbc101c299f9ddcb14cabc68 authored over 10 years ago by Leo Horie <[email protected]>
fix diff on nested arrays

github.com/MithrilJS/mithril.js - 4d04ce034dc10f9a39d3db9024b238098e364226 authored over 10 years ago by Leo Horie <[email protected]>
Correcting web services code

github.com/MithrilJS/mithril.js - 26abd2e3253323772d3528157f41dd5588efeb31 authored over 10 years ago by eddyystop <[email protected]>
Correcting correction to web services code

github.com/MithrilJS/mithril.js - 70ef8c2b051535c3fcdfff9f2442bb41fb8fc7ec authored over 10 years ago by eddyystop <[email protected]>
Correcting code in web services example

github.com/MithrilJS/mithril.js - a13bd15a64eaaa1c2fa6001c092235495e0fce17 authored over 10 years ago by eddyystop <[email protected]>
unbreak browserify

github.com/MithrilJS/mithril.js - ec69af46600051808d2745fee90bf98485faddc2 authored over 10 years ago by Leo Horie <[email protected]>
update change log

github.com/MithrilJS/mithril.js - 9792a0ac8540e9226c9899cfab9beae79435e3c1 authored over 10 years ago by Leo Horie <[email protected]>
version bump

github.com/MithrilJS/mithril.js - 75fa3bd3f282f7283f0bcca01a2d0833027f38fa authored over 10 years ago by Leo Horie <[email protected]>
prevent route change event if only hash changes

github.com/MithrilJS/mithril.js - 1d2ba8b0b0276dce50e0ef592da147c795e29d77 authored over 10 years ago by Leo Horie <[email protected]>
always use XMLHttpRequest

current behavior will use XDomainRequest whenever it is available even though the request is not...

github.com/MithrilJS/mithril.js - 16d4eb77c8017e0096eb1daa053cf58882420dbb authored over 10 years ago by Pepe Bawagan <[email protected]>
Fixed typo in complex config test

github.com/MithrilJS/mithril.js - af2fdc042103d5d14947a42f5ea86432d901c3be authored over 10 years ago by Sergey Kirillov <[email protected]>
Added more tests for config context

github.com/MithrilJS/mithril.js - 164e5b178c753096677e251fcd99cfba2a053325 authored over 10 years ago by Sergey Kirillov <[email protected]>
Added mocked test as well

github.com/MithrilJS/mithril.js - 5a2d7fdf815363cea4800c05ca607ee92efd1b55 authored over 10 years ago by Sergey Kirillov <[email protected]>
Added context for config handlers

github.com/MithrilJS/mithril.js - 20b102b478ca55a72656ad734cc20b976ec32fc4 authored over 10 years ago by Sergey Kirillov <[email protected]>
Merge pull request #115 from eddyystop/master

Correcting a code example.

github.com/MithrilJS/mithril.js - 5446a39702b01a494fc00b7fa2f883374396b769 authored over 10 years ago by Leo Horie <[email protected]>
Correcting a code example.

github.com/MithrilJS/mithril.js - 3961d70322f7d43b14c8ef544d1b86cbc9caca6e authored over 10 years ago by eddyystop <[email protected]>
Merge pull request #114 from eddyystop/master

Correcting example in routing doc.

github.com/MithrilJS/mithril.js - 5b98b9b1904360038bd98315802607bf1cffb024 authored over 10 years ago by Leo Horie <[email protected]>
Correcting example in routing doc.

github.com/MithrilJS/mithril.js - b37432760cf20c492b5297a2170f28a9034ebf63 authored over 10 years ago by eddyystop <[email protected]>
clarify controller in guide

github.com/MithrilJS/mithril.js - 16e6f6fdd51a0c3f597064d7d475d4d28f6968a5 authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #105 from pistolero/e2e_tests

Added end to end test suite and test for issue #99

github.com/MithrilJS/mithril.js - 7cb6982e5744a3e9ede54989e276d7b67a6345c1 authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #111 from eddyystop/master

Some corrections to Getting-Started docs.

github.com/MithrilJS/mithril.js - 7204a2e6738d5eef56e640524f8190aafd36a08a authored over 10 years ago by Leo Horie <[email protected]>
Made some corrections to docs.

github.com/MithrilJS/mithril.js - dcc3bf1205f387cdc71ef5ce51e61dc415f549b3 authored over 10 years ago by eddyystop <[email protected]>
add test for m.sync pr

github.com/MithrilJS/mithril.js - 9e5bd07235389d1ed4b8937f976de39e4399b4f6 authored over 10 years ago by Leo Horie <[email protected]>
Merge branch 'next' of https://github.com/lhorie/mithril.js into e2e_tests

github.com/MithrilJS/mithril.js - 1141af3bad782f6c36f97f49dc6767e8cf0e1bfc authored over 10 years ago by Sergey Kirillov <[email protected]>
fix node removal regression

github.com/MithrilJS/mithril.js - 3fcd634c44b33a0ac92d4404f7a4f2c36db070f6 authored over 10 years ago by Leo Horie <[email protected]>
More tests

github.com/MithrilJS/mithril.js - f08abb92ecbd28e12fa695a4deaf52694a890f81 authored over 10 years ago by Sergey Kirillov <[email protected]>
Added assert messages

github.com/MithrilJS/mithril.js - 85f754cd3a1f01fbd477b98a0167959a8a39de58 authored over 10 years ago by Sergey Kirillov <[email protected]>
Updated Travis CI config to run e2e tests

github.com/MithrilJS/mithril.js - 29eb6128fe9eec52616b22891bc7432259ad2022 authored over 10 years ago by Sergey Kirillov <[email protected]>
Fixed identation

github.com/MithrilJS/mithril.js - ed0283e7aa724e65d1581ae30d89b28701d70204 authored over 10 years ago by Sergey Kirillov <[email protected]>
Added end to end test suite and test for issue #99

github.com/MithrilJS/mithril.js - e9e6082aae97ad784b9131da218ce6f6856fcc00 authored over 10 years ago by Sergey Kirillov <[email protected]>
Merge remote-tracking branch 'origin/master' into next

github.com/MithrilJS/mithril.js - 9cd7d280dccd51a955b12f102fe2181eb3656730 authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #103 from purcell/patch-2

m.sync: Also use result index when creating failure callback

github.com/MithrilJS/mithril.js - ee2cc4495505d7fe0ca248898a3fa9253f79cb51 authored over 10 years ago by Leo Horie <[email protected]>
m.sync: Also use result index when creating failure callback

github.com/MithrilJS/mithril.js - 80e909aa17dd02f59e115afae7889f10ae589c47 authored over 10 years ago by Steve Purcell <[email protected]>
fix textarea value updating

github.com/MithrilJS/mithril.js - 061cb168e5ef97914f6bfa071024cfc1049302ba authored over 10 years ago by Leo Horie <[email protected]>
Merge remote-tracking branch 'origin/master' into next

github.com/MithrilJS/mithril.js - f4effe90ae132a24139330b96f81ab26652d080e authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #102 from purcell/patch-1

Return results of sync promises in the same order they were given

github.com/MithrilJS/mithril.js - 133bc88c016806f57a937e9af3a71cee5ab994b6 authored over 10 years ago by Leo Horie <[email protected]>
version bump

github.com/MithrilJS/mithril.js - 047812df2f8cc571ec94e3f1f927f68a527bfdb0 authored over 10 years ago by Leo Horie <[email protected]>
tweak homepage

github.com/MithrilJS/mithril.js - 2e6a69af2bb2cee1ae68f34e5b4ac7f09c4f4e28 authored over 10 years ago by Leo Horie <[email protected]>
Return results of sync promises in the same order they were given

github.com/MithrilJS/mithril.js - aabc102abbfe6a60ccafddd11db50f49eaaa29f0 authored over 10 years ago by Steve Purcell <[email protected]>
Merge pull request #97 from jdnier/master

Copy edit docs

github.com/MithrilJS/mithril.js - d9243f499809e2f59bda6d14f5ad453c407666ad authored over 10 years ago by Leo Horie <[email protected]>
Add #performance to home page

Also back out whitespace-only change.

github.com/MithrilJS/mithril.js - a80729a1790fe29aca9e742c048efe394cceda3b authored over 10 years ago by David Niergarth <[email protected]>
Copy edit docs

github.com/MithrilJS/mithril.js - 9ea782f759d9e5cff40a2b1b5ce3bc7f55fce8a7 authored over 10 years ago by David Niergarth <[email protected]>
don't use watch anymore

github.com/MithrilJS/mithril.js - 2b745866601a4711cc2bb58869478af26d548b87 authored over 10 years ago by Leo Horie <[email protected]>
prevent null ref

github.com/MithrilJS/mithril.js - 41d3ee2983afbdef2a241fa0776f93982a600299 authored over 10 years ago by Leo Horie <[email protected]>
ensure http errors reject promises

github.com/MithrilJS/mithril.js - b9cdd940bc0306e84e8bb46aa825418fe8f912bd authored over 10 years ago by Leo Horie <[email protected]>
Merge remote-tracking branch 'origin/master' into next

github.com/MithrilJS/mithril.js - ea0b661b79387a89b912d6c245fe65b5fb24c251 authored over 10 years ago by Leo Horie <[email protected]>
document new argument in m.route(path)

github.com/MithrilJS/mithril.js - bdcfbde8e05f299aac73c5a1bc6216a4f896e03c authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #93 from yolk/spaces

Removed trailing spaces

github.com/MithrilJS/mithril.js - e1090c9c90fa0f5541cebf70a413221d4be94208 authored over 10 years ago by Leo Horie <[email protected]>
Merge remote-tracking branch 'origin/master' into next

github.com/MithrilJS/mithril.js - 2b8c82e365889b1753ca3576e861e98116dc6ac3 authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #94 from yolk/simple-querystring

Simplified version of parseQueryString: no nested objets anymore

github.com/MithrilJS/mithril.js - 26064dce7b63985fc16eac228bd9abc961bdeda0 authored over 10 years ago by Leo Horie <[email protected]>
Simplified version of parseQueryString: no nested objets anymore

github.com/MithrilJS/mithril.js - 682485f22b74c0d93c482de112d4a85bf136ff42 authored over 10 years ago by Sebastian <[email protected]>
Removed trailing spaces

github.com/MithrilJS/mithril.js - 3df5578e7b728a2071516700c685fd1d91208556 authored over 10 years ago by Sebastian <[email protected]>
fix current route on popstate

github.com/MithrilJS/mithril.js - 9389db7480d8128c00bfb906fb642ceacb465a14 authored over 10 years ago by Leo Horie <[email protected]>
document querystring support in routes

github.com/MithrilJS/mithril.js - 38634a02927da4f9c96254e18914134ce801204f authored over 10 years ago by Leo Horie <[email protected]>
Merge pull request #91 from pistolero/master

Added support for overriding xml namespace.

github.com/MithrilJS/mithril.js - d4cb7959d40baa1cdaaacf1cd01ca98d507a5e88 authored over 10 years ago by Leo Horie <[email protected]>
fix querystring parsing of array syntax

github.com/MithrilJS/mithril.js - ce8299e8e0303ca7455312189f16098fb3054d6b authored over 10 years ago by Leo Horie <[email protected]>
add support for route query string

github.com/MithrilJS/mithril.js - 1f75f71b2210ed301267886794383b00ad68bfab authored over 10 years ago by Leo Horie <[email protected]>
Merge branch 'route-query-string' of github.com:yolk/mithril.js into yolk-route-query-string

Conflicts:
tests/mithril-tests.js

github.com/MithrilJS/mithril.js - 80379bcd1bf28162ba43af9f9cf87af14b3bef14 authored over 10 years ago by Leo Horie <[email protected]>
Added support for overriding xml namespace.

It was required to allow embedding HTML foreignObjects inside SVG

github.com/MithrilJS/mithril.js - 9b1ccc7981b61f06b1829be32336122118e47ea9 authored over 10 years ago by Sergey Kirillov <[email protected]>
Merge pull request #88 from yolk/route-trailing-slash

Added support for trailing slashes in routes

github.com/MithrilJS/mithril.js - c4e13384db83541a53beacead614394775acaa30 authored over 10 years ago by Leo Horie <[email protected]>
remove random test files

github.com/MithrilJS/mithril.js - 3c17bd17f2589d92aa20ebda7f52eff7098b4020 authored over 10 years ago by Leo Horie <[email protected]>
m.route supports params as an object, and builds querystring from it

m.route('/path', {param: 1}) => navigates to '/path?param=1'

The API is a little bit problemati...

github.com/MithrilJS/mithril.js - 5b6b7de045a7060ba8c3edd2ee2f4127aac9de62 authored over 10 years ago by Sebastian <[email protected]>
Add query string support to m.route

m.route now parses query string in given path into m.route.param

* Params gathered the old way...

github.com/MithrilJS/mithril.js - 001263080e7c78eea0cdf45f73d91e28e57d66d6 authored over 10 years ago by Sebastian <[email protected]>
Added support for trailing slashes in routes

m.route now matches a path with a trailing slash against a route without one.

github.com/MithrilJS/mithril.js - d10d77288c956c3d5246de60e69f4dc7cd38bcba authored over 10 years ago by Sebastian <[email protected]>
update docs about when it's appropriate to use start/endComputation

github.com/MithrilJS/mithril.js - f50befc50381fd6d41db9bdf5d5e65dd4581d65b authored over 10 years ago by Leo Horie <[email protected]>
document fix in change log

github.com/MithrilJS/mithril.js - d87153c1b8a1dd4f48341833d8397564820f83cc authored over 10 years ago by Leo Horie <[email protected]>
add test for double removal

github.com/MithrilJS/mithril.js - 7e73004b28f1a61d76e39313308b638123dcb290 authored over 10 years ago by Leo Horie <[email protected]>
fix double removals

github.com/MithrilJS/mithril.js - 34b3ef9e97fa01307671bde7914c561ef2632b01 authored over 10 years ago by Leo Horie <[email protected]>
make m.request exception follow promise resolution procedure

github.com/MithrilJS/mithril.js - e332ffe473288d5a1020f0f18c8cfcc956e341b3 authored over 10 years ago by Leo Horie <[email protected]>
update tweet in homepage

github.com/MithrilJS/mithril.js - 715336d7c5012cc6ee4c2fcdfc425418da6b8ca6 authored over 10 years ago by Leo Horie <[email protected]>
allow resolving w/ no value

github.com/MithrilJS/mithril.js - 46565f2e03e6d1ef355bef74f4123842311245ce authored over 10 years ago by Leo Horie <[email protected]>
clarify wording

github.com/MithrilJS/mithril.js - 67c5400d44311d903eb42bdabc39fdc78af3984f authored over 10 years ago by Leo Horie <[email protected]>
fix style in benchmarks page

github.com/MithrilJS/mithril.js - 002ed9e2aafe44a0fbf89dec0d059d987a0a523a authored over 10 years ago by Leo Horie <[email protected]>
add benchmarks page

github.com/MithrilJS/mithril.js - d677480f9b9ffee39e7a15e4d58e1303b1d87fcf authored over 10 years ago by Leo Horie <[email protected]>
add typescript file to build script

github.com/MithrilJS/mithril.js - e23f69fc4ec72ef5c846f5e7dc2f0d2fe468d5ec authored over 10 years ago by Leo Horie <[email protected]>
add typescript definition file

github.com/MithrilJS/mithril.js - 0d10046a3eb2d16123a5991990b62a7d7eea708f authored over 10 years ago by Leo Horie <[email protected]>
add social media section to home page

github.com/MithrilJS/mithril.js - 917f1e1d6b3ed8522a6d8ea115bd7f648a2792dc authored over 10 years ago by Leo Horie <[email protected]>
build archive for 0.1.13

github.com/MithrilJS/mithril.js - d24754dd2d009f658fd322ab12641249e44d695e authored over 10 years ago by Leo Horie <[email protected]>
clarify docs about compilation

github.com/MithrilJS/mithril.js - 008e4c1248fc20d662a43c4a4a63e559d1eb72f9 authored over 10 years ago by Leo Horie <[email protected]>
prevent re-resolving

github.com/MithrilJS/mithril.js - 7f35cf31f23035850c2fd88c4840c9cf7a20666d authored over 10 years ago by Leo Horie <[email protected]>