Skip to content

Releases: spatools/promizr

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 00:38

1.1.0 (2020-11-27)

Features

  • use better implementation of setImmediate (09e3e29)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 22:23

1.0.0 (2020-11-08)

Code Refactoring

  • create new module structure (d6fea97)

Features

  • upgrade to TypeScript v4 (81419c6)

BREAKING CHANGES

  • applyEach now always return a function
  • Queue constructor now takes options instead of list
  • Queue 'length', 'running' and 'idle' now are properties
  • removing Queues factory functions
  • remove module function
  • remove polyfill from utils

Add ProgressPromise and Enable Queue module

Choose a tag to compare

@SomaticIT SomaticIT released this 20 Oct 04:49
  • Add ProgressPromise (Promise with progress function)
  • Enable Queue module (fix many issues and add tests)
  • Fix issue in nextTick fonction
  • Optimize typings and code
  • Update to TypeScript 1.6.2