source: imaps-frontend/node_modules/array.prototype.flatmap/CHANGELOG.md

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 6 months ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 6.5 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.3](https://github.com/es-shims/Array.prototype.flatMap/compare/v1.3.2...v1.3.3) - 2024-12-15
9
10### Commits
11
12- [actions] split out node 10-20, and 20+ [`8727281`](https://github.com/es-shims/Array.prototype.flatMap/commit/87272812ed6ade6935c7429ee1daf1cfa54115ef)
13- [Tests] add test coverage [`6e78327`](https://github.com/es-shims/Array.prototype.flatMap/commit/6e7832790c36b320880f4b6d38dc31388d1fae3a)
14- [Deps] update `call-bind`, `es-abstract` [`e027dd1`](https://github.com/es-shims/Array.prototype.flatMap/commit/e027dd10ee63b3c3a98cc7e6ce8ad42b1100bdc9)
15- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `object-inspect`, `tape` [`7322d84`](https://github.com/es-shims/Array.prototype.flatMap/commit/7322d841e87ab17e4b929e92e73e8a20c3daf544)
16- [Dev Deps] update `aud`, `npmignore`, `object-inspect`, `tape` [`958bf5c`](https://github.com/es-shims/Array.prototype.flatMap/commit/958bf5c982cb0c4941dc2a6e873883e9f2c8d535)
17- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `es-shim-unscopables` [`b3698fb`](https://github.com/es-shims/Array.prototype.flatMap/commit/b3698fb2320992f5ab85a486d1adef0105f739aa)
18- [Tests] replace `aud` with `npm audit` [`e0461ed`](https://github.com/es-shims/Array.prototype.flatMap/commit/e0461ed2288d37e2d878e3e64569313c04af6a64)
19- [Dev Deps] add missing peer dep [`e7160b5`](https://github.com/es-shims/Array.prototype.flatMap/commit/e7160b5ef9d624300cc189696e8019adaf6d67fc)
20
21## [v1.3.2](https://github.com/es-shims/Array.prototype.flatMap/compare/v1.3.1...v1.3.2) - 2023-09-06
22
23### Commits
24
25- [Deps] update `define-properties`, `es-abstract` [`1737863`](https://github.com/es-shims/Array.prototype.flatMap/commit/17378634d56fc4b75027764b54804d89c6f8d60f)
26- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` [`2337759`](https://github.com/es-shims/Array.prototype.flatMap/commit/23377597983440102805d36f701408505b433ccd)
27
28## [v1.3.1](https://github.com/es-shims/Array.prototype.flatMap/compare/v1.3.0...v1.3.1) - 2022-11-02
29
30### Commits
31
32- [meta] use `npmignore` to autogenerate an npmignore file [`3587a34`](https://github.com/es-shims/Array.prototype.flatMap/commit/3587a34ca111ec36ffc46b4131f5b32d4d8a357c)
33- [meta] add `auto-changelog` [`d66bdea`](https://github.com/es-shims/Array.prototype.flatMap/commit/d66bdeac56f2c1803a72695230c80d8270ab2ecf)
34- [Deps] update `define-properties`, `es-abstract` [`d64c486`](https://github.com/es-shims/Array.prototype.flatMap/commit/d64c48639ec4958ed9a2627a4d7315ac1404687a)
35- [actions] update rebase action to use reusable workflow [`8d657d0`](https://github.com/es-shims/Array.prototype.flatMap/commit/8d657d094a2aafa7948eee73eaa0e56047c5d60d)
36- [Dev Deps] update `aud`, `object-inspect`, `tape` [`aa22741`](https://github.com/es-shims/Array.prototype.flatMap/commit/aa22741a4bbe8db6d448cc4ca5417ddec90ac01d)
37- [Tests] use `for-each` instead of `foreach` [`748a78d`](https://github.com/es-shims/Array.prototype.flatMap/commit/748a78dbddb08462c75916fde07746d34cfd5c5c)
38
39<!-- auto-changelog-above -->
40
411.3.0 / 2022-04-11
42=================
43 * [New] `shim`/`auto`: add `flatMap` to `Symbol.unscopables`
44 * [Deps] update `call-bind`, `es-abstract`
45 * [actions] reuse common workflows
46 * [actions] update codecov uploader
47 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `auto-changelog`, `object-inspect`, `safe-publish-latest`, `tape`
48
491.2.5 / 2021-10-01
50=================
51 * [readme] add github actions/codecov badges; update description; remove travis badge
52 * [Deps] update `call-bind`, `es-abstract`; remove unused `function-bind`
53 * [meta] use `prepublishOnly`, for npm 7+
54 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `has-strict-mode`, `object-inspect`, `tape`
55 * [actions] update workflows
56 * [actions] use `node/install` instead of `node/run`; use `codecov` action
57 * [Tests] increase coverage
58
591.2.4 / 2020-11-18
60=================
61 * [Deps] update `es-abstract`; use `call-bind` where applicable
62 * [meta] do not publish github action workflows
63 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object-inspect`, `tape`; add `aud`
64 * [Tests] migrate tests to Github Actions
65 * [Tests] run `nyc` on all tests
66 * [Tests] add `implementation` test; run `es-shim-api` in postlint; use `tape` runner
67 * [actions] add "Allow Edits" workflow
68 * [actions] switch Automatic Rebase workflow to `pull_request_target` event
69
701.2.3 / 2019-12-12
71=================
72 * [Refactor] use split-up `es-abstract` (65% bundle size decrease)
73 * [Deps] update `es-abstract`
74 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `object-inspect`
75 * [meta] add `funding` field
76 * [Tests] use shared travis-ci configs
77 * [actions] add automatic rebasing / merge commit blocking
78
791.2.2 / 2019-10-10
80=================
81 * [Refactor] rename callback argument to `mapperFunction`, to match spec
82 * [Deps] update `es-abstract`, `define-properties`
83 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `covert`, `evalmd`, `object-inspect`, `safe-publish-latest`, `tape`
84 * [meta] create FUNDING.yml
85 * [Tests] up to `node` `v12.11`, `v11.15`, `v10.16`, `v9.11`, `v8.16`, `v6.17`, `v4.9`; use `nvm install-latest-npm`
86 * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
87
881.2.1 / 2018-02-23
89=================
90 * [Fix] Temporarily hack main entry, so it's compatible with other resolvers
91 * [Dev Deps] update `eslint`, `nsp`, `tape`
92 * [Tests] up to `node` `v9.6`, `v6.13`
93
941.2.0 / 2018-01-18
95=================
96 * [New] add "auto" entry point
97 * [Fix] Move the receiver length check higher
98 * [Fix] spec adjustments
99 * [Refactor] adjust shouldFlatten logic
100 * [Dev Deps] update `eslint`, `object-inspect`
101 * [Tests] up to `node` `v9.4`
102
1031.1.1 / 2017-11-29
104=================
105 * [Fix] avoid an extra hole in the array (#1)
106 * [Deps] update `es-abstract`
107 * [Dev Deps] update `eslint`, `nsp`, `object-inspect`
108 * [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; pin included builds to LTS
109
1101.1.0 / 2017-10-03
111=================
112 * [New] add explicit setting of “length” on target array
113 * [Fix] `FlattenIntoArray`: add assertion that `thisArg` and `mapperFunction` are both passed together
114 * [Tests] make coverage required
115
1161.0.1 / 2017-10-02
117=================
118 * Add readme
119
1201.0.0 / 2017-10-01
121=================
122 * Initial release
Note: See TracBrowser for help on using the repository browser.