Skip to content

Latest commit

 

History

History
79 lines (44 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

79 lines (44 loc) · 4.03 KB

Change Log

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

1.0.5 (2017-03-19)

Bug Fixes

  • deps: force update deps, swtich to use "native-or-another" (4136190)
  • docs: update docs (f3696a6)
  • update: cleanup (9a3edb0)

1.0.4 (2017-03-15)

Bug Fixes

  • ci: disallow failures on node 0.10 and node 0.12 (29f55fb), closes #24
  • completion: use redolent for executing the functions (60e3b84)
  • handling: always completion; handle cases when fn has callback argument (b2323a7), closes #23
  • hooks: ensure finish hook is called when settle:false (1de4ccc)
  • index.js: pass options to redolent from promiseEach factory (9ee5d1a)
  • nyc: force nyc to 100% coverage (98ef4a3)
  • package.json: fix lint script to lint exact files (182865c)
  • standard: bump standard to v9 (ff11c4e)
  • tests: improve and organize tests - should work on node 0.10\n\nyou must provide a opts.Promise if you are in env that don't have native Promise support. If you\ndon't provide opts.Promise AND no native Promise support AND invalid iterable is passed to some of\nthe methods then THEY WILL THROW a TypeError with message: no native Promise and no opts.Promise.\n\nNO break-ing! ALL methods returns a promise except ONE VERY specific case when no native promise\nsupport AND invalid iterable (f810fe4)

1.0.3 (2017-02-28)

Bug Fixes

  • ci: update travis, add appveyor (392ba5c)
  • feature: use try-catch-core when item is function (59796cf), closes #9
  • options: ensure variadic arguments (63d98d2), closes #19
  • package: update npm scripts & nyc (8e827ab)
  • tests: ensure synchronous functions throw when in "settle: true" mode (8069464), closes #3

1.0.2 (2016-11-14)

Bug Fixes

  • package: update deps, use "native-promise" to detect Promise (4146b05)

1.0.1 (2016-11-13)

Bug Fixes

  • readme: update background section (4de3ec8)

1.0.0 - 2016-11-13

  • First release
  • semantic versioning
  • add docs
  • add keywords
  • implement

0.0.0 - 2016-11-10

  • Initial commit