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.
v1.1.6 - 2023-08-28
Commits
- [actions] reuse common workflows
5f6bfba - [meta] use
npmignoreto autogenerate an npmignore file28ea2f9 - [Fix] properly recognize
document.allin IE 6-8316d676 - [Fix] only return an own
named647609 - [Tests] add browserstack browser tests
67ae402 - [meta] better
eccheckcommand728df4c - [meta] add
auto-changelogdbb700b - [readme] fix eclint
c98fdf1 - [readme] add tested browsers
d41325c - [actions] update rebase action to use reusable workflow
085f340 - [Dev Deps] update
eslint,@ljharb/eslint-config,@es-shims/api,safe-publish-latest,tape3f071ce - [actions] update codecov uploader
a187b4f - [Deps] update
define-properties,es-abstract3ca42ef - [Dev Deps] update
eslint,@ljharb/eslint-config,aud,tape8de25d2 - [Dev Deps] update
@es-shims/api,@ljharb/eslint-config,aud,tape8b04da7 - [Dev Deps] update
@ljharb/eslint-config,aud,tape39d8538 - [meta] reorder scripts
054f96b - [Dev Deps] update
eslint,@ljharb/eslint-config,tapebebee89 - [Dev Deps] update
aud,tape8e68159 - [Tests] handle Function.prototype in Opera 12.1
f3b8f9a - [Deps] update
es-abstract,functions-have-names6a59889 - [Deps] update
define-properties,es-abstractcd1c5e7 - [Deps] update
es-abstract3584585 - [Deps] update
es-abstract0e2f6d9 - [Deps] update
es-abstractb11748e - [Dev Deps] update
taped787a81 - [Deps] update
es-abstract4692639 - [Dev Deps] add
in-publish568e263
1.1.5 / 2021-10-01
- [Deps] update
es-abstract - [meta] use
prepublishOnlyscript for npm 7+ - [Dev Deps] update
eslint,@ljharb/eslint-config,@es-shims/api,aud,tape - [actions] update workflows
- [actions] use
node/installinstead ofnode/run; usecodecovaction
1.1.4 / 2021-02-22
- [readme] remove travis badge
- [meta] remove audit-level
- [meta] gitignore coverage output
- [meta] do not publish github action workflow files
- [Deps] update
call-bind,es-abstract,functions-have-names - [Dev Deps] update
eslint,@ljharb/eslint-config,aud,has-strict-mode,tape - [Tests] increase coverage
- [actions] update workflows
1.1.3 / 2020-11-27
- [Deps] update
es-abstract,functions-have-names; usecall-bindwhere applicable - [Dev Deps] update
eslint,@ljharb/eslint-config,tape,make-arrow-function,make-generator-function; addaud,make-async-function - [actions] add "Allow Edits" workflow
- [actions] switch Automatic Rebase workflow to
pull_request_targetevent - [Tests] migrate tests to Github Actions
- [Tests] run
nycon all tests - [Tests] add
implementationtest; runes-shim-apiin postlint; usetaperunner - [Tests] only audit prod deps
1.1.2 / 2019-12-14
- [Refactor] use
es-abstract - [Deps] update
functions-have-names - [meta] add
fundingfield - [meta] fix repo capitalization
- [Dev Deps] update
eslint,@ljharb/eslint-config,safe-publish-latest - [Tests] use shared travis-ci configs
- [actions] add automatic rebasing / merge commit blocking
1.1.1 / 2019-07-24
- [Refactor] use
functions-have-names - [meta] clean up package.json scripts
- [meta] update links
- [meta] create FUNDING.yml
- [Deps] update
is-callable,define-properties - [Dev Deps] update
eslint,@ljharb/eslint-config,tape,safe-publish-latest,covert - [Tests] use
eccheckovereditorconfig-tools - [Tests] use
npx audinstead ofnspornpm auditwith hoops - [Tests] up to
nodev11.7,v10.15,v9.11,v8.15,v6.16,v4.9 - [Test] remove
jscs
1.1.0 / 2017-12-31
- [New] add
autoentry point - [Deps] update
function-bind - [Dev Deps] update
uglify-register,tape,nsp,eslint,@ljharb/eslint-config,@es-shims/api - [Tests] up to
nodev9.3,v8.9,v6.12; usenvm install-latest-npm; pin included builds to LTS
1.0.3 / 2017-07-21
- [Fix] be robust against function name mangling
- [Refactor] move function name detection to separate file
1.0.2 / 2017-07-14
- [Refactor] shim: Remove unnecessary
!functionsHaveNamescheck
1.0.1 / 2017-07-11
- [Fix] in IE 9-11, we must rely on
.callbeing available (#13) - [Fix] ensure that
Function.prototype.namedoes not erase the getter - [Deps] update
is-callable - [Dev Deps] add
safe-publish-latest - [Dev Deps] update
tape,jscs,nsp,eslint,@ljharb/eslint-config,@es-shims/api - [Tests] up to
nodev8.1;v7.10,v6.11,v4.8; improve matrix; newer npm fails on older nodes - [Tests] use
Objectto avoid function name inference in node 7
1.0.0 / 2016-02-27
- Initial release.