Skip to content

Releases: tusharmath/qio

v8.3.2

15 Jul 13:04
Compare
Choose a tag to compare

8.3.2 (2019-07-15)

Bug Fixes

  • fio: update types for operators (d73b10f)

v8.3.1

28 Jun 08:06
Compare
Choose a tag to compare

8.3.1 (2019-06-28)

Bug Fixes

  • package: update dependencies (e197617)

v8.3.0

28 Jun 07:47
ebbbf2b
Compare
Choose a tag to compare

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

21 May 13:10
Compare
Choose a tag to compare

8.2.0 (2019-05-21)

Features

  • fio2: add support for chain (80ff0b7)

v8.1.4

21 May 08:20
Compare
Choose a tag to compare

8.1.4 (2019-05-21)

Bug Fixes

  • package: update dependencies (1b39d5f)

v8.1.3

20 May 13:07
Compare
Choose a tag to compare

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

14 May 01:17
Compare
Choose a tag to compare

8.1.2 (2019-05-14)

Performance Improvements

  • map: implement custom map operator (cbd3276)

v8.1.1

14 May 00:49
Compare
Choose a tag to compare

8.1.1 (2019-05-14)

Performance Improvements

  • fio: improve the performance of nested map by 13% (bf025d3)

v8.1.0

11 May 09:04
Compare
Choose a tag to compare

8.1.0 (2019-05-11)

Features

  • chain: chain operator is now stack safe (da60315)

v8.0.0

11 May 04:52
Compare
Choose a tag to compare

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