Brian Cavalier
Brian Cavalier
Recently, I started updating two libs ([creed](https://github.com/briancavalier/creed) and [most](https://github.com/cujojs/most)) to support FL 2.0, and added [Static Land](https://github.com/rpominov/static-land) support to most. In the process, I read [this thread](https://github.com/fantasyland/fantasy-land/pull/180) that led to...
Review more/core API and identify things we want to deprecate now in order to remove them in most/core 2.0. We can make a list here. - [x] newDateClock (#259)
@nikoskalogridis has been working on a `@most/test` package. Thank you! I'd like to use this as a place to discuss the design. Although the core team has discussed it a...
⚠️ DO NOT MERGE ⚠️ See also #257, specifically [this comment](https://github.com/mostjs/core/pull/257#issuecomment-415033070). This adds a `most` 2.0 package that lists `@most/core` et al as dependencies, but does not re-export anything. It...
Add virtual-stream, a package for creating "virtual streams", which are in-memory, "fake" representations of event streams where all the events (and their occurrence times) are known ahead of time. They...
Proof-of-concept implementation of fusion for timeslice operations (`until` and `since`). This introduces an explicit time bounds type and associated operations for merging time bounds, and then reimplements `until` and `since`...
From #178 - [ ] Add simple "Introduction" and/or "Why would I use creed" sections - [ ] Add another 1-2 simple examples to the README. - [ ] Add...
See #179 Move docs for `.then` and `resolve` to a new section specifically for P/A+ and ES Promise interop. Move `map` to first in the "Transform" section. Add "Flow control"...
Add flow type defs for public API, plus flow check script and build step.