Skip to content

Latest commit

 

History

History
86 lines (66 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

86 lines (66 loc) · 5.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v2.0.6 - 2023-09-03

Commits

  • [Deps] update define-properties, es-abstract, es-aggregate-error, get-intrinsic 05c8944
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, aud, es6-shim, tape 3f7bc31

v2.0.5 - 2022-11-07

Commits

  • [meta] use npmignore to autogenerate an npmignore file a05de28
  • [Deps] update array.prototype.map, es-abstract, es-aggregate-error, get-intrinsic fb1a974
  • [actions] update rebase action to use reusable workflow 9b62e53
  • [Deps] update define-properties, es-abstract, es-aggregate-error, get-intrinsic cc43f24
  • [Dev Deps] update aud, tape 63b55bb
  • [Dev Deps] update @ljharb/eslint-config, functions-have-names d002fd5

v2.0.4 - 2022-04-09

Commits

  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape cd92d2c
  • [Deps] update es-abstract 793eb95

v2.0.3 - 2021-12-27

Commits

  • [Tests] migrate tests to Github Actions; reuse common workflows c63969e
  • [meta] do not publish workflow files 4ff056f
  • [Tests] run nyc on all tests; use tape runner; add implementation tests 12d6b33
  • [Fix] remove an incorrect observable subclass .then call e1ea758
  • [Dev Deps] update eslint, @ljharb/eslint-config, @es-shims/api, aud, es6-shim, functions-have-names, safe-publish-latest, tape 78d952b
  • [Fix] a poisoned .then should not be wrapped in an AggregateError a103a3e
  • [meta] add auto-changelog 85a371f
  • [readme] remove travis badge; add github actions/codecov badges; update URLs af66814
  • [readme] update to point to finished spec 3ae1cd9
  • [Deps] update array.prototype.map, es-abstract, es-aggregate-error 885cd59

v2.0.2 / 2020-03-09

  • [Fix] avoid "Promise.all called on non-object" error
  • [Docs] fix rejection examples
  • [Deps] update array.prototype.map, es-abstract, es-aggregate-error, iterate-value
  • [meta] only run aud on prod deps
  • [Dev Deps] update eslint, @ljharb/eslint-config, tape, functions-have-names; add aud
  • [actions] add "Allow Edits" workflow
  • [actions] switch Automatic Rebase workflow to pull_request_target event

v2.0.1 / 2019-12-14

  • [Fix] no longer require Array.from; works in older envs
  • [Refactor] use split-up es-abstract (39% bundle size decrease)
  • [Deps] update es-abstract, es-aggregate-error
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest
  • [meta] add funding field
  • [Tests] run evalmd in postlint
  • [Tests] use shared travis-ci configs
  • [actions] add automatic rebasing / merge commit blocking

v2.0.0 / 2019-10-21

  • [Breaking] Promise.any rejects with an AggregateError
  • [Dev Deps] update eslint, @ljharb/eslint-config, functions-have-names
  • [Deps] update es-abstract

v1.0.0 / 2019-03-27

  • Initial spec-compliant release.

v0.1.1 / 2016-10-26

  • Some improvements.

v0.1.0 / 2016-08-17

  • Initial release of forked version of promise-any.