Skip to content

Releases: tusharmath/qio

v7.0.1

09 May 06:50
Compare
Choose a tag to compare

7.0.1 (2019-05-09)

Performance Improvements

  • computation: remove string dependency for maintaining status (cca6a20)

v7.0.0

07 May 16:15
Compare
Choose a tag to compare

7.0.0 (2019-05-07)

Code Refactoring

  • fio: deprecate DefaultEnv (fea288c)
  • runtime: make resolving callback the first argument (a552873)

Features

  • runtime: add execute() method on runtime (591ca08)

BREAKING CHANGES

  • runtime: swap the order of callbacks inside runtime.execute
  • fio: FIO by default can be created with no env type

--wip-- [skip ci]

--wip-- [skip ci]

--wip-- [skip ci]

v6.0.0

07 May 02:10
Compare
Choose a tag to compare

6.0.0 (2019-05-07)

Bug Fixes

  • example: move dependencies outside (d0dd1fe)
  • fio: default error handling now simply prints the error and exits (a87c130)
  • package: update dependencies (67231d2)

Code Refactoring

  • envs: make defaultEnv() a function (43f5962)

Features

BREAKING CHANGES

  • envs: defaultEnv() is a function
  • fio: Change default Env type param.

v5.1.0

02 May 10:11
Compare
Choose a tag to compare

5.1.0 (2019-05-02)

Features

  • fio: add default handler for fork() (10f6ec9)

v5.0.0

02 May 05:27
Compare
Choose a tag to compare

5.0.0 (2019-05-02)

Code Refactoring

  • env: move defaultEnv inside envs module (985db7f)

BREAKING CHANGES

  • env: FIO.defaultEnv() is deprecated. Use defaultEnv directly from fearless-io

v4.0.1

01 May 15:47
Compare
Choose a tag to compare

4.0.1 (2019-05-01)

Bug Fixes

  • encase: fix default typings (5c6b636)

v4.0.0

01 May 15:22
Compare
Choose a tag to compare

4.0.0 (2019-05-01)

Code Refactoring

BREAKING CHANGES

  • fio: Renamed IO to FIO

v3.0.0

01 May 14:48
Compare
Choose a tag to compare

3.0.0 (2019-05-01)

Code Refactoring

  • env: merge SchedulerEnv and AnyEnv into one — DefaultEnv (28d1f8d)

BREAKING CHANGES

  • env: Renaming envs. Deprecating IO.schedulerEnv()

v2.0.1

01 May 13:51
Compare
Choose a tag to compare

2.0.1 (2019-05-01)

Bug Fixes

  • package: export SchedulerEnv and AnyEnv (6baea93)

v2.0.0

01 May 04:33
Compare
Choose a tag to compare

2.0.0 (2019-05-01)

Features

  • fio: add type param for failure handling (a15870e)

BREAKING CHANGES

  • fio: Type signature for FIO and IO have changed