Skip to content

Latest commit

 

History

History
161 lines (81 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

161 lines (81 loc) · 1.66 KB

Changelog

##4.2.6

  • all errors case bug fix and test

4.2.4

  • readme update and example fix

4.1.1

  • fake isolate fix

4.1.0

  • onNext remove

4.0.0

  • null safety

3.2.6

  • added Cancelable.fromFuture constructor

3.2.4

  • fixed onNext value null calling

3.2.0

  • static mergeAll method

3.1.9

  • added mergeAll method

3.1.7

  • readme fix

3.1.6

  • readme update with explanation of how to use onValue and onNext callback and why.

2.8.4

  • edited cancelable more like then callback

2.8.3

  • added fake execute method

2.6.6

  • added "next" method to chain result with next Cancelable

2.6.0

  • Reverted value

2.5.9

  • Removed value from Cancelable

2.5.4

  • Cancelable implements Future

2.5.3

  • Changed cancelableOperation to Cancelable

2.5.0

  • warm up required

2.4.1

  • readme update and removed unnecessary wrappers

2.4.1

  • added cancelable operation

2.3.6

  • changed return type in addTask. (Still possible to wrap as Stream from future)

2.3.0

  • added runnable

2.1.4

  • optimized removing task

2.0.9

  • added task types

2.0.7

  • readme update and dependencies

2.0.5

  • fifo adding

2.0.4

  • clean up

2.0.1

  • removed ghost connection

2.0.0

  • removed ports hell

1.2.8

  • fixed bugs with removing same task twice

1.2.0

  • resolved deleting task bug

1.0.1

  • fixed timeout

0.9.8

  • added cash

0.9.1

  • added 1 thread constructor for fake fifo and threadPoolSize setter

0.7.8

  • code clean up

0.4.1

  • changed readme

0.2.3

  • added examples and readme

0.2.1

  • added canceling functionality

0.1.0

  • correct timeouts (canceling coming soon)