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

Allow variadic arguments to `m.fragment` (#2328)

* Implement support for variadic arguments to `m.fragment`

While I was at it, I refactored th...

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

github.com/MithrilJS/mithril.js - 843f4202913f439d6625db1ac68389d50a1421e7 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
update stream export name (esm build) (#2330)

github.com/MithrilJS/mithril.js - 922093f1ba685e9b926df1f82e27dd5f6c29c035 authored about 6 years ago by Daniel Loomer <[email protected]>
Bundled output for commit bcc6003bf3fff0613090d49215c6d0520f82c802 [skip ci]

github.com/MithrilJS/mithril.js - c6d6afbdfaf7b569c13e8cbd59b94ce0a941f6b7 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
make gandalf run build-esm fixes #2325 (#2326)

github.com/MithrilJS/mithril.js - bcc6003bf3fff0613090d49215c6d0520f82c802 authored about 6 years ago by Daniel Loomer <[email protected]>
Fix style updates to avoid unnecessary allocation (#2312)

* Fix style updates to avoid unnecessary allocation

- Drive-by: properly censor `cssFloat` ->...

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

github.com/MithrilJS/mithril.js - b25e8e15a0da0418803a4017234bb1a76c9fc88c authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Fix event handler `this` value, simplify redraw handling (#2320)

Shaves 10 bytes off the bundle from smaller name + reduced indirection

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

github.com/MithrilJS/mithril.js - 84cb4e750afcd6f26b5e6ed5c67e22d4018de6a9 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Remove `m.prop` + `m.withAttr` (#2317)

* Remove `m.prop` + `m.withAttr`

- For many uses, `m.withAttr` is *more* verbose than just di...

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

github.com/MithrilJS/mithril.js - 86c16820f7136dfe3140f5b3983e0b6a23af0c5b authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Fix some linter issues, update ESLint (#2318)

* Fix linter issues, run `npm audit fix`

* Update ESLint to not be so ancient.

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

github.com/MithrilJS/mithril.js - 021ef9045583ef73d76195395f1b6e74a19a0270 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Fix `m.request`/`m.jsonp` to not mutate arguments, simplify code (#2288)

I basically recast it to remove 99% of the duplication. They're
basically the same function mod...

github.com/MithrilJS/mithril.js - 7cbc15e7a2ec0da3c503d8715719f5406b775190 authored about 6 years ago by Isiah Meadows <[email protected]>
Create an Issues Submission Page Enhancement (#2271)

* create and Issue Template Directory with a Bug Report Template File derived from moved ISSUE_T...

github.com/MithrilJS/mithril.js - eee2c1b0327347050c55cf79f0a9c41cf2a590c1 authored about 6 years ago by Andrew Miracle <[email protected]>
Fix docs bug, advise against reusing `vnode.attrs` itself (#2250)

* Fix docs bug, advise against reusing `vnode.attrs` itself [skip ci]
* Be consistent + correct...

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

github.com/MithrilJS/mithril.js - 50fb2370bc05ac1036ddeb5dceff74ee11c32a02 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Officially drop IE9-10 support, pull out our hacks (#2296)

- I also fixed a bunch of related comments
- I had to polyfill `requestAnimationFrame` for Node...

github.com/MithrilJS/mithril.js - 4a641092dc08d441458724ed020ae4d0f935fb35 authored about 6 years ago by Isiah Meadows <[email protected]>
Reverse hook order for all but `onbeforeupdate` (#2297)

- Drive-by: `onbeforeupdate` prevents subtree redraw if *either* hook
returns `false`, not *b...

github.com/MithrilJS/mithril.js - a8473e63c95b3b513a067aa05497c923c72593c4 authored about 6 years ago by Isiah Meadows <[email protected]>
Simplify bundler a little (#2290)

- Remove a useless abstraction
- Remove a useless write + read
- Only read when generating the...

github.com/MithrilJS/mithril.js - c33621cd52d720f23066c20f65f57ad6178538b7 authored about 6 years ago by Isiah Meadows <[email protected]>
Fix #1908, document fields. [skip ci] (#2314)

github.com/MithrilJS/mithril.js - a96caf25c50d5d8d3e3eb692e7b110c951743fde authored about 6 years ago by Isiah Meadows <[email protected]>
Add alternative CDN (#2018)

* Add alternative CDN
* Update README.md
Co-Authored-By: LukasDrgon <[email protected]>

github.com/MithrilJS/mithril.js - a2bf713e006bf1126c2041dbc02f512353a6068f authored about 6 years ago by Lukas Drgon <[email protected]>
Rewrite stream (#2207)

* Rewrite stream

* Rename HALT to SKIP

* Rename HALT to SKIP

* Remove valueOf and toStr...

github.com/MithrilJS/mithril.js - 58c86f75468438b26915f51d9f8df0da321fe27e authored about 6 years ago by Rasmus Porsager <[email protected]>
Re-add myself as a code owner [skip ci]

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

github.com/MithrilJS/mithril.js - 42919cdf91ea0d66c396a901028e545bdc7f1954 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Allow css vars with uppercase characters (#2311)

* Allow css vars with uppercase characters

* Remove charAt

* Extract dash lowercase lambda...

github.com/MithrilJS/mithril.js - 7c299ab48cd262ad488d9a4285670db65e3e1d67 authored about 6 years ago by Rasmus Porsager <[email protected]>
Bundled output for commit 4c5968a526229e94945de662645939579f1e3a32 [skip ci]

github.com/MithrilJS/mithril.js - 87033bf1e0309aff7f7d118ee2ae460bd978ef4c authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Fix #2192 (#2308)

* Fix #2192

* Fix mock style property definitions

* Re-instate camelCased style property k...

github.com/MithrilJS/mithril.js - 4c5968a526229e94945de662645939579f1e3a32 authored about 6 years ago by Barney Carroll <[email protected]>
Bundled output for commit 421474c0e2eaa4518dfd2a9fe31da6bec92769e4 [skip ci]

github.com/MithrilJS/mithril.js - d1c090efb7cce761a1348556ee27cf3646576ad2 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Cast className using toString (#2309)

* Cast className using toString

* Add to change-log

github.com/MithrilJS/mithril.js - 421474c0e2eaa4518dfd2a9fe31da6bec92769e4 authored about 6 years ago by Rasmus Porsager <[email protected]>
Ospec: expose messages for passing tests, in addition to failing tests (#2227)

* ospec: all results, failing and passing, include .message and .context

Previously only fail...

github.com/MithrilJS/mithril.js - b5219920ab4ab2a8d6ea96444e6ca385d4820ca7 authored about 6 years ago by Robin (Robert) Thomas <[email protected]>
Add 'throws'/'notThrows' assertion to Ospec for error reporting (#2255)

* Ospec: added assertion that function does/doesnt throw error

* Ospec.throws passes npm test...

github.com/MithrilJS/mithril.js - 0fd1bc9caeb2bea05857c75d4d34495382f88810 authored about 6 years ago by Robin (Robert) Thomas <[email protected]>
Update/improve 3rd party integration docs (#2306)

* Add noUiSlider example

* Rewrite FullCalendar example

github.com/MithrilJS/mithril.js - 22427db882aa927670e7c039a69711becfc78e92 authored about 6 years ago by spacejack <[email protected]>
readme updated for npm installation (#2303)

* readme updated for npm installation

* change request

github.com/MithrilJS/mithril.js - d66b7f6c0d81ce2d1f6d63af318a55bd0723287c authored about 6 years ago by Saravyas <[email protected]>
adding missing anchor (#2305)

github.com/MithrilJS/mithril.js - bf1afa06fdf796ed79f7734c25b17da653e69cca authored about 6 years ago by Boaz Blake <[email protected]>
Fix parentheses in link (#2300)

github.com/MithrilJS/mithril.js - 52f81ff569131f84cfa4d3e703c3ab248b58d530 authored about 6 years ago by Marco Bolis <[email protected]>
Component docs update: an effective compromise re: state & syntactic variance (#2294)

* Update components.md

* Update components.md

* Update components.md

* Update component...

github.com/MithrilJS/mithril.js - 52ccea2cad4fac27a1c94dd58df0745021d6ba59 authored about 6 years ago by Scotty Simpson <[email protected]>
Bundled output for commit 4d579c50b625a69438d9f3ea78e2e82e2fbb73c4 [skip ci]

github.com/MithrilJS/mithril.js - 749f54d7cfe6459d77523eb8d3a2dba23a4ab674 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Revert "Fix #1771 and probably others (#2286)" (#2299)

4f68984f2f8951669a619e5a5c496ecdba61f950

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

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

- I missed that part when reviewing #2194

github.com/MithrilJS/mithril.js - 638d72481cbdcffee98320a2e6c82e5d0b1fab26 authored about 6 years ago by Isiah Meadows <[email protected]>
output mithril, stream and ospec esm versions on build - fixes #2112 (#2194)

* output mithril, stream and ospec esm versions on build

* Add esm bundles

* [request] Cle...

github.com/MithrilJS/mithril.js - c3896b92e683a4ebb85b757aafdd3702d2154f02 authored about 6 years ago by Rasmus Porsager <[email protected]>
Bundled output for commit 4f68984f2f8951669a619e5a5c496ecdba61f950 [skip ci]

github.com/MithrilJS/mithril.js - 0d36d0db85b8cf03d7c84e8efd93ddce10fa4d1b authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Fix #1771 and probably others (#2286)

This is *super* subtle, and IMHO Chrome did exactly the wrong thing
here.

github.com/MithrilJS/mithril.js - 4f68984f2f8951669a619e5a5c496ecdba61f950 authored about 6 years ago by Isiah Meadows <[email protected]>
Add Stream.lift (#1950)

* Add stream.lift and tests

* Add docs

* Add to change-log

github.com/MithrilJS/mithril.js - 76e585c5236bf4049e69bc67ccb3835f8c3612d1 authored about 6 years ago by spacejack <[email protected]>
Docs - prioritize closure components for state (#2292)

* Emphasize closure components in components.md

* Use closure components for all stateful com...

github.com/MithrilJS/mithril.js - a147023f4e833b096a2b3b250fe18bfd1345a3fa authored about 6 years ago by spacejack <[email protected]>
Bundled output for commit 232ff597a62ca8e03a259b77a829ceaafdd89475 [skip ci]

github.com/MithrilJS/mithril.js - 4ac33fa483d58b426e991b8d24bc53f5ea810b92 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Switch to Terser (#2289)

1. It's actually supported
2. It's less buggy

https://twitter.com/dan_abramov/status/1060216...

github.com/MithrilJS/mithril.js - 232ff597a62ca8e03a259b77a829ceaafdd89475 authored about 6 years ago by Isiah Meadows <[email protected]>
Add example for m.route.set with params (#2229)

Add example on how to use m.route.set with params

github.com/MithrilJS/mithril.js - 561b13c8a4c873a0bea34ab3c612486432d9116c authored about 6 years ago by Miguel Espinoza <[email protected]>
Bundled output for commit d6489e3b3f13ce3fdcfa9efdac55b8fe90012bdc [skip ci]

github.com/MithrilJS/mithril.js - 19ac08c7bcdaf26ed45e0aba7fb05a4c8fd636d3 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Merge #2075 into next (#2175)

* fix: Access document.activeElement through a function that eats errors for IE (#2075)

* tes...

github.com/MithrilJS/mithril.js - d6489e3b3f13ce3fdcfa9efdac55b8fe90012bdc authored about 6 years ago by Pierre-Yves Gérardy <[email protected]>
Examples: Pure reactive clone of the animation example (#1830)

* Replace run by stream

* Switch to m.stream.scan

* view switched to pure function

* Se...

github.com/MithrilJS/mithril.js - 0cae0b078b185bb5922c5376e1a42e00cccdae60 authored about 6 years ago by Dmitri Zaitsev <[email protected]>
Update Travis script [skip ci]

- Update to use my API key
- Don't try to auto-publish pre-releases

github.com/MithrilJS/mithril.js - b0030047a7d7610b82781d5cc4aae2f8e82da980 authored about 6 years ago by Isiah Meadows <[email protected]>
v2.0.0-rc.1

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

github.com/MithrilJS/mithril.js - 7140c483c6f1ff053de9dcfc0646693d43788f0a authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Add `m.prop` (#2268)

Fixes #2095

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

github.com/MithrilJS/mithril.js - 75626b30db9bd3b35cd1cc539097fd77ac77832e authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Abandon Closure Compiler in favor of UglifyES (#2285)

Moved to UglifyES, ditched async cruft, clarified responsibilities between cli & minify.

Make...

github.com/MithrilJS/mithril.js - 843d7ad45431b86953ec36dd36f4b2cc18659e32 authored about 6 years ago by Scotty Simpson <[email protected]>
remove redundant changelogs for 1.1.4-6 (#2277)

github.com/MithrilJS/mithril.js - 9d2586df9cfa429bbda2c08677032d8d86149897 authored about 6 years ago by Scotty Simpson <[email protected]>
Bundled output for commit a73c157dfffc2ce45f99881875b0a464adf2939d [skip ci]

github.com/MithrilJS/mithril.js - ed3faf4fad6a8609f4e48bc549cb5e47272d0ca7 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
refactor: Vnode.normalizeChildren to anonymous function (#2208)

github.com/MithrilJS/mithril.js - a73c157dfffc2ce45f99881875b0a464adf2939d authored about 6 years ago by makibishi <[email protected]>
Bundled output for commit ea0ce7f7628eae7cd54a5532832c62581bacf1ec [skip ci]

github.com/MithrilJS/mithril.js - 761de0908b8f7a6c099367fc745004ead10e0761 authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Store normalized vnodes in the dom element. Add render tests. (#2266)

* Store normalized vnodes in the dom element. Add render tests.

* Add entry to change-log

github.com/MithrilJS/mithril.js - ea0ce7f7628eae7cd54a5532832c62581bacf1ec authored about 6 years ago by spacejack <[email protected]>
Remove a section that's 1. buggy and 2. controversial [skip ci] (#2265)

See discussion in #2250 and #1986 for more details.

github.com/MithrilJS/mithril.js - b9c3c6c9c803367a036362b9b058547d68bb76d9 authored about 6 years ago by Isiah Meadows <[email protected]>
Add docs about using EventListener objects (#2260)

* Add docs about using EventListener objects

* Fix typo

* Less misleading description of e...

github.com/MithrilJS/mithril.js - 0e6223da73b9f9c13d3faae9d5b4134fe1245a56 authored about 6 years ago by spacejack <[email protected]>
Fix #2210 (#2259)

Changed the example command for Mithril Bundler to be more consistent with Webpack quick start.

github.com/MithrilJS/mithril.js - 86549d3d4880128b737ea5bc0f9ebb2e2640b154 authored about 6 years ago by Travis Horn <[email protected]>
Bundled output for commit 3e494583c64720b773b808c9a151582b12caa101 [skip ci]

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

github.com/MithrilJS/mithril.js - 3e494583c64720b773b808c9a151582b12caa101 authored about 6 years ago by Isiah Meadows <[email protected]>
Fixing bugs introduced by the big `next` merge

- Update package-lock.json
- Remove (failing) dupe ospec suite

Git didn't *quite* do the right ...

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

github.com/MithrilJS/mithril.js - 26350707346239439ba599689dcf98d78146b979 authored about 6 years ago by Isiah Meadows <[email protected]>
Update changelog in preparation for v2.0.0-rc [skip ci]

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

github.com/MithrilJS/mithril.js - e7c71f6ba2adabd7a37d2576d42de308c68deefb authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Avoid triggering `Object.prototype.__proto__` with keys (#2251)

This way, the diff algorithm works with untrusted keys.

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

github.com/MithrilJS/mithril.js - d2ca44b6939310eb8ea0ef98e3680ca9abd6215d authored about 6 years ago by Gandalf-the-Bot <[email protected]>
Fix #2232 - wrongly matching prop after comments ending with a dot (#2249)

* Fix #2232 - wrongly matching prop after comments ending with a dot

* Avoid matching urls `://`

github.com/MithrilJS/mithril.js - 68e412bb594fda2d80326df2841aba147b14ca4d authored about 6 years ago by Rasmus Porsager <[email protected]>
Exit process with error on bundler errors (#2240) (#2244)

* Exit process with error on bundler errors (#2240)

Setting the errorCode within bundle.js do...

github.com/MithrilJS/mithril.js - 385458aadda242cb2a549371f3d087f1083974f8 authored about 6 years ago by ᴙɘɘᴙgYmɘᴙɘj <[email protected]>
Bundled output for commit 62eb081a1315ef5310dadda75e9f8b7ad4e27e99 [skip ci]

github.com/MithrilJS/mithril.js - d40d871a9d352fd27e9654b70a44dcbda5e96c17 authored over 6 years ago by Gandalf-the-Bot <[email protected]>
Simplify element removal to save a few bytes

It's also a minor peephole optimization, but I saw bigger size wins, so
I'm citing that.

github.com/MithrilJS/mithril.js - 62eb081a1315ef5310dadda75e9f8b7ad4e27e99 authored over 6 years ago by Isiah Meadows <[email protected]>
Bundled output for commit 1ecc30a0641d31c9b5f38227270c8f4b9b1cf54d [skip ci]

github.com/MithrilJS/mithril.js - fa4ad79d897665685318d9349f01c4734659b217 authored over 6 years ago by Gandalf-the-Bot <[email protected]>
Fix custom elements attribute application, improve key checking

- Fix custom elements attribute application to acknowledge that not all
custom elements operat...

github.com/MithrilJS/mithril.js - 1ecc30a0641d31c9b5f38227270c8f4b9b1cf54d authored over 6 years ago by Isiah Meadows <[email protected]>
Add functionality for inspecting arbitrary past calls

This made it much easier to debug multiple calls while developing this
patch.

github.com/MithrilJS/mithril.js - f844cc813480682dca7821cf8ca650bb10a672bc authored over 6 years ago by Isiah Meadows <[email protected]>
adding stephen hoyers how-to-mithril

github.com/MithrilJS/mithril.js - 89d833e909b28269439d4b5322b1076f3392123e authored over 6 years ago by Boaz Blake <[email protected]>
Bundled output for commit ad5118165ce2d49709ba25f35b074bb2a2033095 [skip ci]

github.com/MithrilJS/mithril.js - e7a7c0dc53ff90d49379b093e6485c63d415bc2e authored over 6 years ago by Gandalf-the-Bot <[email protected]>
Fix redundancy (#2213)

* Remove redundant empty fragment return

* Rebuild bundles

* Update changelog

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

github.com/MithrilJS/mithril.js - 8f617967ea2c7d95d5e26ab509f7428218d74f51 authored over 6 years ago by Gandalf-the-Bot <[email protected]>
Unbreak accidental back-compat break with event optimization (#2222)

This was supposed to be purely additive. See here for more details:

https://github.com/Mithri...

github.com/MithrilJS/mithril.js - c703b03253992b523187d3d8d911af885683e42c authored over 6 years ago by Isiah Meadows <[email protected]>
chore: removing myself due to chronic lack of time

github.com/MithrilJS/mithril.js - f4ddcc4b248cc36425253589bcdfd28b77c25d90 authored over 6 years ago by Pat Cavit <[email protected]>
Doc update for unpkg src attr (#2205)

* Add https: to unpkg src attr

* [docs] Credit @cavemansspa

github.com/MithrilJS/mithril.js - e62f0f38f63217bf85f358b67fd057f14dfacbe9 authored over 6 years ago by cavemansspa <[email protected]>
Bundled output for commit af90b6b4a6993d610ef6292bd8da3831c87958cd [skip ci]

github.com/MithrilJS/mithril.js - 8ae094fd8546b626a31973701d744b78c49fcb4a authored over 6 years ago by Gandalf-the-Bot <[email protected]>
Add support for setting `responseType` of xhr via m.request options

github.com/MithrilJS/mithril.js - af90b6b4a6993d610ef6292bd8da3831c87958cd authored over 6 years ago by Stephan Hoyer <[email protected]>
Fix #1714 conditionally halting stream (#2200)

* Fix #1714 conditionally halting stream

* Add note in changelog

github.com/MithrilJS/mithril.js - d64e0a950f00e5d24a367bd2f4eb32b052c67e83 authored over 6 years ago by Rasmus Porsager <[email protected]>
Bundled output for commit fd7cf8041e19b7cb7771ef6045a9bde9df6c09d4 [skip ci]

github.com/MithrilJS/mithril.js - 4d0047380c1fdb10c5e5d23d2be1b72471ffd855 authored over 6 years ago by Gandalf-the-Bot <[email protected]>
[request] Clearer error message for JSON deserialization failure (#2195)

github.com/MithrilJS/mithril.js - fd7cf8041e19b7cb7771ef6045a9bde9df6c09d4 authored over 6 years ago by Martti Laine <[email protected]>
[ospec] v3.0.1

github.com/MithrilJS/mithril.js - e46d03f467a5fd2b0e0b5181cd1d6998860431ff authored over 6 years ago by Pierre-Yves Gérardy <[email protected]>
Fix glob inclusion on npm install

github.com/MithrilJS/mithril.js - ecfa59c0164ff4e19a94699f0029170c6e28a65f authored over 6 years ago by Rasmus Porsager <[email protected]>
Update onbeforeremove animation example to use animationend event

github.com/MithrilJS/mithril.js - 28a5c1302701df584eb4059c99401be09631cb92 authored over 6 years ago by kevinkace <[email protected]>
[docs] Update the TOC of installation.md

github.com/MithrilJS/mithril.js - 85c1e99d9dd592703f481c4b1ec212d52767c657 authored over 6 years ago by Pierre-Yves Gérardy <[email protected]>
[opec] v3.0.0

github.com/MithrilJS/mithril.js - f39081b2a51132084dd49d34626093b5f12eeeed authored over 6 years ago by Pierre-Yves Gérardy <[email protected]>
Use parcel instead of webpack for quickstart. (#2182)

much simpler

github.com/MithrilJS/mithril.js - 4de59e5b3312f511b3ae3a744418d7445662c069 authored over 6 years ago by Stephan Hoyer <[email protected]>
Bundled output for commit 571b60830b2d501494066425eb4e1b4bc8c11f5a [skip ci]

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