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.13 - 2024-02-01
Commits
- [patch] add types
8a8a679 - [Dev Deps] update
aud,has-tostringtag,npmignore,object-inspect,tape8146b60 - [actions] optimize finishers
34f875a - [Deps] update
which-typed-array19c974f - [meta] add
sideEffectsflag0b68e5e
v1.1.12 - 2023-07-17
Commits
- [Refactor] use
which-typed-arrayfor all internals7619405
v1.1.11 - 2023-07-17
Commits
- [Fix]
node < v0.6lacks proper Object toString behaviorc94b90d - [Robustness] use
call-bind573b00b - [Dev Deps] update
@ljharb/eslint-config,aud,object-inspect,tapec88c2d4
v1.1.10 - 2022-11-02
Commits
- [meta] add
auto-changelogcf6d86b - [actions] update rebase action to use reusable workflow
8da51a5 - [Dev Deps] update
aud,is-callable,object-inspect,tape554e3de - [Refactor] use
gopdinstead of anes-abstracthelper[cdaa465`](https://github.com/inspect-js/is-typed-array/commit/cdaa465d5f94bfc9e32475e31209e1c2458a9603) - [Deps] update
es-abstract677ae4b
1.1.9 / 2022-05-13
- [Refactor] use
foreachinstead offor-each - [readme] markdown URL cleanup
- [Deps] update
es-abstract - [meta] use
npmignoreto autogenerate an npmignore file - [Dev Deps] update
eslint,@ljharb/eslint-config,object-inspect,safe-publish-latest,tape - [actions] reuse common workflows
- [actions] update codecov uploader
1.1.8 / 2021-08-30
- [Refactor] use
globalThisif available (#53) - [Deps] update
available-typed-arrays - [Dev Deps] update
@ljharb/eslint-config
1.1.7 / 2021-08-07
- [Fix] if Symbol.toStringTag exists but is not present, use Object.prototype.toString
- [Dev Deps] update
is-callable,tape
1.1.6 / 2021-08-05
- [Fix] use
has-tostringtagto behave correctly in the presence of symbol shams - [readme] add actions and codecov badges
- [meta] use
prepublishOnlyscript for npm 7+ - [Deps] update
available-typed-arrays,es-abstract - [Dev Deps] update
eslint,@ljharb/eslint-config,aud,object-inspect,tape - [actions] use
node/installinstead ofnode/run; usecodecovaction
1.1.5 / 2021-02-14
- [meta] do not publish github action workflow files or nyc output
- [Deps] update
call-bind,es-abstract - [Dev Deps] update
eslint,@ljharb/eslint-config,aud,is-callable,tape
1.1.4 / 2020-12-05
- [readme] fix repo URLs, remove defunct badges
- [Deps] update
available-typed-arrays,es-abstract; usecall-bindwhere applicable - [meta] gitignore nyc output
- [meta] only audit prod deps
- [actions] add "Allow Edits" workflow
- [actions] switch Automatic Rebase workflow to
pull_request_targetevent - [Dev Deps] update
eslint,@ljharb/eslint-config,is-callable,make-arrow-function,make-generator-function,object-inspect,tape; addaud - [Tests] migrate tests to Github Actions
- [Tests] run
nycon all tests
1.1.3 / 2020-01-24
- [Refactor] use
es-abstract’scallBound,available-typed-arrays,has-symbols
1.1.2 / 2020-01-20
- [Fix] in envs without Symbol.toStringTag, dc8a8cc made arrays return
true - [Tests] add
evalmdtoprelint
1.1.1 / 2020-01-18
- [Robustness] don’t rely on Array.prototype.indexOf existing
- [meta] remove unused Makefile and associated utilities
- [meta] add
fundingfield; create FUNDING.yml - [actions] add automatic rebasing / merge commit blocking
- [Dev Deps] update
eslint,@ljharb/eslint-config,is-callable,replace,semver,tape; addsafe-publish-latest - [Tests] use shared travis-ci configs
- [Tests] use
npx audinstead ofnspornpm auditwith hoops
1.1.0 / 2019-02-16
- [New] add
BigInt64ArrayandBigUint64Array - [Refactor] use an array instead of an object for storing Typed Array names
- [meta] ignore
test.html - [Tests] up to
nodev11.10,v10.15,v8.15,v7.10,v6.16,v5.10,v4.9 - [Tests] remove
jscs - [Tests] use
npm auditinstead ofnsp - [Dev Deps] update
eslint,@ljharb/eslint-config,is-callable,tape,replace,semver - [Dev Deps] remove unused eccheck script + dep
1.0.4 / 2016-03-19
- [Fix]
Symbol.toStringTagis on the super-[[Prototype]]of Float32Array, not the[[Prototype]](#3) - [Tests] up to
nodev5.9,v4.4 - [Tests] use pretest/posttest for linting/security
- [Dev Deps] update
tape,jscs,nsp,eslint,@ljharb/eslint-config,semver,is-callable
1.0.3 / 2015-10-13
- [Deps] Add missing
foreachdependency (#1)
1.0.2 / 2015-10-05
- [Deps] Remove unneeded "isarray" dependency
- [Dev Deps] update
eslint,@ljharb/eslint-config
1.0.1 / 2015-10-02
- Rerelease: avoid instanceof and the constructor property; work cross-realm; work with Symbol.toStringTag.
1.0.0 / 2015-05-06
- Initial release.