source: imaps-frontend/node_modules/is-typed-array/CHANGELOG.md

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 6.8 KB
Line 
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [v1.1.13](https://github.com/inspect-js/is-typed-array/compare/v1.1.12...v1.1.13) - 2024-02-01
9
10### Commits
11
12- [patch] add types [`8a8a679`](https://github.com/inspect-js/is-typed-array/commit/8a8a679937d1c4b970c98556460cef2b7fa0bffb)
13- [Dev Deps] update `aud`, `has-tostringtag`, `npmignore`, `object-inspect`, `tape` [`8146b60`](https://github.com/inspect-js/is-typed-array/commit/8146b6019a24f502e66e2c224ce5bea8df9f39bc)
14- [actions] optimize finishers [`34f875a`](https://github.com/inspect-js/is-typed-array/commit/34f875ace16c4900d6b0ef4688e9e3eb7d502715)
15- [Deps] update `which-typed-array` [`19c974f`](https://github.com/inspect-js/is-typed-array/commit/19c974f4bbd93ffc45cb8638b86688bc00f1420b)
16- [meta] add `sideEffects` flag [`0b68e5e`](https://github.com/inspect-js/is-typed-array/commit/0b68e5e58684b79110a82a0a51df8beb7574d6a2)
17
18## [v1.1.12](https://github.com/inspect-js/is-typed-array/compare/v1.1.11...v1.1.12) - 2023-07-17
19
20### Commits
21
22- [Refactor] use `which-typed-array` for all internals [`7619405`](https://github.com/inspect-js/is-typed-array/commit/761940532de595f6721fed101b02814dcfa7fe4e)
23
24## [v1.1.11](https://github.com/inspect-js/is-typed-array/compare/v1.1.10...v1.1.11) - 2023-07-17
25
26### Commits
27
28- [Fix] `node &lt; v0.6` lacks proper Object toString behavior [`c94b90d`](https://github.com/inspect-js/is-typed-array/commit/c94b90dc6bc457783d6f8cc208415a49da0933b7)
29- [Robustness] use `call-bind` [`573b00b`](https://github.com/inspect-js/is-typed-array/commit/573b00b8deec42ac1ac262415e442ea0b7e1c96b)
30- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` [`c88c2d4`](https://github.com/inspect-js/is-typed-array/commit/c88c2d479976110478fa4038fe8921251c06a163)
31
32## [v1.1.10](https://github.com/inspect-js/is-typed-array/compare/v1.1.9...v1.1.10) - 2022-11-02
33
34### Commits
35
36- [meta] add `auto-changelog` [`cf6d86b`](https://github.com/inspect-js/is-typed-array/commit/cf6d86bf2f693eca357439d4d12e76d641f91f92)
37- [actions] update rebase action to use reusable workflow [`8da51a5`](https://github.com/inspect-js/is-typed-array/commit/8da51a5dce6d2442ae31ccbc2be136f2e04d6bef)
38- [Dev Deps] update `aud`, `is-callable`, `object-inspect`, `tape` [`554e3de`](https://github.com/inspect-js/is-typed-array/commit/554e3deec59dec926d0badc628e589ab363e465b)
39- [Refactor] use `gopd` instead of an `es-abstract` helper` [`cdaa465`](https://github.com/inspect-js/is-typed-array/commit/cdaa465d5f94bfc9e32475e31209e1c2458a9603)
40- [Deps] update `es-abstract` [`677ae4b`](https://github.com/inspect-js/is-typed-array/commit/677ae4b3c8323b59d6650a9254ab945045c33f79)
41
42<!-- auto-changelog-above -->
43
441.1.9 / 2022-05-13
45=================
46 * [Refactor] use `foreach` instead of `for-each`
47 * [readme] markdown URL cleanup
48 * [Deps] update `es-abstract`
49 * [meta] use `npmignore` to autogenerate an npmignore file
50 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object-inspect`, `safe-publish-latest`, `tape`
51 * [actions] reuse common workflows
52 * [actions] update codecov uploader
53
541.1.8 / 2021-08-30
55=================
56 * [Refactor] use `globalThis` if available (#53)
57 * [Deps] update `available-typed-arrays`
58 * [Dev Deps] update `@ljharb/eslint-config`
59
601.1.7 / 2021-08-07
61=================
62 * [Fix] if Symbol.toStringTag exists but is not present, use Object.prototype.toString
63 * [Dev Deps] update `is-callable`, `tape`
64
651.1.6 / 2021-08-05
66=================
67 * [Fix] use `has-tostringtag` to behave correctly in the presence of symbol shams
68 * [readme] add actions and codecov badges
69 * [meta] use `prepublishOnly` script for npm 7+
70 * [Deps] update `available-typed-arrays`, `es-abstract`
71 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape`
72 * [actions] use `node/install` instead of `node/run`; use `codecov` action
73
741.1.5 / 2021-02-14
75=================
76 * [meta] do not publish github action workflow files or nyc output
77 * [Deps] update `call-bind`, `es-abstract`
78 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `is-callable`, `tape`
79
801.1.4 / 2020-12-05
81=================
82 * [readme] fix repo URLs, remove defunct badges
83 * [Deps] update `available-typed-arrays`, `es-abstract`; use `call-bind` where applicable
84 * [meta] gitignore nyc output
85 * [meta] only audit prod deps
86 * [actions] add "Allow Edits" workflow
87 * [actions] switch Automatic Rebase workflow to `pull_request_target` event
88 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `is-callable`, `make-arrow-function`, `make-generator-function`, `object-inspect`, `tape`; add `aud`
89 * [Tests] migrate tests to Github Actions
90 * [Tests] run `nyc` on all tests
91
921.1.3 / 2020-01-24
93=================
94 * [Refactor] use `es-abstract`’s `callBound`, `available-typed-arrays`, `has-symbols`
95
961.1.2 / 2020-01-20
97=================
98 * [Fix] in envs without Symbol.toStringTag, dc8a8cc made arrays return `true`
99 * [Tests] add `evalmd` to `prelint`
100
1011.1.1 / 2020-01-18
102=================
103 * [Robustness] don’t rely on Array.prototype.indexOf existing
104 * [meta] remove unused Makefile and associated utilities
105 * [meta] add `funding` field; create FUNDING.yml
106 * [actions] add automatic rebasing / merge commit blocking
107 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `is-callable`, `replace`, `semver`, `tape`; add `safe-publish-latest`
108 * [Tests] use shared travis-ci configs
109 * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
110
1111.1.0 / 2019-02-16
112=================
113 * [New] add `BigInt64Array` and `BigUint64Array`
114 * [Refactor] use an array instead of an object for storing Typed Array names
115 * [meta] ignore `test.html`
116 * [Tests] up to `node` `v11.10`, `v10.15`, `v8.15`, `v7.10`, `v6.16`, `v5.10`, `v4.9`
117 * [Tests] remove `jscs`
118 * [Tests] use `npm audit` instead of `nsp`
119 * [Dev Deps] update `eslint`,` @ljharb/eslint-config`, `is-callable`, `tape`, `replace`, `semver`
120 * [Dev Deps] remove unused eccheck script + dep
121
1221.0.4 / 2016-03-19
123=================
124 * [Fix] `Symbol.toStringTag` is on the super-`[[Prototype]]` of Float32Array, not the `[[Prototype]]` (#3)
125 * [Tests] up to `node` `v5.9`, `v4.4`
126 * [Tests] use pretest/posttest for linting/security
127 * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`, `is-callable`
128
1291.0.3 / 2015-10-13
130=================
131 * [Deps] Add missing `foreach` dependency (#1)
132
1331.0.2 / 2015-10-05
134=================
135 * [Deps] Remove unneeded "isarray" dependency
136 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
137
1381.0.1 / 2015-10-02
139=================
140 * Rerelease: avoid instanceof and the constructor property; work cross-realm; work with Symbol.toStringTag.
141
1421.0.0 / 2015-05-06
143=================
144 * Initial release.
Note: See TracBrowser for help on using the repository browser.