1 | # Changelog
|
2 |
|
3 | All notable changes to this project will be documented in this file.
|
4 |
|
5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7 |
|
8 | ## [v3.1.8](https://github.com/es-shims/array-includes/compare/v3.1.7...v3.1.8) - 2024-03-20
|
9 |
|
10 | ### Commits
|
11 |
|
12 | - [Deps] update `call-bind`, `define-properties`, `es-abstract`, `get-intrinsic` [`b105f3a`](https://github.com/es-shims/array-includes/commit/b105f3a0ad1801aabf47bafd788482d8866ef0c9)
|
13 | - [actions] remove redundant finisher [`fa1111d`](https://github.com/es-shims/array-includes/commit/fa1111d6d41381e4bd484e8f6d5896172874d6e7)
|
14 | - [Dev Deps] update `aud`, `npmignore`, `tape` [`499e7e9`](https://github.com/es-shims/array-includes/commit/499e7e9e952faab35740dfbe0b355183100e40b7)
|
15 | - [Refactor] use `es-object-atoms` where possible [`e4bd17f`](https://github.com/es-shims/array-includes/commit/e4bd17f980b557fdf2b39eb552bafedd8a8f6bfb)
|
16 | - [Tests] use `call-bind` instead of `function-bind` [`3dbe456`](https://github.com/es-shims/array-includes/commit/3dbe456f14c94a5d119b35ac41712c7faea93afd)
|
17 |
|
18 | ## [v3.1.7](https://github.com/es-shims/array-includes/compare/v3.1.6...v3.1.7) - 2023-09-03
|
19 |
|
20 | ### Commits
|
21 |
|
22 | - [Deps] update `define-properties`, `es-abstract`, `get-intrinsic` [`e217b1e`](https://github.com/es-shims/array-includes/commit/e217b1ebfe90a7425654f0fa72c59f59930d4dd8)
|
23 | - [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`93465c3`](https://github.com/es-shims/array-includes/commit/93465c3da3bd6ea0670a0bd12dc9adc9085e8130)
|
24 |
|
25 | ## [v3.1.6](https://github.com/es-shims/array-includes/compare/v3.1.5...v3.1.6) - 2022-11-07
|
26 |
|
27 | ### Commits
|
28 |
|
29 | - [meta] add `auto-changelog` [`c5fbe72`](https://github.com/es-shims/array-includes/commit/c5fbe728395deff641d756cc9d398a949076c180)
|
30 | - [meta] use `npmignore` to autogenerate an npmignore file [`dbd6dc8`](https://github.com/es-shims/array-includes/commit/dbd6dc8f8906cca6b0b493e308686c4fd05bea15)
|
31 | - [Deps] update `es-abstract`, `get-intrinsic` [`b819e3b`](https://github.com/es-shims/array-includes/commit/b819e3b3dd1adce0b3359529b0276a416efce351)
|
32 | - [actions] update rebase action to use reusable workflow [`6e241d5`](https://github.com/es-shims/array-includes/commit/6e241d5177513cfb0261d0fbe0c8c98daf5c5eab)
|
33 | - [Dev Deps] update `aud`, `tape` [`9b2a931`](https://github.com/es-shims/array-includes/commit/9b2a931aee6fc8195a349c6fe7894445a911223f)
|
34 | - [readme] note that FF 102+ no longer needs this package [`0a0c758`](https://github.com/es-shims/array-includes/commit/0a0c758ed52808428314ffe53ea8278297170c84)
|
35 |
|
36 |
|
37 |
|
38 | 3.1.5 / 2022-05-03
|
39 | =================
|
40 | * [Fix] install polyfill on FF 99+
|
41 | * [Deps] update `define-properties`, `es-abstract`
|
42 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `functions-have-names`, `safe-publish-latest`, `tape`
|
43 | * [actions] reuse common workflows
|
44 | * [actions] update codecov uploader
|
45 |
|
46 | 3.1.4 / 2021-10-04
|
47 | =================
|
48 | * [Robustness] avoid a runtime `Math.max` call
|
49 | * [readme] add github actions/codecov badges
|
50 | * [readme] fix repo URLs; remove travis badge
|
51 | * [Deps] update `es-abstract`, `is-string`
|
52 | * [meta] use `prepublishOnly` script for npm 7+
|
53 | * [actions] update workflows
|
54 | * [actions] use `node/install` instead of `node/run`; use `codecov` action
|
55 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `tape`
|
56 |
|
57 | 3.1.3 / 2021-02-20
|
58 | =================
|
59 | * [Deps] update `call-bind`, `es-abstract`, `get-intrinsic`
|
60 | * [meta] do not publish github action workflow files
|
61 | * [meta] gitignore coverage output
|
62 | * [actions] update workflows
|
63 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `functions-have-names`, `has-strict-mode`, `tape`
|
64 | * [Tests] increase coverage
|
65 |
|
66 | 3.1.2 / 2020-11-24
|
67 | =================
|
68 | * [Robustness] remove dependency on `.apply`
|
69 | * [Deps] update `es-abstract`; use `call-bind` and `get-intrinsic` where applicable
|
70 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `functions-have-names`, `tape`; add `aud`, `safe-publish-latest`
|
71 | * [actions] add "Allow Edits" workflow
|
72 | * [actions] switch Automatic Rebase workflow to `pull_request_target` event
|
73 | * [Tests] migrate tests to Github Actions
|
74 | * [Tests] run `nyc` on all tests
|
75 | * [Tests] add `implementation` test; run `es-shim-api` in postlint; use `tape` runner
|
76 |
|
77 | 3.1.1 / 2019-12-21
|
78 | =================
|
79 | * [Fix] IE < 9 does not have index access on strings
|
80 | * [Deps] update `es-abstract`
|
81 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
|
82 | * [meta] remove unused Makefile and associated utilities
|
83 | * [Tests] add string tests
|
84 |
|
85 | 3.1.0 / 2019-12-11
|
86 | =================
|
87 | * [New] add `auto` entry point
|
88 | * [Refactor] use split-up `es-abstract` (68% bundle size decrease)
|
89 | * [readme] fix repo URLs, remove testling, fix readme parsing
|
90 | * [Deps] update `es-abstract`, `define-properties`
|
91 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `evalmd`, `covert`, `functions-have-names`, `replace`, `semver`, `tape`, `@es-shims/api`, `function-bind`
|
92 | * [meta] add `funding` field, FUNDING.yml
|
93 | * [meta] Only apps should have lockfiles
|
94 | * [Tests] add more `fromIndex` tests
|
95 | * [Tests] use shared travis-ci configs
|
96 | * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
|
97 | * [Tests] remove `jscs`
|
98 | * [Tests] use `functions-have-names`
|
99 | * [Tests] use `npm audit` instead of `nsp`
|
100 | * [Tests] remove `jscs`
|
101 | * [actions] add automatic rebasing / merge commit blocking
|
102 |
|
103 | 3.0.3 / 2017-04-18
|
104 | =================
|
105 | * [Fix] ensure that `shim.js` actually shims when the polyfill differs from native
|
106 | * [Tests] up to `node` `v7.9`, `v6.10`, `v4.8`; comment out OS X builds; improve test matrix
|
107 | * [Dev Deps] update `nsp`, `eslint`, `@ljharb/eslint-config`, `tape`, `jscs`, `semver`, `function-bind`, `@es-shims/api`
|
108 | * [Deps] update `es-abstract`
|
109 | * [Docs] update readme: add “getting started” and “usage” (#19)
|
110 |
|
111 | 3.0.2 / 2015-06-06
|
112 | =================
|
113 | * Use the polyfill, not the implementation, as the default export
|
114 | * [Deps] update `es-abstract`
|
115 | * [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`
|
116 | * [Tests] up to `node` `v5.5`
|
117 | * [Tests] keep tests passing in `node` `v0.8`
|
118 | * [Tests] Only run `evalmd` as part of the full test suite, since it's more like a linter
|
119 | * [Tests] fix npm upgrades for older nodes
|
120 |
|
121 | 3.0.1 / 2015-05-23
|
122 | =================
|
123 | * [Fix] in "shim", assign the polyfill, not the implementation
|
124 |
|
125 | 3.0.0 / 2015-05-23
|
126 | =================
|
127 | * [Breaking] Implement the [es-shim API](es-shims/api)
|
128 | * [Deps] update `define-properties`, `es-abstract`
|
129 | * [Dev Deps] update `eslint`, `semver`, `nsp`, `semver`, `jscs`
|
130 | * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
|
131 | * [Tests] use my personal shared `eslint` config
|
132 | * [Tests] up to `io.js` `v3.0`
|
133 |
|
134 | 2.0.0 / 2015-05-23
|
135 | =================
|
136 | * Fix to not skip holes, per https://github.com/tc39/Array.prototype.includes/issues/15
|
137 |
|
138 | 1.1.1 / 2015-05-23
|
139 | =================
|
140 | * Test up to `io.js` `v2.0`
|
141 | * Update `es-abstract`, `tape`, `eslint`, `semver`, `jscs`, `semver`
|
142 |
|
143 | 1.1.0 / 2015-03-19
|
144 | =================
|
145 | * Update `es-abstract`, `editorconfig-tools`, `nsp`, `eslint`, `semver`
|
146 |
|
147 | 1.0.6 / 2015-02-17
|
148 | =================
|
149 | * All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
|
150 | * Run `travis-ci` tests on `iojs` and `node` v0.12; allow 0.8 failures.
|
151 | * Update `tape`, `jscs`, `es-abstract`, remove `is`.
|
152 |
|
153 | 1.0.5 / 2015-01-30
|
154 | =================
|
155 | * Update `tape`, `jscs`, `nsp`, `eslint`, `es-abstract`
|
156 |
|
157 | 1.0.4 / 2015-01-10
|
158 | =================
|
159 | * Use `es-abstract` for ECMAScript spec internal abstract operations
|
160 |
|
161 | 1.0.3 / 2015-01-06
|
162 | =================
|
163 | * Speed optimization: use Array#indexOf when available
|
164 | * Fix ES3, IE 6-8, Opera 10.6, Opera 11.1 support
|
165 | * Run testling on both sets of tests
|
166 |
|
167 | 1.0.2 / 2015-01-05
|
168 | =================
|
169 | * Ensure tests are includes in the module on `npm`
|
170 |
|
171 | 1.0.1 / 2015-01-04
|
172 | =================
|
173 | * Remove mistaken auto-shim.
|
174 |
|
175 | 1.0.0 / 2015-01-04
|
176 | =================
|
177 | * v1.0.0
|
178 |
|
\ | No newline at end of file |