UNPKG

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