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.
v1.0.7 - 2023-09-03
- [Deps] update
define-properties
,es-abstract
,get-intrinsic
c9d57a1
- [Dev Deps] update
@es-shims/api
,@ljharb/eslint-config
,aud
,es6-shim
,tape
68f2785
v1.0.6 - 2022-11-07
- [actions] reuse common workflows
b9d78d9
- [meta] use
npmignore
to autogenerate an npmignore file4507529
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,@es-shims/api
,safe-publish-latest
,tape
6e2c01c
- [actions] update codecov uploader
2a24151
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,auto-changelog
,functions-have-names
,tape
cfa4e59
- [Deps] update
array.prototype.map
,define-properties
,es-abstract
,get-intrinsic
c841f03
- [actions] update rebase action to use reusable workflow
9f663ac
v1.0.5 - 2021-10-03
- [actions] use
node/install
instead ofnode/run
; usecodecov
action7d77553
- [actions] partial revert of 7d77553474ee8370a2fabdceaf07c86e89a989df; fix promise-shimmed tests
760421a
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,@es-shims/api
,aud
,auto-changelog
,tape
95ed131
- [Deps] update
array.prototype.map
,es-abstract
2cb2b26
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,tape
e0d6e23
- [readme] add github actions/codecov badges
3796b86
- [actions] update workflows
170c0a9
- [Deps] update
es-abstract
,get-intrinsic
a148f57
- [meta] use
prepublishOnly
script for npm 7+b09d1ee
v1.0.4 - 2021-01-20
- [Fix] properly call-bind
Promise.all
andPromise.reject
1f90b0e
v1.0.3 - 2021-01-20
- [Tests] migrate tests to Github Actions
a066121
- [meta] use
auto-changelog
7b27067
- [meta] do not publish github action workflow files
aae74fd
- [Tests] run
nyc
on all tests; usetape
runner; add implementation testsfbd8198
- [Deps] update
array.prototype.map
,es-abstract
; addcall-bind
424f760
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,call-bind
,functions-have-names
,tape
47c5df1
- [actions] add "Allow Edits" workflow
d931b6c
- [Refactor] use es-abstract’s
callBind
instead offunction-bind
directly09c25e8
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,functions-have-names
,tape
; addaud
03aedb0
- [Deps] update
array.prototype.map
,es-abstract
,iterate-value
f28e1aa
- [Tests] test in older nodes that 3e873f7 now supports
5feffee
- [actions] switch Automatic Rebase workflow to
pull_request_target
eventb30a268
- [meta] only run
aud
on prod depsbf97e5f
- [Deps] update
es-abstract
6a6ae55
- [Deps] update
iterate-value
13507f3
v1.0.2 - 2019-12-13
- [Tests] use shared travis-ci configs
3a5a379
- [meta] move repo to es-shims org
240a87c
- [Fix] no longer require
Array.from
; works in older envs3e873f7
- [actions] add automatic rebasing / merge commit blocking
4ab52ef
- [Tests] skip "
undefined
receiver" test9612591
- [Refactor] use split-up
es-abstract
(44% bundle size decrease)ed49521
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,functions-have-names
,safe-publish-latest
7f97708
- [Tests] temporarily comment out failing test in node 12+
275507f
- [meta] add
funding
field96b75aa
- [Tests] suppress unhandled rejection warnings
8ee2263
- [Tests] use
functions-have-names
43ed9ca
- [Dev Deps] update
tape
df12368
v1.0.1 - 2019-05-06
- [Fix] when a promise has a poisoned
.then
method, reject the overarching promise#1
- [Tests] add
travis-ci
0201190
- Initial tests
1a519d1
- Initial implementation
562952d
- Initial commit
cee4c56
- readme
60f133f
- package.json
6b9cc53
- Require
Array.from
; fix tests53ff455
- [Tests] add
npm run lint
d61e9f7
- Only apps should have lockfiles
cb2ea36
- [Tests] use
npx aud
for posttest, andsafe-publish-latest
for prepublish68995cd