mithril-vndb/stream
Isiah Meadows 234b1c9302 Update migration, fix various minor issues
- Lot of people couldn't migrate to v1 and plan to reevaluate when v2 is
  released.
- It's "npm" not "NPM". It doesn't stand for anything, and it never
  has - it was initially chosen simply because it was easy to type.
  It has a lot of unofficial backronyms with "Node Package Manager"
  being one of the most common ones, but it's never officially stood
  for anything as an acronym *or* initialism.
- Fixed a few errors in the change log, like non-breaking changes being
  included in the "Breaking Changes" section and an inaccuracy in the
  summary of a particular change.
- Fixed RawGit URLs to point to GitHack, which is a lighter proxy that
  offloads caching to Cloudflare instead of also implementing it itself.
  (It also just uses nginx for all the important server logic, so it
  scales better.)
- Add a few more v0.2 references as appropriate
2019-07-24 05:01:20 -04:00
..
tests Fix Stream.end() (#2369) 2019-02-07 03:44:31 -05:00
change-log.md Add missing line 2019-05-30 21:06:52 -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 Conform stream.map to FL spec and clarify stream internal properties (#2481) 2019-07-23 02:35:50 -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.