2a33c34f78a805f142e70be19d3eebee6f062fc587ad9ec4dd276e9f0d1031107da099904f89718745e2269dd42ed030179bb8f1091c9326721d4d3f82ccef 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
  4. and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  5. ## [v2.1.8](https://github.com/ljharb/Object.getOwnPropertyDescriptors/compare/v2.1.7...v2.1.8) - 2024-03-19
  6. ### Commits
  7. - [actions] remove redundant finisher [`72e367f`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/72e367f708417284e465acb722ccaa0cff615a32)
  8. - [Refactor] use `es-object-atoms` where possible [`a403fd2`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/a403fd2d4651586309b3a31a31010ca74fa5aa47)
  9. - [Deps] update `call-bind`, `define-properties`, `es-abstract`, `safe-array-concat` [`fe4f40d`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/fe4f40d06ad1b877b1dd5aecb2e61c6d1c155c21)
  10. - [Refactor] use `gopd` [`a2d1344`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/a2d1344271aa98bd9aa5771ea8847605628bcf6e)
  11. - [Dev Deps] update `aud`, `mock-property`, `npmignore`, `tape` [`1852646`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/18526463da3df02dbc688e6897ab262245f85d99)
  12. ## [v2.1.7](https://github.com/ljharb/Object.getOwnPropertyDescriptors/compare/v2.1.6...v2.1.7) - 2023-08-31
  13. ### Commits
  14. - [Deps] update `array.prototype.reduce`, `es-abstract` [`a201ad2`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/a201ad21768bbd199c122fc8b51ded6667b07573)
  15. - [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`f174ab1`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/f174ab14b2a816abac871d10747b1fcff179f0d8)
  16. ## [v2.1.6](https://github.com/ljharb/Object.getOwnPropertyDescriptors/compare/v2.1.5...v2.1.6) - 2023-04-20
  17. ### Commits
  18. - [Refactor] use `safe-array-concat` [`a717eb2`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/a717eb21bacdc01eaa17092fe93dd21e0c1ef320)
  19. - [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`b08d70f`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/b08d70f9387aad6341d44d9216ffa36023973a66)
  20. - [Deps] update `define-properties`, `es-abstract` [`95c8479`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/95c84794c2a78bc78c8c5f540db150c30fe9aea2)
  21. <!-- auto-changelog-above -->
  22. 2.1.4 / 2022-05-19
  23. =================
  24. * [Fix] `Array.prototype.reduce` isn’t present in ES3 engines
  25. * [meta] use `npmignore` to autogenerate an npmignore file
  26. * [Deps] update `define-properties`, `es-abstract`
  27. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `auto-changelog`, `functions-have-names`, `safe-publish-latest`, `tape`
  28. * [Tests] use `mock-property`
  29. * [actions] reuse common workflows
  30. * [actions] update codecov uploader
  31. 2.1.3 / 2021-10-03
  32. =================
  33. * [readme] remove travis badge; add actions and codecov badges
  34. * [Deps] update `es-abstract`
  35. * [meta] use `prepublishOnly` script for npm 7+
  36. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `tape`
  37. * [actions] update workflows
  38. * [actions] use `node/install` instead of `node/run`; use `codecov` action
  39. 2.1.2 / 2021-02-20
  40. =================
  41. * [Deps] update `call-bind`, `es-abstract`
  42. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `functions-have-names`, `has-strict-mode`, `tape`
  43. * [meta] do not publish github action workflow files
  44. * [meta] gitignore coverage output
  45. * [actions] update workflows
  46. 2.1.1 / 2020-11-26
  47. =================
  48. * [Fix] do not mutate the native function when present
  49. * [Deps] update `es-abstract`; use `call-bind` where applicable
  50. * [meta] remove unused Makefile and associated utilities
  51. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `functions-have-names`; add `aud`
  52. * [actions] add Require Allow Edits workflow
  53. * [actions] switch Automatic Rebase workflow to `pull_request_target` event
  54. * [Tests] migrate tests to Github Actions
  55. * [Tests] run `nyc` on all tests
  56. * [Tests] add `implementation` test; run `es-shim-api` in postlint; use `tape` runner
  57. * [Tests] only audit prod deps
  58. 2.1.0 / 2019-12-12
  59. =================
  60. * [New] add auto entry point
  61. * [Refactor] use split-up `es-abstract` (78% bundle size decrease)
  62. * [readme] fix repo URLs, remove testling
  63. * [Docs] Fix formatting in the README (#30)
  64. * [Deps] update `define-properties`, `es-abstract`
  65. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `functions-have-names`, `covert`, `replace`, `semver`, `tape`, `@es-shims/api`; add `safe-publish-latest`
  66. * [meta] add `funding` field
  67. * [meta] Only apps should have lockfiles.
  68. * [Tests] use shared travis-ci configs
  69. * [Tests] use `functions-have-names`
  70. * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
  71. * [Tests] remove `jscs`
  72. * [actions] add automatic rebasing / merge commit blocking
  73. 2.0.3 / 2016-07-26
  74. =================
  75. * [Fix] Update implementation to not return `undefined` descriptors
  76. * [Deps] update `es-abstract`
  77. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `jscs`, `nsp`, `tape`, `semver`
  78. * [Dev Deps] remove unused eccheck script + dep
  79. * [Tests] up to `node` `v6.3`, `v5.12`, `v4.4`
  80. * [Tests] use pretest/posttest for linting/security
  81. * Update to stage 4
  82. 2.0.2 / 2016-01-27
  83. =================
  84. * [Fix] ensure that `Object.getOwnPropertyDescriptors` does not fail when `Object.prototype` has a poisoned setter (#1, #2)
  85. 2.0.1 / 2016-01-27
  86. =================
  87. * [Deps] move `@es-shims/api` to dev deps
  88. 2.0.0 / 2016-01-27
  89. =================
  90. * [Breaking] implement the es-shims API
  91. * [Deps] update `define-properties`, `es-abstract`
  92. * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`
  93. * [Tests] fix npm upgrades in older nodes
  94. * [Tests] up to `node` `v5.5`
  95. * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
  96. 1.0.4 / 2015-07-20
  97. =================
  98. * [Tests] Test on `io.js` `v2.4`
  99. * [Deps, Dev Deps] Update `define-properties`, `tape`, `eslint`, `semver`
  100. 1.0.3 / 2015-06-28
  101. =================
  102. * Increase robustness by caching `Array#{concat, reduce}`
  103. * [Deps] Update `define_properties`
  104. * [Dev Deps] Update `eslint`, `semver`, `nsp`
  105. * [Tests] Test up to `io.js` `v2.3`
  106. 1.0.2 / 2015-05-23
  107. =================
  108. * Update `es-abstract`, `tape`, `eslint`, `jscs`, `semver`, `covert`
  109. * Test up to `io.js` `v2.0`
  110. 1.0.1 / 2015-03-20
  111. =================
  112. * Update `es-abstract`, `editorconfig-tools`, `nsp`, `eslint`, `semver`, `replace`
  113. 1.0.0 / 2015-02-17
  114. =================
  115. * v1.0.0