Skip to content

v16.0.0

Compare
Choose a tag to compare
@tusharmath tusharmath released this 17 Oct 06:03
· 417 commits to master since this release

16.0.0 (2019-10-17)

Bug Fixes

  • fstream: fix fromRange() static operator (82cec1d)
  • queue: fix queue not removing the element immediately for dispatching (1d61e4f)

Code Refactoring

  • queue: remove size method on Queue (48d45e5)

Features

Performance Improvements

  • fstream: use callback based conditional checks (96cd3bc)

BREAKING CHANGES

  • queue: Removed Queue.size() method. Use Queue.length instead.