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

Fix all the templates [skip ci]

Thanks a lot, GitHub...

github.com/MithrilJS/mithril.js - 3fd1953143ac6243d9f35f0b339394bb70b168be authored over 5 years ago by Isiah Meadows <[email protected]>
v2.0.0-rc.8

github.com/MithrilJS/mithril.js - 3f754dffaadaa4261699641eca39aa96a55d6407 authored over 5 years ago by Isiah Meadows <[email protected]>
Fix lint issues, run `npm audit fix`

github.com/MithrilJS/mithril.js - e6ab2ef982f81ba7296ece57d8985aec382f1898 authored over 5 years ago by Isiah Meadows <[email protected]>
Partially recast the router API to be a lot more intuitive. (#2469)

* Recast the router API to be a lot more intuitive.

Fixes #2387
Fixes #2072
Fixes quite a f...

github.com/MithrilJS/mithril.js - 582bda56dc3d99d7089c4ffe2112682ef0997e5f authored over 5 years ago by Isiah Meadows <[email protected]>
Bump lodash from 4.17.11 to 4.17.14 (#2468)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](htt...

github.com/MithrilJS/mithril.js - ace4e77acedeedd76aafc46f2a81e333d3ae689f authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update issue templates

Update issue templates to be a lot clearer on what we want.

github.com/MithrilJS/mithril.js - 9900e427fdb4e4a7665facc5233128a57e2c8bed authored over 5 years ago by Isiah Meadows <[email protected]>
Drop `m.version` (#2466)

* Drop `m.version`

It's caused way too much grief over the years, and I've finally decided
i...

github.com/MithrilJS/mithril.js - 904b63b2aa25433ed69b7f62efce4911a6e40b1f authored over 5 years ago by Isiah Meadows <[email protected]>
Keys docs indent fix, additional edits for clarity (#2459)

* Keys docs indent fix, additional edits for clarity

* Another indent fix

* Add comma

github.com/MithrilJS/mithril.js - 02a91356c0d7d41cef56b41102d9009dd51fb22b authored over 5 years ago by spacejack <[email protected]>
Fix `m.version` to not depend on `package.json` (#2464)

* Fix `m.version` to not depend on `package.json`

Created an accidental breaking change.

*...

github.com/MithrilJS/mithril.js - 1434ba313fb5cc665f432f928be34c1048c4a798 authored over 5 years ago by Isiah Meadows <[email protected]>
Deservicify core (#2458)

* De-servicify router (mostly)

Still uses the redraw service, but it no longer has an interme...

github.com/MithrilJS/mithril.js - 1f4b2cf49ab71531807080769928f3630780d0cf authored over 5 years ago by Isiah Meadows <[email protected]>
Move fragment type check to normalizer (#2462)

Should result in more informative stack traces.

Fixes #2461

github.com/MithrilJS/mithril.js - db277217f88d293aa14154c8f0017675ffe94a9c authored over 5 years ago by Isiah Meadows <[email protected]>
Add build/parsePathname to API TOC (#2460)

github.com/MithrilJS/mithril.js - b2f82e3abcd73551ea510b3d047239005b099db2 authored over 5 years ago by spacejack <[email protected]>
v2.0.0-rc.7

github.com/MithrilJS/mithril.js - fecd262d0bd288e0892bc840b0fbae5a4edffcda authored over 5 years ago by Isiah Meadows <[email protected]>
Update package-lock.json

github.com/MithrilJS/mithril.js - 366f63391e23a8d382defa016ff428addaf4cd11 authored over 5 years ago by Isiah Meadows <[email protected]>
Correct a bunch of incorrect/outdated references (#2457)

- Babel 7 has a whole different module API
- Traceur is basically dead
- JSX != HTML
- Some b...

github.com/MithrilJS/mithril.js - a23bcea7eea397482b225d5f0226562f9bfb24f5 authored over 5 years ago by Isiah Meadows <[email protected]>
Clarify need for escaping, to avoid confusion (#2456)

Nobody has asked yet, but I'd like to not form assumptions about the
reader. Also, it's come up...

github.com/MithrilJS/mithril.js - 76e8eaab5e5aef8fc6aeec5e5ae284215cff6cbe authored over 5 years ago by Isiah Meadows <[email protected]>
Update bundles

github.com/MithrilJS/mithril.js - d8a34cc920366254f98b6546491c72689eb7bc25 authored over 5 years ago by Isiah Meadows <[email protected]>
Track XHR replacements correctly (#2455)

* Track XHR replacements correctly

Fixes #2439

* Update docs [skip ci]

github.com/MithrilJS/mithril.js - 8eed89685964d58ae0b889bd38f62be42bcbf1e9 authored over 5 years ago by Isiah Meadows <[email protected]>
Mithril's grown a bit (#2454)

Thank you all these freaking edge cases and perf bugs... :-(

github.com/MithrilJS/mithril.js - 7eee730c29b71d8030cbccb4ceaeee434d5062c0 authored over 5 years ago by Isiah Meadows <[email protected]>
Deduplicate `m.route` and `m.redraw` logic (#2453)

- Remove appropriate route change subcriptions when a root is removed
via `m.mount(root, null...

github.com/MithrilJS/mithril.js - 90bcff0fa7dc3683c2e7a97382f4ddf7f3c77d35 authored over 5 years ago by Isiah Meadows <[email protected]>
Fix keys, normalize holes (#2452)

* Fix #2434

* Treat holes as unkeyed, normalize boolean/null/undefined

This brings a lot b...

github.com/MithrilJS/mithril.js - 6c562d2b9bee65301969a3e4a36458968b81e0fb authored over 5 years ago by Isiah Meadows <[email protected]>
Fix #2443 (#2451)

github.com/MithrilJS/mithril.js - 86d64e213fd23b1919575de9622fc3a2c311d59e authored over 5 years ago by Isiah Meadows <[email protected]>
Fix #2424 (#2450)

* Fix #2424

* Add PR ref

github.com/MithrilJS/mithril.js - ddc8adbbd3f843161a4a0faebd9e8cbee1575c50 authored over 5 years ago by Isiah Meadows <[email protected]>
Fix #2442 (#2449)

* Fix #2442

* Add PR link

github.com/MithrilJS/mithril.js - d629c7aef82129f810bd46afd683cc1bef9cfdd4 authored over 5 years ago by Isiah Meadows <[email protected]>
Clarify pathname docs, follow spec with fragments (#2448)

* Clarify pathname docs, follow spec with fragments

- Valid URLs must not contain a `#` withi...

github.com/MithrilJS/mithril.js - 85bfd0f77daa7ef5127ed3c9032c5eb8e230acbf authored over 5 years ago by Isiah Meadows <[email protected]>
Fix #2067 (#2447)

* Fix #2067

* Add PR number [skip ci]

github.com/MithrilJS/mithril.js - 9e9b89d90003224a7d6759edd6536f4c69fe4924 authored over 5 years ago by Isiah Meadows <[email protected]>
Edit types installation to be clearer and easier to find (#2435)

github.com/MithrilJS/mithril.js - 696b5cbfe34f2ff51e626b8bd5175d4e3d27a7ef authored over 5 years ago by spacejack <[email protected]>
support falsy arguments in Object.assign polyfill (#2433)

* support falsy arguments in Object.assign polyfill

* add tests for assign polyfill

github.com/MithrilJS/mithril.js - 10f0b4934a6c467279f7ed098658d462da231224 authored over 5 years ago by Daniel Loomer <[email protected]>
Create FUNDING.yml

github.com/MithrilJS/mithril.js - dd6572579d21c8a51e6ebfe3b59400ca3ad867cf authored over 5 years ago by Stephan Hoyer <[email protected]>
Update CODEOWNERS

github.com/MithrilJS/mithril.js - 9d6fc3e91095d1a6b4714c08d692817cadeffbdd authored over 5 years ago by Isiah Meadows <[email protected]>
Improve initial request docs example (#2430)

github.com/MithrilJS/mithril.js - 6f602de878e946b501548e69cf40e7da8a9310ea authored over 5 years ago by Woody Gilk <[email protected]>
Update issue templates [skip ci]

github.com/MithrilJS/mithril.js - 0150e392759a82e5496d7e08b7048a11cb2194c8 authored over 5 years ago by Isiah Meadows <[email protected]>
Make `m.request` work with `async`/`await` correctly. (#2428)

* s/xhr/request/g

`m.xhr` was a relic of the rewrite days prior to the release of v1.0.0,
be...

github.com/MithrilJS/mithril.js - 0a1a33a03649e0d9d69fc3ede4d50718a32d8975 authored over 5 years ago by Isiah Meadows <[email protected]>
Fix for #2423. request.data => body, params is used for querystrings (#2425)

* Fix for #2423. request.data is replaced by body, params is used for querystring interpolation....

github.com/MithrilJS/mithril.js - 8a7eae00edc3a97716759baa1305953723de8e33 authored over 5 years ago by Erik Vullings <[email protected]>
v2.0.0-rc.6

github.com/MithrilJS/mithril.js - e82f6d00c23a429fa1c09e74536294b99984fe73 authored over 5 years ago by Isiah Meadows <[email protected]>
Bundled commit for 0ce3aa066aef7330ae90f64ab67719cb3338fc13 [skip ci]

github.com/MithrilJS/mithril.js - 06e94e52062dbb7c6b17b95047d4173a3db259e6 authored over 5 years ago by Isiah Meadows <[email protected]>
Fix #2419 (#2421)

* Fix #2419

* Update the changelog

github.com/MithrilJS/mithril.js - 0ce3aa066aef7330ae90f64ab67719cb3338fc13 authored over 5 years ago by Isiah Meadows <[email protected]>
Add missing line

Drive-by: fix formatting error in v2.0.0 section

Fixes #2418

github.com/MithrilJS/mithril.js - 0306401a76af0e800ae9d3c0d31c76c058357d39 authored over 5 years ago by Isiah Meadows <[email protected]>
Maybe *this* time, everything should magically work...

github.com/MithrilJS/mithril.js - 41e8b614e18e1203f845eab6e590f278dc3c0acc authored over 5 years ago by Isiah Meadows <[email protected]>
This folder shouldn't have been committed

github.com/MithrilJS/mithril.js - 836d35a6e32232a1e7cc5cf30445418b8dd294e0 authored over 5 years ago by Isiah Meadows <[email protected]>
Regenerate docs since I seem to be having Travis permission errors...

github.com/MithrilJS/mithril.js - 3befb96909e5e70e6299bfbb653c50121be8883b authored over 5 years ago by Isiah Meadows <[email protected]>
v2.0.0-rc.5

github.com/MithrilJS/mithril.js - f1d001cfcd18a3384665af4d2bdb75d9342320ef authored over 5 years ago by Isiah Meadows <[email protected]>
Run `npm audit fix` and prune

github.com/MithrilJS/mithril.js - 7fb47852c0413fa1292c2f52e79317daab511ae4 authored over 5 years ago by Isiah Meadows <[email protected]>
Merge branch 'next'

github.com/MithrilJS/mithril.js - 3b301d928ea1ddaf3161b1ec45c4f2acaf601a40 authored over 5 years ago by Isiah Meadows <[email protected]>
Update SSH key because I'm apparently dumb

- The SSH issue does appear *fixed*.

github.com/MithrilJS/mithril.js - 51e0aee2ab2cfb763fb297828405f03f680c3fd7 authored over 5 years ago by Isiah Meadows <[email protected]>
Attempt to fix docs generation issues

github.com/MithrilJS/mithril.js - 89e1f5d8d34996534fd93c558d68a0827d9cbb2f authored over 5 years ago by Isiah Meadows <[email protected]>
Update docs/request.md

Co-Authored-By: isiahmeadows <[email protected]>

github.com/MithrilJS/mithril.js - 852fd1b1664a346d40e90beb41b853258cc78fcd authored over 5 years ago by Stephan Hoyer <[email protected]>
Bundled output for commit 794e8e963ffd001f6439dcb972ada37164ab13ab [skip ci]

github.com/MithrilJS/mithril.js - 09ccf0e3b39e1d7f4461ebc7ca0394284fcf85bd authored over 5 years ago by Isiah <[email protected]>
Bring some sanity to request parsing and error handling (#2335)

* Update docs/request.md
* Bring some sanity to request parsing and error handling

- The bro...

github.com/MithrilJS/mithril.js - 794e8e963ffd001f6439dcb972ada37164ab13ab authored over 5 years ago by Isiah Meadows <[email protected]>
Bundled output for commit 58f1c7439457eadfd44d36ee7642b68845f2b6af [skip ci]

github.com/MithrilJS/mithril.js - 09afc54c7b0826a49ec9d7dea0faefd1ab6f8c6c authored over 5 years ago by Isiah <[email protected]>
Streamline route/request path handling and split params + body in requests (#2361)

Fixes #2360
Fixes #1138
Fixes #1788 a little less hackishly
Probably fixes a few other issues...

github.com/MithrilJS/mithril.js - 58f1c7439457eadfd44d36ee7642b68845f2b6af authored over 5 years ago by Isiah Meadows <[email protected]>
Drop ESM support (#2366)

* Drop ESM support

* Add `"unpkg"` field

github.com/MithrilJS/mithril.js - b17b00e9eb42af7452f4d818aef77c5b7ea6e3a6 authored over 5 years ago by Isiah Meadows <[email protected]>
standardize cdn links in docs (#2416)

- consistently use @next and explicit path

github.com/MithrilJS/mithril.js - 9b38e41fd6129d270f8899067775cad900444cff authored over 5 years ago by Daniel Loomer <[email protected]>
Adding fallback font-family sans-serif (#2411)

github.com/MithrilJS/mithril.js - 61af23de248c6cb64a44f8bc98012e6a8ae5252c authored over 5 years ago by Rishabh Rawat <[email protected]>
fix small typos (#2409)

Bootstrap FullCalandar Example -> Bootstrap FullCalendar Example
console.log('FullCalndar::oncr...

github.com/MithrilJS/mithril.js - 6d36fe09d129928c6b460720e08d9ed321fcd62b authored over 5 years ago by Oscar <[email protected]>
fix small typo (#2408)

m.route.params() -> m.route.param()

github.com/MithrilJS/mithril.js - db0b5e26ba061c29e505ddff9654ecb640da534b authored over 5 years ago by Oscar <[email protected]>
Fix #2379

github.com/MithrilJS/mithril.js - 000bb5aa5584ace3dcd3a8b6fb7e98768629daa6 authored over 5 years ago by Isiah Meadows <[email protected]>
Corrected the case issue of 'JavaScript' throughout the docs (#2401)

* corrected JavaScript spelling

github.com/MithrilJS/mithril.js - 982fdf573722c1f903fddf3dc2bf0f17d5856908 authored almost 6 years ago by Ayush Jain <[email protected]>
Bundled output for commit 0707de58677ed321c6a34293f9ba430473c5c2df [skip ci]

github.com/MithrilJS/mithril.js - 44fac6c4ca2042ff63ee4f50e1abf74b5a2b5430 authored almost 6 years ago by Isiah <[email protected]>
Swap out keys so they use mine (#2393)

github.com/MithrilJS/mithril.js - 0707de58677ed321c6a34293f9ba430473c5c2df authored almost 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit b0e4f4f2f8669b55d22185ea03dae4d40c508aac [skip ci]

github.com/MithrilJS/mithril.js - a154ace88925c2b511feed528dbe1bf4b2c52091 authored almost 6 years ago by Gandalf-the-Bot <[email protected]>
Run `npm audit fix`

github.com/MithrilJS/mithril.js - b0e4f4f2f8669b55d22185ea03dae4d40c508aac authored almost 6 years ago by Isiah Meadows <[email protected]>
Fix mixed content error. (#2383)

Mixed Content: The page at 'https://cdn.rawgit.com/MithrilJS/mithril.js/master/examples/threadit...

github.com/MithrilJS/mithril.js - 853a54ae796f3714689e6dbe95f5942bf1762b43 authored almost 6 years ago by Arun Cvf <[email protected]>
Fixed wrong setItem params (#2381)

github.com/MithrilJS/mithril.js - 8e7f85f389cabb14e52b05bdbbfadfffeae48e94 authored almost 6 years ago by tebe <[email protected]>
Mithril now accepts donations through OpenCollective (#2363)

* Mithril now accepts donations through OpenCollective

* Include both backers and sponsors

* A...

github.com/MithrilJS/mithril.js - 2010a0a71a828b044be1d84840309beb92782829 authored almost 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit ddec23efe7b6a9f694211a82f20af0c5d668ce55 [skip ci]

github.com/MithrilJS/mithril.js - 9550730e99911069efbc11164fbe4a6e7e0d21ac authored almost 6 years ago by Gandalf-the-Bot <[email protected]>
Mithril now accepts donations through OpenCollective (#2363)

* Mithril now accepts donations through OpenCollective

* Include both backers and sponsors

...

github.com/MithrilJS/mithril.js - ddec23efe7b6a9f694211a82f20af0c5d668ce55 authored almost 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit a9172f1129a76117a35cab8b829f85542defee5e [skip ci]

github.com/MithrilJS/mithril.js - 621352fbd74e31695ac3ed05aa7b0dee42e41a5a authored almost 6 years ago by Gandalf-the-Bot <[email protected]>
Feature onmatch route param (#2371)

* added route param in onmatch

* fix docs

* included test

* docs fix

github.com/MithrilJS/mithril.js - a9172f1129a76117a35cab8b829f85542defee5e authored almost 6 years ago by Yogesh Khatri <[email protected]>
Small typo fix (#2372)

github.com/MithrilJS/mithril.js - 6f8f011b88d6232b2163f297662d5e6b3b3dbbdc authored almost 6 years ago by Isiah Meadows <[email protected]>
Prepare [email protected], [email protected]

Also, correct the change logs to be much more consistent between each
other and ensure the ospec...

github.com/MithrilJS/mithril.js - beb129c5fbf11810a47d3b12d60b55e4b52806bc authored almost 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit 7eea1b1e62f2706bd0bfa1a1c9c1fb9f84d97dde [skip ci]

github.com/MithrilJS/mithril.js - b33f10d29be3b2a2bcaa5bab04e758d936022527 authored almost 6 years ago by Gandalf-the-Bot <[email protected]>
Fix Stream.end() (#2369)

github.com/MithrilJS/mithril.js - 7eea1b1e62f2706bd0bfa1a1c9c1fb9f84d97dde authored almost 6 years ago by Ivan Kupalov <[email protected]>
Forgot to revert `ospec/package.json` [skip ci]

github.com/MithrilJS/mithril.js - 415862880df2345b41c990f7bc6972b409415a2d authored almost 6 years ago by Isiah Meadows <[email protected]>
Not updating ospec yet (I lack permissions) [skip ci]

github.com/MithrilJS/mithril.js - 2ab559fdd0e6bdbda69309ec9319e25a55ec1c80 authored almost 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit 99a61a09dc474ea60b7abadffc0ad5cd30285911 [skip ci]

github.com/MithrilJS/mithril.js - 194b76758472172b764ccc8e855100e0b6b4e8a9 authored almost 6 years ago by Gandalf-the-Bot <[email protected]>
Update a few dependencies, update ospec to version 3.1.0 (#2370)

github.com/MithrilJS/mithril.js - 99a61a09dc474ea60b7abadffc0ad5cd30285911 authored almost 6 years ago by Isiah Meadows <[email protected]>
Fix version script [skip ci]

For some reason, it was never updated to include the stream bundle.

github.com/MithrilJS/mithril.js - 02844a0b89b5dfa54a54c84463f401d044453c19 authored almost 6 years ago by Isiah Meadows <[email protected]>
v2.0.0-rc.4

github.com/MithrilJS/mithril.js - c803918f0059a129f3bf61e807b93c2e07534f38 authored almost 6 years ago by Isiah Meadows <[email protected]>
Fix linter error

github.com/MithrilJS/mithril.js - 08feb1795ec2a6c3d0f7b34ab361e5d4b1ef8417 authored almost 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit 2a9b3964cadab036372a4f315d92f16b8572bc7e [skip ci]

github.com/MithrilJS/mithril.js - de2e60acb3f2f781f06864a7fbf78f4ff69cfe61 authored almost 6 years ago by Gandalf-the-Bot <[email protected]>
Fix the `Stream.HALT` warning's condition

Previously, it warned on all *but* the first use, which is obviously
wrong. This corrects it to ...

github.com/MithrilJS/mithril.js - 2a9b3964cadab036372a4f315d92f16b8572bc7e authored almost 6 years ago by Isiah Meadows <[email protected]>
s/mithril/mithril@next/g, add v1 docs link [skip ci] (#2368)

This should help point users to the correct version if they plan to
install the release candida...

github.com/MithrilJS/mithril.js - b91a10a233b58110d08268b21673ea9da4eb94fc authored almost 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit f30cf0afaac7aa39072268bc26d104a2ce95632f [skip ci]

github.com/MithrilJS/mithril.js - 722a4f4af9b9cf7bb281200e1ea6e1ef336942d5 authored almost 6 years ago by Gandalf-the-Bot <[email protected]>
Streams should be in ES5

github.com/MithrilJS/mithril.js - f30cf0afaac7aa39072268bc26d104a2ce95632f authored almost 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit 23fe0a5ab1b60626b88da1a206789dfdc81b506c [skip ci]

github.com/MithrilJS/mithril.js - ee232f00ffdabb6fd8d2ba6cb1aae0615d6ff15d authored almost 6 years ago by Gandalf-the-Bot <[email protected]>
Fixed scan with skip (#2357)

* Fixed bad test for scan

The previous test didn't catch the fact that the accumulator had be...

github.com/MithrilJS/mithril.js - 23fe0a5ab1b60626b88da1a206789dfdc81b506c authored almost 6 years ago by Adam Gamble <[email protected]>
Bundled output for commit 39c20bdb34bd7d8ed225b0df75d2cd5021b4c9fd [skip ci]

github.com/MithrilJS/mithril.js - 65e2561c555f072814b8dab85f58488516443e4a authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Handle `[` fragment selector. Fixes #2349 (#2352)

* Handle `[` fragment selector. Fix #2349

* Update tests

* Simplify hyperscript function

github.com/MithrilJS/mithril.js - 39c20bdb34bd7d8ed225b0df75d2cd5021b4c9fd authored about 6 years ago by Vasil Rimar <[email protected]>
Fix typo in examples/editor (#2350)

* Small typo prevented Markdown Editor example from working

github.com/MithrilJS/mithril.js - 1aaa2ff568491104d5e5816463292fdb01ff7c84 authored about 6 years ago by Oliver Adria <[email protected]>
Show how to use each routing strategy in docs (#2332)

github.com/MithrilJS/mithril.js - eaa1c13664b2eb9114cdd8c14553a28e419e24e3 authored about 6 years ago by Gilbert <[email protected]>
Fix a couple missing files [skip ci]

Why does adding files have to be such a pain...?

github.com/MithrilJS/mithril.js - e068bd421ce2660cca60f4c3dba49f3b01076da0 authored about 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit f09c84c36967f5e470cd989bf731dd41389ebb09 [skip ci]

github.com/MithrilJS/mithril.js - 3ecee100536302b0680b51c9ef2935c71f9057ba authored about 6 years ago by Gandalf-the-Bot <[email protected]>
v2.0.0-rc.3

github.com/MithrilJS/mithril.js - f09c84c36967f5e470cd989bf731dd41389ebb09 authored about 6 years ago by Isiah Meadows <[email protected]>
Update package-lock.json

github.com/MithrilJS/mithril.js - 8dbf63883b19c531ec22c600ae1d20a7afb2ef40 authored about 6 years ago by Isiah Meadows <[email protected]>
Merge branch 'next'

github.com/MithrilJS/mithril.js - aacfda739a6ec9aea37d1b4f2c08f411e55ea10b authored about 6 years ago by Isiah Meadows <[email protected]>
Make sure to include new bundles in `version` script

github.com/MithrilJS/mithril.js - 353e4c1748475477d50e1b1f323b3fcde7fd3da5 authored about 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit e31c06be3e1587e082cb5c1a7dcfdf1a1e17bab6 [skip ci]

github.com/MithrilJS/mithril.js - 14a085e59c1e4e53c25b22d0f123b414166ce621 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
v2.0.0-rc.2

github.com/MithrilJS/mithril.js - e31c06be3e1587e082cb5c1a7dcfdf1a1e17bab6 authored about 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit 966e78bcab7f6eacc69e533046f2e3677251d8ee [skip ci]

github.com/MithrilJS/mithril.js - bd25a8b37d3f7944fdc1bc227627110c4ffe7378 authored about 6 years ago by Gandalf-the-Bot <[email protected]>