All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.7.2 (2024-11-08)
2.7.1 (2024-11-08)
2.7.0 (2024-01-26)
- concurrency option validaiton (be1fb3e)
2.6.0 (2023-12-22)
- concurrency api function (f128991)
2.5.2 (2023-12-18)
2.5.1 (2023-12-18)
- setImmediate discovery (b9cfdee)
2.5.0 (2023-12-16)
2.4.4 (2023-10-18)
- build dist (477c633)
2.4.3 (2023-10-18)
- state count start at 0 (5b0ced3)
2.4.2 (2023-10-18)
2.4.1 (2023-09-08)
2.4.0 (2023-03-22)
- fluent option (1bc3060)
2.3.0 (2023-03-14)
- 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)
- move pinst to dev dependency (3102fd0)
2.2.1 (2023-02-24)
- preserve items structure when paused (e12c018)
2.2.0 (2023-02-24)
- normalize get arguments length error (3c8f377)
- options get value (04a748e)
- rename set to options (1afced9)
2.1.0 (2023-02-24)
- new end function (440bd08)
- new flatten option (4b5ef37)
- resume and end wait scheduled iterations to complete (a4c3d8f)
- correct and test invalid iniatilisation arguments (96e732f)
2.0.1 (2023-02-22)
- cjs module name (dd3c6ed)
2.0.0 (2023-02-22)
- prevent stack execution on error (fd21f2f)
- coffee: update lint rules
- src: use callback instead of next
- readme: rewrite error doc
- promise: improve detection
- sample: update api.promise
- readme: document promise
- handler: handle multiple errors
- package: latest dev dependencies
- package: ignore lock files
- source: remove unused module dependencies
- src: fix latest release with js lost in transpilation
- package: npm release script
- options: pass options into the main function
- 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