- Last updated: 2024-10-05T12:12:32Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
1.0.1 (2024-04-20)
- update type usage (9df7cb0)
1.0.0 (2024-04-11)
- remove/migrate CSP buffer types, update readme (d4a1d23)
- BREAKING CHANGE: remove obsolete CSP buffer types & impls, re-use from @thi.ng/buffers (see 55ba21b50f)
- remove IReadBuffer & IReadWriteBuffer interfaces
- update deps (add @thi.ng/buffers)
- update docs
- update readme
0.6.0 (2023-11-09)
- add Fiber.promise() (4861d95)
- update all tests (packages A-S) (e3085e4)
0.5.5 (2023-10-18)
- add opts arg for untilPromise() (acf5ddf)
0.5.0 (2023-09-17)
- add asPromise() fiber-to-promise conversion (29fc86f)
0.4.0 (2023-09-06)
- add timeSliceIterable() (fe13b03)
0.3.0 (2023-08-14)
- update .run() default handlers (6137e7a)
- use
setImmediate()
as default for non-browser env - update tests
- use
0.2.0 (2023-08-10)
- ensure no pre-existing parent in Fiber.fork() (612adf9)
- add auto terminate option, update child handling (e59063d)
- add shuffle() operator, update deps (b3efa79)
- add CSP primitives (d8fa8ce)
- add fiber-based Channel class
- add various buffer implementations
- fifo
- lifo
- sliding
- dropping
- rewrite FIFOBuffer as ring buffer (ebac714)
- use old impl as basis for LIFOBuffer only
- update other buffer types to use new ring buffer impl
- add min. capacity assertion in ctors
0.1.1 (2023-08-05)
- update dependencies (c92ad43)
0.1.0 (2023-08-04)
- import as new pkg (7f8c6dc)
- add/update operators, add Fiber.isActive() (a1099c5)
- update Fiber.catch(), childForID(), add docs (aa8d8d0)
- fix typo in waitFrames() (5700b3e)