source: imaps-frontend/node_modules/array.prototype.flat/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: 4.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## [v1.3.2](https://github.com/es-shims/Array.prototype.flat/compare/v1.3.1...v1.3.2) - 2023-09-05
9
10### Commits
11
12- [Deps] update `define-properties`, `es-abstract` [`fb625eb`](https://github.com/es-shims/Array.prototype.flat/commit/fb625eb6935b2c59a16ca6a99348ab6bd99089ec)
13- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` [`1fde275`](https://github.com/es-shims/Array.prototype.flat/commit/1fde275224a27cfc9347b22e953ad9db46823d05)
14
15## [v1.3.1](https://github.com/es-shims/Array.prototype.flat/compare/v1.3.0...v1.3.1) - 2022-11-02
16
17### Commits
18
19- [meta] use `npmignore` to autogenerate an npmignore file [`e339ed7`](https://github.com/es-shims/Array.prototype.flat/commit/e339ed71634921d770e8831458767e4564bfc018)
20- [meta] add `auto-changelog` [`bb5cbd6`](https://github.com/es-shims/Array.prototype.flat/commit/bb5cbd64544bcdb11d0dff24ea4a18dcb5ab7fd1)
21- [Deps] update `define-properties`, `es-abstract` [`8067910`](https://github.com/es-shims/Array.prototype.flat/commit/80679104268c99a3d01552024aeff5bfc39eb97e)
22- [actions] update rebase action to use reusable workflow [`d4d9b28`](https://github.com/es-shims/Array.prototype.flat/commit/d4d9b28870ba950d6a19f0ad85f09a35767fbc55)
23- [Dev Deps] update `aud`, `object-inspect`, `tape` [`d9d7300`](https://github.com/es-shims/Array.prototype.flat/commit/d9d730009cfe8d02ed1e0f7db0f5b4ebe7c11fae)
24
25<!-- auto-changelog-above -->
26
271.3.0 / 2022-04-11
28=================
29 * [New] `shim`/`auto`: add `flat` to `Symbol.unscopables`
30 * [Deps] update `es-abstract`
31 * [actions] reuse common workflows
32 * [actions] update codecov uploader
33 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `auto-changelog`, `object-inspect`, `safe-publish-latest`, `tape`
34
351.2.5 / 2021-10-01
36=================
37 * [readme] add github actions/codecov badges; remove travis badge
38 * [Deps] update `call-bind`, `es-abstract`
39 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `has-strict-mode`, `object-inspect`, `tape`
40 * [meta] use `prepublishOnly`, for npm 7+
41 * [actions] use `node/install` instead of `node/run`; use `codecov` action
42 * [actions] update workflows
43 * [Tests] increase coverage
44 * [meta] fix changelog for v1.2.4
45
461.2.4 / 2020-11-18
47=================
48 * [meta] do not publish Github Action workflows
49 * [Deps] update `es-abstract`; add `call-bind` where applicable
50 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape`
51 * [Tests] run `nyc` on all tests
52 * [Tests] add `implementation` test; run `es-shim-api` in postlint; use `tape` runner
53 * [Tests] migrate tests to Github Actions
54 * [actions] add "Allow Edits" workflow
55 * [actions] switch Automatic Rebase workflow to `pull_request_target` event
56
571.2.3 / 2019-12-12
58=================
59 * [Refactor] use split-up `es-abstract` (65% bundle size decrease)
60 * [Deps] update `es-abstract`
61 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `object-inspect`
62 * [meta] ESnext -> ES2019
63 * [meta] add `funding` field
64 * [Tests] use shared travis-ci configs
65 * [actions] add automatic rebasing / merge commit blocking
66
671.2.2 / 2019-10-10
68=================
69 * [Deps] update `es-abstract`, `define-properties`
70 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `covert`, `evalmd`, `object-inspect`, `safe-publish-latest`, `tape`
71 * [meta] create FUNDING.yml
72 * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
73 * [Tests] up to `node` `v12.11`, `v11.15`, `v10.16`, `v9.11`, `v8.16`, `v6.17`, `v4.9`; use `nvm install-latest-npm`
74
751.2.1 / 2018-02-23
76=================
77 * [Fix] Temporarily hack main entry, so it's compatible with other resolvers (#3)
78 * [Dev Deps] update `eslint`, `nsp`, `tape`
79 * [Tests] up to `node` `v9.6`, `v6.13`
80
811.2.0 / 2018-01-18
82=================
83 * [New] add "auto" entry point
84 * [Fix] Move the receiver length check higher
85 * [Fix] spec adjustments
86 * [Refactor] adjust shouldFlatten logic
87 * [Dev Deps] update `eslint`
88 * [Tests] up to `node` `v9.4`
89
901.1.1 / 2017-11-29
91=================
92 * [Fix] avoid an extra hole in the array (https://github.com/es-shims/Array.prototype.flatMap/issues/1)
93 * [Deps] update `es-abstract`
94 * [Dev Deps] update `eslint`, `nsp`
95 * [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; pin included builds to LTS.
96
971.1.0 / 2017-10-03
98=================
99 * [New] add explicit setting of “length” on target array
100 * [Fix] `FlattenIntoArray`: add assertion that `thisArg` and `mapperFunction` are both passed together
101 * [Tests] make coverage required
102
1031.0.1 / 2017-10-02
104=================
105 * Add readme
106
1071.0.0 / 2017-10-01
108=================
109 * Initial release
Note: See TracBrowser for help on using the repository browser.