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.2.7 - 2022-09-23
- [Fix] recognize
document.all
in IE 6-1006c1db2
- [Tests] improve logic for FF 20-35
0f7d9b9
- [Fix] handle
document.all
in FF 27 (and +, probably)696c661
- [Tests] fix proxy tests in FF 42-63
985df0d
- [readme] update tested browsers
389e919
- [Fix] detect
document.all
in Opera 12.16b9f1022
- [Fix] HTML elements: properly report as callable in Opera 12.16
17391fe
- [Tests] fix inverted logic in FF3 test
056ebd4
v1.2.6 - 2022-09-14
- [Fix] work for
document.all
in Firefox 3 and IE 6-8015132a
- [Test] skip function toString check for nullish values
8698116
- [readme] add "supported engines" section
0442207
- [Tests] skip one of the fixture objects in FF 3.6
a501141
- [Tests] allow
class
constructor tests to fail in FF v45 - v54, which has undetectable classesb12e4a4
- [Fix] Safari 4: regexes should not be considered callable
4b732ff
- [Fix] properly recognize
document.all
in Safari 43193735
v1.2.5 - 2022-09-11
- [actions] reuse common workflows
5bb4b32
- [meta] better
eccheck
commandb9bd597
- [meta] use
npmignore
to autogenerate an npmignore file3192d38
- [Fix] for HTML constructors, always use
tryFunctionObject
even in pre-toStringTag browsers3076ea2
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,available-typed-arrays
,object-inspect
,safe-publish-latest
,tape
8986746
- [meta] add
auto-changelog
7dda9d0
- [Fix] properly report
document.all
da90b2b
- [actions] update codecov uploader
c8f847c
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,object-inspect
,tape
899ae00
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,es-value-fixtures
,object-inspect
,tape
344e913
- [meta] remove greenkeeper config
737dce5
- [meta] npmignore coverage output
680a883
- [Fix] use
has-tostringtag
approach to behave correctly in the presence of symbol shams - [readme] fix repo URLs
- [readme] add actions and codecov badges
- [readme] remove defunct badges
- [meta] ignore eclint checking coverage output
- [meta] use
prepublishOnly
script for npm 7+ - [actions] use
node/install
instead ofnode/run
; usecodecov
action - [actions] remove unused workflow file
- [Tests] run
nyc
on all tests; usetape
runner - [Tests] use
available-typed-arrays
,for-each
,has-symbols
,object-inspect
- [Dev Deps] update
available-typed-arrays
,eslint
,@ljharb/eslint-config
,aud
,object-inspect
,tape
- [Fix]
document.all
is callable (do not usedocument.all
!) - [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,tape
- [Tests] migrate tests to Github Actions
- [actions] add "Allow Edits" workflow
- [actions] switch Automatic Rebase workflow to
pull_request_target
event
- [Fix] include actual fix from 579179e
- [Dev Deps] update
eslint
- [Fix] phantomjs‘ Reflect.apply does not throw properly on a bad array-like
- [Dev Deps] update
eslint
,@ljharb/eslint-config
- [meta] fix eclint error
- [New] use
Reflect.apply
‑based callability detection - [readme] add install instructions (#55)
- [meta] only run
aud
on prod deps - [Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
,make-arrow-function
,make-generator-function
; addaud
,safe-publish-latest
,make-async-function
- [Tests] add tests for function proxies (#53, #25)
- [meta] remove unused Makefile and associated utilities
- [meta] add
funding
field; add FUNDING.yml - [Dev Deps] update
eslint
,@ljharb/eslint-config
,semver
,tape
,covert
,rimraf
- [Tests] use shared travis configs
- [Tests] use
eccheck
overeditorconfig-tools
- [Tests] use
npx aud
instead ofnsp
ornpm audit
with hoops - [Tests] remove
jscs
- [actions] add automatic rebasing / merge commit blocking
- [Fix] improve
class
and arrow function detection (#30, #31) - [Tests] on all latest node minors; improve matrix
- [Dev Deps] update all dev deps
- [Fix] ensure “class “ doesn’t screw up “class” detection
- [Tests] up to
node
v5.7
,v4.3
- [Dev Deps] update to
eslint
v2,@ljharb/eslint-config
,jscs
- [Fix] Make sure comments don’t screw up “class” detection (#4)
- [Tests] up to
node
v5.3
- [Tests] Add
parallelshell
, run both--es-staging
and stock tests at once - [Dev Deps] update
tape
,jscs
,nsp
,eslint
,@ljharb/eslint-config
- [Refactor] convert
isNonES6ClassFn
intoisES6ClassFn
- [Fix] do not throw when a non-function has a function in its [[Prototype]] (#2)
- [Dev Deps] update
tape
,eslint
,@ljharb/eslint-config
,jscs
,nsp
,semver
- [Tests] up to
node
v5.1
- [Tests] no longer allow node 0.8 to fail.
- [Tests] fix npm upgrades in older nodes
- [Fix] Some browsers report TypedArray constructors as
typeof object
- [New] return false for "class" constructors, when possible.
- [Tests] up to
io.js
v3.3
,node
v4.1
- [Dev Deps] update
eslint
,editorconfig-tools
,nsp
,tape
,semver
,jscs
,covert
,make-arrow-function
- [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
- If @@toStringTag is not present, use the old-school Object#toString test.
- Add tests to ensure arrow functions are callable.
- Refactor to aid optimization of non-try/catch code.
- Fix broken package.json
- Add early exit for typeof not "function"
- Initial release.