Skip to content

Latest commit

 

History

History
171 lines (90 loc) · 6.2 KB

CHANGELOG.md

File metadata and controls

171 lines (90 loc) · 6.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.7.0 (2024-01-26)

Features

  • concurrency option validaiton (be1fb3e)

2.6.0 (2023-12-22)

Features

  • concurrency api function (f128991)

Bug Fixes

  • call resolve on closed error (574a79e)
  • wait for running items before end resolution (f2212fe)

2.5.2 (2023-12-18)

2.5.1 (2023-12-18)

Bug Fixes

2.5.0 (2023-12-16)

Features

  • support browser environments (see #4) (ee14d7b)

2.4.4 (2023-10-18)

Bug Fixes

2.4.3 (2023-10-18)

Bug Fixes

2.4.2 (2023-10-18)

2.4.1 (2023-09-08)

2.4.0 (2023-03-22)

Features

2.3.0 (2023-03-14)

Features

  • end resolve schedule items unless force (9e1533c)
  • end with an error in relax mode (cc781b4)
  • get fluent api (90f3d3a)
  • new api error function (3743472)
  • pause and resume return a promise (960fc91)
  • strict unhandled rejections mode (6f8e542)

Bug Fixes

  • move pinst to dev dependency (3102fd0)

2.2.1 (2023-02-24)

Bug Fixes

  • preserve items structure when paused (e12c018)

2.2.0 (2023-02-24)

Features

  • normalize get arguments length error (3c8f377)
  • options get value (04a748e)
  • rename set to options (1afced9)

2.1.0 (2023-02-24)

Features

  • new end function (440bd08)
  • new flatten option (4b5ef37)
  • resume and end wait scheduled iterations to complete (a4c3d8f)

Bug Fixes

  • correct and test invalid iniatilisation arguments (96e732f)

2.0.1 (2023-02-22)

Bug Fixes

2.0.0 (2023-02-22)

Features

  • initial argument merging or unordered (257be03)
  • initial release for version 2 (16ac09e)

Bug Fixes

  • prevent stack execution on error (fd21f2f)

Version 1.2.2

  • coffee: update lint rules
  • src: use callback instead of next
  • readme: rewrite error doc
  • promise: improve detection
  • sample: update api.promise

Version 1.2.1

  • readme: document promise

Version 1.2.0

  • handler: handle multiple errors
  • package: latest dev dependencies
  • package: ignore lock files
  • source: remove unused module dependencies

Version 1.1.1

  • src: fix latest release with js lost in transpilation

Version 1.1.0

  • package: npm release script
  • options: pass options into the main function

Version 1.0.0

  • readme: rewrite doc
  • next: rename then to next
  • promise: error and then can be called before
  • package: use CoffeeScript 2
  • travis: run against node 7 and 8
  • files: remove API function
  • promise: new API function
  • package: simplify run commands