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

docs: make url absolute in version selector

github.com/MithrilJS/mithril.js - ee7dcdf9978da115100f39cb92b13bb3bb76f109 authored over 1 year ago by tbreuss <[email protected]>
fix strange behavior, bump marked.js version up

github.com/MithrilJS/mithril.js - 1a12c675e4af403e75adbd1c0c55ffd3d727730e authored over 1 year ago by tbreuss <[email protected]>
Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release no...

github.com/MithrilJS/mithril.js - 03fabe55829b2badaf37986edc9b45feb37ae426 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump yaml and lint-staged

Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependency [lint-stag...

github.com/MithrilJS/mithril.js - 71ce364c54bc501ce4a02f34e8d60271fe4b4905 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add missing `m.censor` to API navigation

Not sure how I forgot about this when I added the method.

github.com/MithrilJS/mithril.js - 3c77bebe6ba528f5cd272cb418be5f7c3f91d5aa authored over 1 year ago by Claudia Meadows <[email protected]>
docs: fix regex for parsing page title

github.com/MithrilJS/mithril.js - 2b897c4ce6d62641afbfe38729978e4caf8e2c53 authored over 1 year ago by tbreuss <[email protected]>
docs: removed question mark and fixed not working anchor link (github/npm)

github.com/MithrilJS/mithril.js - 8cce14c2d75ff7a671cf00b80ab2a8972c407a32 authored over 1 year ago by tbreuss <[email protected]>
Fix typos in `stream()` docs (#2825)

Co-authored-by: Claudia Meadows <[email protected]>

github.com/MithrilJS/mithril.js - ad9aa97d56ba6e6140f52fd971e97d481572dbca authored almost 2 years ago by Matias Kinnunen <[email protected]>
hyperscript: handles shared empty attrs, fixes #2821

github.com/MithrilJS/mithril.js - 88da9e56f92a4ee076a6a63ab7759fecb487e340 authored almost 2 years ago by Keita Furui <[email protected]>
Bump async from 2.6.3 to 2.6.4

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://gi...

github.com/MithrilJS/mithril.js - a1159b71c0c9f6a71377e6682c784fff582615c4 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump minimatch from 3.0.4 to 3.1.2

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](ht...

github.com/MithrilJS/mithril.js - 726d3bf8dc6cb243b7c267b5a46fab772568e7c6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix docs linting issues

github.com/MithrilJS/mithril.js - e0996bd6f23fe6e469019c9d126bf8d95be15cff authored almost 2 years ago by Pierre-Yves <[email protected]>
Bypass css text (#2811)

* [DOM mocks] enable setting element.style

* Use the style setter directly

github.com/MithrilJS/mithril.js - c1fc1de77263bbb717f16309e54f3233a6f194f0 authored almost 2 years ago by Pierre-Yves Gérardy <[email protected]>
Bump terser from 4.3.4 to 4.8.1

Bumps [terser](https://github.com/terser/terser) from 4.3.4 to 4.8.1.
- [Release notes](https://...

github.com/MithrilJS/mithril.js - 645cf663b220614d107cde0d86e3a104db3529fc authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bundler can't parse multiple exports per module

github.com/MithrilJS/mithril.js - da76ed9054f55e077e3b879c8d50806ff9d65399 authored over 2 years ago by Barney <[email protected]>
Update auto-merge.yml

Work around https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60

github.com/MithrilJS/mithril.js - 28d35b47a23a907240b6ed08e3fb14ac33a45732 authored over 2 years ago by Claudia Meadows <[email protected]>
Bump shell-quote from 1.7.2 to 1.7.3

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Releas...

github.com/MithrilJS/mithril.js - ac0ff8625db7117c32d5d463bef9031aecd7064e authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](ht...

github.com/MithrilJS/mithril.js - 93896faadb4be4f4c61627060a8c17c32f101c1a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
implement m.domFor() and use it internally to move and remove nodes. Fix #2780

github.com/MithrilJS/mithril.js - 3fd82e6359e0d1bd7437530ee62424ff4acbe439 authored over 2 years ago by Pierre-Yves <[email protected]>
Add tests for the hooks for a delayed removal in a fragment, address other review concerns

github.com/MithrilJS/mithril.js - 8cb79880961e4680bfb5c72a5cc4d3496d06b91e authored over 2 years ago by Pierre-Yves <[email protected]>
Simplify domFor logic

github.com/MithrilJS/mithril.js - 9af9ea66a29b27fcc1b770a60904b2d5be4d6899 authored over 2 years ago by Barney <[email protected]>
Address review comments, linter and build concerns

github.com/MithrilJS/mithril.js - 665578060e9d560c85494a05efc88650d5be3290 authored over 2 years ago by Pierre-Yves <[email protected]>
camelCase file references dom-for -> domFor

github.com/MithrilJS/mithril.js - 62b6308295725305c66dbc51259f1eab0c339ba6 authored over 2 years ago by Barney <[email protected]>
tweak the CI actions names

github.com/MithrilJS/mithril.js - 27fb1ea6170501ee08d29589fc7e094b5d2d1077 authored over 2 years ago by Pierre-Yves <[email protected]>
Actually remove ospec from the main code base (#2786)

* Actually remove ospec from the main code base (it is still used as a dev-dependency)

* fix ...

github.com/MithrilJS/mithril.js - c0a9c21c09b5101a08c15c7ab1144f2864f16c35 authored over 2 years ago by Pierre-Yves Gérardy <[email protected]>
Add back CI (#2785)

* Add back CI, remove ospec as a run-time dependency

* Fix the lint:docs errors

* Add back...

github.com/MithrilJS/mithril.js - ea680dc917e4b646d6fdc0c73d486937c29aca4c authored over 2 years ago by Pierre-Yves Gérardy <[email protected]>
Add missing prerelease branch target.

Without specifying target:master the prerelease version calculation would be incorrect.

github.com/MithrilJS/mithril.js - da1454b3c606ae5df6e9b2479a02e89bf6be6333 authored over 2 years ago by James Forbes <[email protected]>
Kick jsonp - fixes #2682

github.com/MithrilJS/mithril.js - 716d1e1804497293a735e0bc6a0580355f4e4060 authored over 2 years ago by Stephan Hoyer <[email protected]>
inline obsolete factory

github.com/MithrilJS/mithril.js - a459a81832eb9fc5c6c52a7e9b2d609d37d9ae48 authored over 2 years ago by Stephan Hoyer <[email protected]>
Remove a stale comment

This hasn't been true since v2.0

github.com/MithrilJS/mithril.js - efdb563fa52386882a88204bae2d92bd812d37bf authored over 2 years ago by Pierre-Yves Gérardy <[email protected]>
Kick promise polyfill

github.com/MithrilJS/mithril.js - e9a365c15032d1d5e13849bae75980bbd4ff4ee2 authored over 2 years ago by Stephan Hoyer <[email protected]>
allow trailing slash for routes - fixes #2763

github.com/MithrilJS/mithril.js - 517661a606a30f895a32d5c4b3838260d01abf38 authored over 2 years ago by Stephan Hoyer <[email protected]>
Release Artifacts for v2.2.2

[skip ci]

github.com/MithrilJS/mithril.js - 8c149d3653e3b8d9cae64cdde6abf50744569d1c authored over 2 years ago by James Forbes <[email protected]>
Turn README images from plain HTML to markdown (#2773)

github.com/MithrilJS/mithril.js - 1b4e628ce3afda1d0c8fb80aa94598cb53a7738e authored over 2 years ago by Pierre-Yves Gérardy <[email protected]>
Fix malformed image tag

github.com/MithrilJS/mithril.js - ab32c0d1ca2f938cbe0ce43d9f9e3b5c806d6055 authored over 2 years ago by Pierre-Yves Gérardy <[email protected]>
Release Artifacts for v2.2.1

[skip ci]

github.com/MithrilJS/mithril.js - a8337c065142fbeacfc9234a480515b5d19082a5 authored over 2 years ago by James Forbes <[email protected]>
Move the chat to Zulip (#2771)

github.com/MithrilJS/mithril.js - e28385b14f62fba2e49c515cac4cafe79ba74839 authored over 2 years ago by Pierre-Yves Gérardy <[email protected]>
Release Artifacts for v2.2.0

[skip ci]

github.com/MithrilJS/mithril.js - 527c0de6e2da0d70c749c4206bfcd25943270625 authored over 2 years ago by James Forbes <[email protected]>
Release Artifacts for v2.1.0

[skip ci]

github.com/MithrilJS/mithril.js - 259902f5f8edd9329e6db94d0e732a4a449d4171 authored over 2 years ago by James Forbes <[email protected]>
Enable --minimize-semver-change for pr-release

github.com/MithrilJS/mithril.js - bbf343bb3b38402c2d3c595d0d291a95db13a185 authored over 2 years ago by James Forbes <[email protected]>
Clean up m.route.Link (#2768)

* Simpler m.route.Link documentation. Fixes #2767

* Remove redundant HTML encoding from markd...

github.com/MithrilJS/mithril.js - dbfe373733445a3d6acffa91bc6c78d269bdbbf7 authored over 2 years ago by Barney Carroll <[email protected]>
Remove label triggers from actions.yml

Triggering multiple concurrent runs unnecessarily

github.com/MithrilJS/mithril.js - ea8094bd95ffe49ad25865cf3ace88cf365086b1 authored over 2 years ago by James Forbes <[email protected]>
Fix branch target

github.com/MithrilJS/mithril.js - 342f524ca3484d667f041686a73b51f3a4466290 authored over 2 years ago by Claudia Meadows <[email protected]>
Use new changelog option in merge command

github.com/MithrilJS/mithril.js - 2a2aef77620594f74e4230d0139755a4de9a9b6f authored over 2 years ago by James Forbes <[email protected]>
Suggested amendments

github.com/MithrilJS/mithril.js - 65cf2567752f3a9d0f687dafc1029512c074eccc authored over 2 years ago by James Forbes <[email protected]>
Update release docs

github.com/MithrilJS/mithril.js - f3c59665b1981d87514908fb3e8bacb7ea00f38d authored over 2 years ago by James Forbes <[email protected]>
Yaml has banned tabs

github.com/MithrilJS/mithril.js - d6dd9132fbe3f040da50ebf2a13d747f14b06f83 authored over 2 years ago by James Forbes <[email protected]>
Remove version and release npm hooks

github.com/MithrilJS/mithril.js - 0ce6e4eae6e01fc14cd5ddfa5efd28f57f86798a authored over 2 years ago by James Forbes <[email protected]>
Remove travis.yml in favour of github actions

github.com/MithrilJS/mithril.js - 931e475de2655b8137295a872aefd41455aa730e authored over 2 years ago by James Forbes <[email protected]>
Add PR release to mithril.js

github.com/MithrilJS/mithril.js - 0d9051de96108dd3aa2182257f35c9a36ff74171 authored over 2 years ago by James Forbes <[email protected]>
Revisions based on feedback

github.com/MithrilJS/mithril.js - ff646e8fb803569d4dcbfdb6e203040ae2ed237b authored over 2 years ago by James Forbes <[email protected]>
Do build docs in another PR

github.com/MithrilJS/mithril.js - ae5469cf62440e70096a336c78366a94938a6690 authored over 2 years ago by James Forbes <[email protected]>
Rework jsx docs

github.com/MithrilJS/mithril.js - 1c07143be498708b82d4a079569593ff847a31fa authored almost 3 years ago by Pier Bover <[email protected]>
Fix naming

github.com/MithrilJS/mithril.js - 9906e23118ef2bfaffc09c13ddd0dd051f5d895b authored almost 3 years ago by Stephan Hoyer <[email protected]>
m.censor: work around a bunder bug (#2752)

github.com/MithrilJS/mithril.js - c8df665bcb89425728cd22e93cd87819cd221dc8 authored almost 3 years ago by kfule <[email protected]>
Add Simple Application Flems Supporting v2.0.4 and up (#2751)

github.com/MithrilJS/mithril.js - 53bedd11021c0e532fb57d12d27d70edea4b282c authored almost 3 years ago by tebe <[email protected]>
Make example work with webpack v5.69.1

github.com/MithrilJS/mithril.js - 69f5cbdf641ef09b0813ffde090c61c2ed765d07 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Fix wording

github.com/MithrilJS/mithril.js - 99d1b3270d9ea35b06d12bfebaf1a94731238f91 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Center docs again

github.com/MithrilJS/mithril.js - 94774e73b0ce8b7055f134853ad2301842eeb007 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Fixed badges, consistent naming of Mithril.js

github.com/MithrilJS/mithril.js - a8e25b739bd0e1dead1a2970c3e9f6062098049c authored almost 3 years ago by tbreuss <[email protected]>
2604: correct and move text about statements in view method

github.com/MithrilJS/mithril.js - 0aed7797a7ad4b6954fccdeb84bdb2c7531bf158 authored almost 3 years ago by kevinfiol <[email protected]>
Trigger push-on-master-warnings only once

github.com/MithrilJS/mithril.js - 9072e1100c92b0c3e73cb5ededfaa8cb9a6c0fb6 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Fix lint errors

github.com/MithrilJS/mithril.js - 1a4b794be7ae1124739feb28db0c609496523242 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Update deps

github.com/MithrilJS/mithril.js - ee7fe52ee85b2b7c27a388e20acb17b887fc100c authored almost 3 years ago by Stephan Hoyer <[email protected]>
Installation docs: Add link to flems playground and replace shorthand w/ with full word

github.com/MithrilJS/mithril.js - b2b0c4abe30279c9a9a21073af8a2166e2c18466 authored almost 3 years ago by Patrik Johnson <[email protected]>
added power support

github.com/MithrilJS/mithril.js - 17790492964d2d232a0a0c92b752a97fb0778d05 authored almost 3 years ago by sreekanth370 <[email protected]>
Catch malformed URI Components

Fix for error thrown when a value contains non-valid / malformed URI Component
Example: test=%c...

github.com/MithrilJS/mithril.js - fae15d3489504fc9c6da6d0ea42d3bbb9cfb4ac8 authored almost 3 years ago by Jeroen Diderik <[email protected]>
Add changelog entry for `m.Fragment`, update name in new changelog

github.com/MithrilJS/mithril.js - 1eec62eb3e1144510db594478ee44d6fc4f7ec9c authored almost 3 years ago by Claudia Meadows <[email protected]>
Add a `m.Fragment = "["` utility for JSX users.

github.com/MithrilJS/mithril.js - 91e99ad287a42f393314fa8b455d7eca0933076f authored almost 3 years ago by Claudia Meadows <[email protected]>
Fix title generation for index page

github.com/MithrilJS/mithril.js - c7b56161a54deb458fd0cd0942daca4611f631f1 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Add meta description to docs

github.com/MithrilJS/mithril.js - 7b1fda5b660675d150ecc98f6950fc031552e21f authored almost 3 years ago by Stephan Hoyer <[email protected]>
Consistent naming of Mithril.js

github.com/MithrilJS/mithril.js - 885b3f9442a4bae94f5534421e1060a32e2158dd authored almost 3 years ago by Stephan Hoyer <[email protected]>
updated babel/webpack docs to work with latest versions

github.com/MithrilJS/mithril.js - d93cca964ee406a84e1a727807dec8d7421b0655 authored almost 3 years ago by Per Eriksson <[email protected]>
[docs] route redirection using the history API

github.com/MithrilJS/mithril.js - 891265de8bc935967cb117f8f6b38838ef6fc849 authored almost 3 years ago by Pierre-Yves Gerardy <[email protected]>
Correctly handle invalid escapes in routes

based on 0a5ead31c9fbd7b153c521c7f9d3df7bf826ce6c

github.com/MithrilJS/mithril.js - 9128d4e60a6635c2616c2e424fdc052bf7273aa3 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release no...

github.com/MithrilJS/mithril.js - bcc61e42a99891ec6c4c8e2b0c98b6e0022f4294 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump glob-parent from 5.1.0 to 5.1.2

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2.
- [Release notes...

github.com/MithrilJS/mithril.js - f4607ebd275cf0fd2e897ae94beb61895ec6ab2a authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix lint errors

github.com/MithrilJS/mithril.js - 0f9274f873f8df9569a37ec6c290ea731c163c4b authored almost 3 years ago by Barney Carroll <[email protected]>
vnode.attrs is never null

github.com/MithrilJS/mithril.js - f9e51636d8d5be06b1d74254a7bb2b5d9b9a7d67 authored almost 3 years ago by Barney Carroll <[email protected]>
Updating textarea subtree should not be expected to override user input

github.com/MithrilJS/mithril.js - e4c6621ba8765cdba1ceb0bd4d045f425e0acaaf authored almost 3 years ago by Barney Carroll <[email protected]>
Back out migration ToC, correct references to vnode shape

github.com/MithrilJS/mithril.js - 30cc031bf2ea0883bea4933c6b1654562c377d30 authored almost 3 years ago by Barney Carroll <[email protected]>
Add notice to changelog

github.com/MithrilJS/mithril.js - e4bd2039b4424fdddeecb620783d5bcccd695648 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Remove redundant child normalisation

github.com/MithrilJS/mithril.js - a3983c9655ad466e2063470158c8e54f71abf110 authored almost 3 years ago by Barney Carroll <[email protected]>
Back out migration ToC, correct references to vnode shape

github.com/MithrilJS/mithril.js - 11bced844c756d8718a1b268f6ffb018e160945d authored almost 3 years ago by Barney Carroll <[email protected]>
Tests use hyperscript instead of manually constructing nodes

github.com/MithrilJS/mithril.js - 38e2184c6dcf42ccb510ceb832eaca62eae7bd9b authored almost 3 years ago by Barney Carroll <[email protected]>
Text is always represented as text vnodes, never as vnode.text

github.com/MithrilJS/mithril.js - 9999fbe2a4ea2f16f0daf09385de4feb8345f913 authored almost 3 years ago by Barney Carroll <[email protected]>
Tests use hyperscript instead of manually constructing nodes

github.com/MithrilJS/mithril.js - 31d2ed4be861084892644394044715c52b8535e1 authored almost 3 years ago by Barney Carroll <[email protected]>
Reverting erroneous docs formatting

github.com/MithrilJS/mithril.js - cea8e64359292d5201501d6673496a083ec31bb5 authored almost 3 years ago by Barney Carroll <[email protected]>
Fix ospec timeout usage

github.com/MithrilJS/mithril.js - 896e9db7d8a983baf58a36654cffea56d81db6d0 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Non-mutating m.fragment/m.trust references

github.com/MithrilJS/mithril.js - d021271be8badf15ec91ae447922bbe2631e93ef authored almost 3 years ago by Barney Carroll <[email protected]>
Back out migration ToC, correct references to vnode shape

github.com/MithrilJS/mithril.js - febd97aac23fc074a6b8339a83cc385c4ad257e7 authored almost 3 years ago by Barney Carroll <[email protected]>
Bump ajv from 6.10.2 to 6.12.6

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
- [Release notes](https...

github.com/MithrilJS/mithril.js - 5502570b16f353903ec94129da9ac40476ff2cb6 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update standalone usage

github.com/MithrilJS/mithril.js - a671da246d5bb3f3d1077547aa962c5d1a9cce65 authored almost 3 years ago by hqproto <[email protected]>
Avoid double encoding of function signatures - fixes #2720

github.com/MithrilJS/mithril.js - d3be03c6a130e200080abfb8a626e34df0c71d8d authored almost 3 years ago by Stephan Hoyer <[email protected]>
Warn about reusing mutated attrs object - fixes #2719

github.com/MithrilJS/mithril.js - b97fd5938125ba9db7120e2f9f99b278e8d7cab0 authored almost 3 years ago by Stephan Hoyer <[email protected]>
#2334 Dropdown to select docs for previous versions

github.com/MithrilJS/mithril.js - 8ef7844f5ac4e2188456d18a1b9c6e5c2fb743d2 authored almost 3 years ago by mike-ward <[email protected]>
Revert "Only warn on pr-to-masters once"

This reverts commit 5fd0ca81b13e7cd4ca5f072e2ad6697c0e2b8d12.

github.com/MithrilJS/mithril.js - 99e038046b9cf042872074a7037505272ce3dcbe authored almost 3 years ago by Stephan Hoyer <[email protected]>
Only warn on pr-to-masters once

github.com/MithrilJS/mithril.js - 5fd0ca81b13e7cd4ca5f072e2ad6697c0e2b8d12 authored almost 3 years ago by Stephan Hoyer <[email protected]>
Send URLSearchParams as request body without extra configuration (#2695)

github.com/MithrilJS/mithril.js - 99c6d813d2a5b517dce7fc9864465ed547c894f8 authored almost 3 years ago by James Cote <[email protected]>
Make sure title attrs are removed properly - fixes #2676

github.com/MithrilJS/mithril.js - ab4b21dacc5851cc59f345228e25cf5d684d596c authored almost 3 years ago by Stephan Hoyer <[email protected]>