source: frontend/node_modules/object.getownpropertydescriptors/CHANGELOG.md

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

Fix frontend appearance

  • Property mode set to 100644
File size: 8.1 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## [v2.1.9](https://github.com/es-shims/Object.getOwnPropertyDescriptors/compare/v2.1.8...v2.1.9) - 2025-12-10
9
10### Commits
11
12- [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`b3d48d5`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/b3d48d52ce2f8e688118e3d937dc831c894bea78)
13- [Deps] update `array.prototype.reduce`, `call-bind`, `es-abstract`, `es-object-atoms`, `gopd`, `safe-array-concat` [`224f5c8`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/224f5c815ba7588249825740f4bf82c32eda9814)
14- [Dev Deps] update `@es-shims/api`, `auto-changelog`, `has-strict-mode`, `mock-property`, `tape` [`eee065a`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/eee065aa1afd21c3b1919d1aa9527ca2b98fbaea)
15- [meta] use `npm audit` instead of `aud` [`ff601b5`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/ff601b5885613d922635ab2e9688683ea005a7a7)
16- [Dev Deps] update `npmignore` [`6612fe4`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/6612fe4584a9f26d9c6e6954b6286d119df502dd)
17- [Dev Deps] update `@ljharb/eslint-config` [`4ed1ca5`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/4ed1ca55e818b97b687c30409ea3e11e7c1d47ad)
18- [meta] drop engines.node down to 0.4 [`ab5347d`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/ab5347d1972a6021ef6704c5c49e842024087581)
19- [Dev Deps] add missing peer dep [`603107a`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/603107af4bea789d750c436f0ee9d84be1569f74)
20
21## [v2.1.8](https://github.com/es-shims/Object.getOwnPropertyDescriptors/compare/v2.1.7...v2.1.8) - 2024-03-19
22
23### Commits
24
25- [actions] remove redundant finisher [`72e367f`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/72e367f708417284e465acb722ccaa0cff615a32)
26- [Refactor] use `es-object-atoms` where possible [`a403fd2`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/a403fd2d4651586309b3a31a31010ca74fa5aa47)
27- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `safe-array-concat` [`fe4f40d`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/fe4f40d06ad1b877b1dd5aecb2e61c6d1c155c21)
28- [Refactor] use `gopd` [`a2d1344`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/a2d1344271aa98bd9aa5771ea8847605628bcf6e)
29- [Dev Deps] update `aud`, `mock-property`, `npmignore`, `tape` [`1852646`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/18526463da3df02dbc688e6897ab262245f85d99)
30
31## [v2.1.7](https://github.com/es-shims/Object.getOwnPropertyDescriptors/compare/v2.1.6...v2.1.7) - 2023-08-31
32
33### Commits
34
35- [Deps] update `array.prototype.reduce`, `es-abstract` [`a201ad2`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/a201ad21768bbd199c122fc8b51ded6667b07573)
36- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`f174ab1`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/f174ab14b2a816abac871d10747b1fcff179f0d8)
37
38## [v2.1.6](https://github.com/es-shims/Object.getOwnPropertyDescriptors/compare/v2.1.5...v2.1.6) - 2023-04-20
39
40### Commits
41
42- [Refactor] use `safe-array-concat` [`a717eb2`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/a717eb21bacdc01eaa17092fe93dd21e0c1ef320)
43- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`b08d70f`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/b08d70f9387aad6341d44d9216ffa36023973a66)
44- [Deps] update `define-properties`, `es-abstract` [`95c8479`](https://github.com/es-shims/Object.getOwnPropertyDescriptors/commit/95c84794c2a78bc78c8c5f540db150c30fe9aea2)
45
46<!-- auto-changelog-above -->
47
482.1.4 / 2022-05-19
49=================
50 * [Fix] `Array.prototype.reduce` isn’t present in ES3 engines
51 * [meta] use `npmignore` to autogenerate an npmignore file
52 * [Deps] update `define-properties`, `es-abstract`
53 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `auto-changelog`, `functions-have-names`, `safe-publish-latest`, `tape`
54 * [Tests] use `mock-property`
55 * [actions] reuse common workflows
56 * [actions] update codecov uploader
57
582.1.3 / 2021-10-03
59=================
60 * [readme] remove travis badge; add actions and codecov badges
61 * [Deps] update `es-abstract`
62 * [meta] use `prepublishOnly` script for npm 7+
63 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `tape`
64 * [actions] update workflows
65 * [actions] use `node/install` instead of `node/run`; use `codecov` action
66
672.1.2 / 2021-02-20
68=================
69 * [Deps] update `call-bind`, `es-abstract`
70 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `functions-have-names`, `has-strict-mode`, `tape`
71 * [meta] do not publish github action workflow files
72 * [meta] gitignore coverage output
73 * [actions] update workflows
74
752.1.1 / 2020-11-26
76=================
77 * [Fix] do not mutate the native function when present
78 * [Deps] update `es-abstract`; use `call-bind` where applicable
79 * [meta] remove unused Makefile and associated utilities
80 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `functions-have-names`; add `aud`
81 * [actions] add Require 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 * [Tests] only audit prod deps
87
882.1.0 / 2019-12-12
89=================
90 * [New] add auto entry point
91 * [Refactor] use split-up `es-abstract` (78% bundle size decrease)
92 * [readme] fix repo URLs, remove testling
93 * [Docs] Fix formatting in the README (#30)
94 * [Deps] update `define-properties`, `es-abstract`
95 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `functions-have-names`, `covert`, `replace`, `semver`, `tape`, `@es-shims/api`; add `safe-publish-latest`
96 * [meta] add `funding` field
97 * [meta] Only apps should have lockfiles.
98 * [Tests] use shared travis-ci configs
99 * [Tests] use `functions-have-names`
100 * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
101 * [Tests] remove `jscs`
102 * [actions] add automatic rebasing / merge commit blocking
103
1042.0.3 / 2016-07-26
105=================
106 * [Fix] Update implementation to not return `undefined` descriptors
107 * [Deps] update `es-abstract`
108 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `jscs`, `nsp`, `tape`, `semver`
109 * [Dev Deps] remove unused eccheck script + dep
110 * [Tests] up to `node` `v6.3`, `v5.12`, `v4.4`
111 * [Tests] use pretest/posttest for linting/security
112 * Update to stage 4
113
1142.0.2 / 2016-01-27
115=================
116 * [Fix] ensure that `Object.getOwnPropertyDescriptors` does not fail when `Object.prototype` has a poisoned setter (#1, #2)
117
1182.0.1 / 2016-01-27
119=================
120 * [Deps] move `@es-shims/api` to dev deps
121
1222.0.0 / 2016-01-27
123=================
124 * [Breaking] implement the es-shims API
125 * [Deps] update `define-properties`, `es-abstract`
126 * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`
127 * [Tests] fix npm upgrades in older nodes
128 * [Tests] up to `node` `v5.5`
129 * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
130
1311.0.4 / 2015-07-20
132=================
133 * [Tests] Test on `io.js` `v2.4`
134 * [Deps, Dev Deps] Update `define-properties`, `tape`, `eslint`, `semver`
135
1361.0.3 / 2015-06-28
137=================
138 * Increase robustness by caching `Array#{concat, reduce}`
139 * [Deps] Update `define_properties`
140 * [Dev Deps] Update `eslint`, `semver`, `nsp`
141 * [Tests] Test up to `io.js` `v2.3`
142
1431.0.2 / 2015-05-23
144=================
145 * Update `es-abstract`, `tape`, `eslint`, `jscs`, `semver`, `covert`
146 * Test up to `io.js` `v2.0`
147
1481.0.1 / 2015-03-20
149=================
150 * Update `es-abstract`, `editorconfig-tools`, `nsp`, `eslint`, `semver`, `replace`
151
1521.0.0 / 2015-02-17
153=================
154 * v1.0.0
Note: See TracBrowser for help on using the repository browser.