mithril-vndb/stream
Isiah Meadows b98ab29efd
Make errors and their messages more accurate and helpful (#2536)
Also, I normalized them to all be sentences for consistency, and I moved
the reentrancy check from `m.mount` to `m.render` to be a little more
helpful. The router change during mounting is inconsequential and only
to avoid the new modified error, and the change to the update loop is to
send the original error if an error occurred while initializing the
default route. (This is all around more useful anyways.)

And while I was at it, I fixed an obscure bug with sync redraws.
2019-09-30 16:08:04 -04:00
..
tests Fix Stream.end() (#2369) 2019-02-07 03:44:31 -05:00
change-log.md docs: Add release dates to all change-log files (#2513) 2019-08-21 18:55:34 -04:00
LICENSE chore: add license files to sub-packages 2017-07-12 21:04:09 -07:00
package.json Drop ESM support (#2366) 2019-05-29 09:24:10 -04:00
README.md Update migration, fix various minor issues 2019-07-24 05:01:20 -04:00
stream.js Make errors and their messages more accurate and helpful (#2536) 2019-09-30 16:08:04 -04:00

mithril-stream npm Version npm License

Mithril's m.stream as a standalone module.

See mithril.js.org/stream.html for docs/usage.