Releases: tusharmath/qio
Releases · tusharmath/qio
v8.3.2
8.3.2 (2019-07-15)
Bug Fixes
- fio: update types for operators (d73b10f)
v8.3.1
8.3.1 (2019-06-28)
Bug Fixes
- package: update dependencies (e197617)
v8.3.0
8.3.0 (2019-06-28)
Bug Fixes
- evaluate: simplify calculation (6af7e65)
- fio: use access for environment (91f22ec)
Features
- await: add await class (2343eaf)
- exit: add type checkers (fda782e)
- fiber: add resumeAsync() (3f05906)
- fio: add support for environment access (89e0387)
- main: add a logger (f97bf26)
- ref: add Ref data structure (b6cbacb)
- ref: make ref return a deeply readonly object (42674b9)
v8.2.0
8.2.0 (2019-05-21)
Features
- fio2: add support for chain (80ff0b7)
v8.1.4
8.1.4 (2019-05-21)
Bug Fixes
- package: update dependencies (1b39d5f)
v8.1.3
8.1.3 (2019-05-20)
Bug Fixes
- cancellation: fix cancellation leaks (f422ad8)
Performance Improvements
- migrate code base to use ts-scheduler@7.0.0 (90ffafd)
- cancellations: use an Array instead of a linked list (782cf80)
v8.1.2
8.1.2 (2019-05-14)
Performance Improvements
- map: implement custom map operator (cbd3276)
v8.1.1
8.1.1 (2019-05-14)
Performance Improvements
- fio: improve the performance of nested map by 13% (bf025d3)
v8.1.0
8.1.0 (2019-05-11)
Features
- chain: chain operator is now stack safe (da60315)
v8.0.0
8.0.0 (2019-05-11)
Bug Fixes
- typescript: remove global.d.ts (c5e8eea)
- typescript: update typings for timeout (739675b)
BREAKING CHANGES
- typescript:
FIO.timeout
doesn't throw any error