blob: 1d323aa55081158e50e24e670f10d29452afa1f2 [file] [log] [blame] [view]
## 0.0.2
- Add `concat`: Appends streams in series
## 0.0.1
- Initial release with the following utilities:
- `buffer`: Collects events in a `List` until a `trigger` stream fires.
- `debounce`, `debounceBuffer`: Collect or drop events which occur closer in
time than a given duration.