source: frontend/node_modules/array-includes/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 8.9 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## [v3.1.9](https://github.com/es-shims/array-includes/compare/v3.1.8...v3.1.9) - 2025-06-01
9
10### Commits
11
12- [Deps] update `call-bind`, `es-abstract`, `es-object-atoms`, `get-intrinsic`, `is-string` [`3b934ae`](https://github.com/es-shims/array-includes/commit/3b934ae87a602798775c04dbeb4cb9e9f1805610)
13- [Refactor] use `call-bound` and `math-intrinsics` directly [`160ea60`](https://github.com/es-shims/array-includes/commit/160ea60f7d9b205e516915558b503d078945dea3)
14- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `hastrict-mode`, `tape` [`4e4c67d`](https://github.com/es-shims/array-includes/commit/4e4c67dd976b7ee56e12b7eabb3ad4ab4881f4e5)
15- [Tests] replace `aud` with `npm audit` [`9c5ec1c`](https://github.com/es-shims/array-includes/commit/9c5ec1c160e0f7adeebb78350675465003b2d888)
16- [Dev Deps] add missing peer dep [`863d207`](https://github.com/es-shims/array-includes/commit/863d207753789757edded151ab3d62ae5033c021)
17
18## [v3.1.8](https://github.com/es-shims/array-includes/compare/v3.1.7...v3.1.8) - 2024-03-20
19
20### Commits
21
22- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `get-intrinsic` [`b105f3a`](https://github.com/es-shims/array-includes/commit/b105f3a0ad1801aabf47bafd788482d8866ef0c9)
23- [actions] remove redundant finisher [`fa1111d`](https://github.com/es-shims/array-includes/commit/fa1111d6d41381e4bd484e8f6d5896172874d6e7)
24- [Dev Deps] update `aud`, `npmignore`, `tape` [`499e7e9`](https://github.com/es-shims/array-includes/commit/499e7e9e952faab35740dfbe0b355183100e40b7)
25- [Refactor] use `es-object-atoms` where possible [`e4bd17f`](https://github.com/es-shims/array-includes/commit/e4bd17f980b557fdf2b39eb552bafedd8a8f6bfb)
26- [Tests] use `call-bind` instead of `function-bind` [`3dbe456`](https://github.com/es-shims/array-includes/commit/3dbe456f14c94a5d119b35ac41712c7faea93afd)
27
28## [v3.1.7](https://github.com/es-shims/array-includes/compare/v3.1.6...v3.1.7) - 2023-09-03
29
30### Commits
31
32- [Deps] update `define-properties`, `es-abstract`, `get-intrinsic` [`e217b1e`](https://github.com/es-shims/array-includes/commit/e217b1ebfe90a7425654f0fa72c59f59930d4dd8)
33- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`93465c3`](https://github.com/es-shims/array-includes/commit/93465c3da3bd6ea0670a0bd12dc9adc9085e8130)
34
35## [v3.1.6](https://github.com/es-shims/array-includes/compare/v3.1.5...v3.1.6) - 2022-11-07
36
37### Commits
38
39- [meta] add `auto-changelog` [`c5fbe72`](https://github.com/es-shims/array-includes/commit/c5fbe728395deff641d756cc9d398a949076c180)
40- [meta] use `npmignore` to autogenerate an npmignore file [`dbd6dc8`](https://github.com/es-shims/array-includes/commit/dbd6dc8f8906cca6b0b493e308686c4fd05bea15)
41- [Deps] update `es-abstract`, `get-intrinsic` [`b819e3b`](https://github.com/es-shims/array-includes/commit/b819e3b3dd1adce0b3359529b0276a416efce351)
42- [actions] update rebase action to use reusable workflow [`6e241d5`](https://github.com/es-shims/array-includes/commit/6e241d5177513cfb0261d0fbe0c8c98daf5c5eab)
43- [Dev Deps] update `aud`, `tape` [`9b2a931`](https://github.com/es-shims/array-includes/commit/9b2a931aee6fc8195a349c6fe7894445a911223f)
44- [readme] note that FF 102+ no longer needs this package [`0a0c758`](https://github.com/es-shims/array-includes/commit/0a0c758ed52808428314ffe53ea8278297170c84)
45
46<!-- auto-changelog-above -->
47
483.1.5 / 2022-05-03
49=================
50 * [Fix] install polyfill on FF 99+
51 * [Deps] update `define-properties`, `es-abstract`
52 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `functions-have-names`, `safe-publish-latest`, `tape`
53 * [actions] reuse common workflows
54 * [actions] update codecov uploader
55
563.1.4 / 2021-10-04
57=================
58 * [Robustness] avoid a runtime `Math.max` call
59 * [readme] add github actions/codecov badges
60 * [readme] fix repo URLs; remove travis badge
61 * [Deps] update `es-abstract`, `is-string`
62 * [meta] use `prepublishOnly` script for npm 7+
63 * [actions] update workflows
64 * [actions] use `node/install` instead of `node/run`; use `codecov` action
65 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `tape`
66
673.1.3 / 2021-02-20
68=================
69 * [Deps] update `call-bind`, `es-abstract`, `get-intrinsic`
70 * [meta] do not publish github action workflow files
71 * [meta] gitignore coverage output
72 * [actions] update workflows
73 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `functions-have-names`, `has-strict-mode`, `tape`
74 * [Tests] increase coverage
75
763.1.2 / 2020-11-24
77=================
78 * [Robustness] remove dependency on `.apply`
79 * [Deps] update `es-abstract`; use `call-bind` and `get-intrinsic` where applicable
80 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `functions-have-names`, `tape`; add `aud`, `safe-publish-latest`
81 * [actions] add "Allow Edits" workflow
82 * [actions] switch Automatic Rebase workflow to `pull_request_target` event
83 * [Tests] migrate tests to Github Actions
84 * [Tests] run `nyc` on all tests
85 * [Tests] add `implementation` test; run `es-shim-api` in postlint; use `tape` runner
86
873.1.1 / 2019-12-21
88=================
89 * [Fix] IE < 9 does not have index access on strings
90 * [Deps] update `es-abstract`
91 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
92 * [meta] remove unused Makefile and associated utilities
93 * [Tests] add string tests
94
953.1.0 / 2019-12-11
96=================
97 * [New] add `auto` entry point
98 * [Refactor] use split-up `es-abstract` (68% bundle size decrease)
99 * [readme] fix repo URLs, remove testling, fix readme parsing
100 * [Deps] update `es-abstract`, `define-properties`
101 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `evalmd`, `covert`, `functions-have-names`, `replace`, `semver`, `tape`, `@es-shims/api`, `function-bind`
102 * [meta] add `funding` field, FUNDING.yml
103 * [meta] Only apps should have lockfiles
104 * [Tests] add more `fromIndex` tests
105 * [Tests] use shared travis-ci configs
106 * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
107 * [Tests] remove `jscs`
108 * [Tests] use `functions-have-names`
109 * [Tests] use `npm audit` instead of `nsp`
110 * [Tests] remove `jscs`
111 * [actions] add automatic rebasing / merge commit blocking
112
1133.0.3 / 2017-04-18
114=================
115 * [Fix] ensure that `shim.js` actually shims when the polyfill differs from native
116 * [Tests] up to `node` `v7.9`, `v6.10`, `v4.8`; comment out OS X builds; improve test matrix
117 * [Dev Deps] update `nsp`, `eslint`, `@ljharb/eslint-config`, `tape`, `jscs`, `semver`, `function-bind`, `@es-shims/api`
118 * [Deps] update `es-abstract`
119 * [Docs] update readme: add “getting started” and “usage” (#19)
120
1213.0.2 / 2015-06-06
122=================
123 * Use the polyfill, not the implementation, as the default export
124 * [Deps] update `es-abstract`
125 * [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`
126 * [Tests] up to `node` `v5.5`
127 * [Tests] keep tests passing in `node` `v0.8`
128 * [Tests] Only run `evalmd` as part of the full test suite, since it's more like a linter
129 * [Tests] fix npm upgrades for older nodes
130
1313.0.1 / 2015-05-23
132=================
133 * [Fix] in "shim", assign the polyfill, not the implementation
134
1353.0.0 / 2015-05-23
136=================
137 * [Breaking] Implement the [es-shim API](es-shims/api)
138 * [Deps] update `define-properties`, `es-abstract`
139 * [Dev Deps] update `eslint`, `semver`, `nsp`, `semver`, `jscs`
140 * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
141 * [Tests] use my personal shared `eslint` config
142 * [Tests] up to `io.js` `v3.0`
143
1442.0.0 / 2015-05-23
145=================
146 * Fix to not skip holes, per https://github.com/tc39/Array.prototype.includes/issues/15
147
1481.1.1 / 2015-05-23
149=================
150 * Test up to `io.js` `v2.0`
151 * Update `es-abstract`, `tape`, `eslint`, `semver`, `jscs`, `semver`
152
1531.1.0 / 2015-03-19
154=================
155 * Update `es-abstract`, `editorconfig-tools`, `nsp`, `eslint`, `semver`
156
1571.0.6 / 2015-02-17
158=================
159 * All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
160 * Run `travis-ci` tests on `iojs` and `node` v0.12; allow 0.8 failures.
161 * Update `tape`, `jscs`, `es-abstract`, remove `is`.
162
1631.0.5 / 2015-01-30
164=================
165 * Update `tape`, `jscs`, `nsp`, `eslint`, `es-abstract`
166
1671.0.4 / 2015-01-10
168=================
169 * Use `es-abstract` for ECMAScript spec internal abstract operations
170
1711.0.3 / 2015-01-06
172=================
173 * Speed optimization: use Array#indexOf when available
174 * Fix ES3, IE 6-8, Opera 10.6, Opera 11.1 support
175 * Run testling on both sets of tests
176
1771.0.2 / 2015-01-05
178=================
179 * Ensure tests are includes in the module on `npm`
180
1811.0.1 / 2015-01-04
182=================
183 * Remove mistaken auto-shim.
184
1851.0.0 / 2015-01-04
186=================
187 * v1.0.0
Note: See TracBrowser for help on using the repository browser.