[d565449] | 1 | # Changelog
|
---|
| 2 |
|
---|
| 3 | All notable changes to this project will be documented in this file.
|
---|
| 4 |
|
---|
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
---|
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
---|
| 7 |
|
---|
| 8 | ## [v2.0.8](https://github.com/es-shims/Object.fromEntries/compare/v2.0.7...v2.0.8) - 2024-03-18
|
---|
| 9 |
|
---|
| 10 | ### Commits
|
---|
| 11 |
|
---|
| 12 | - [actions] remove redundant finisher [`70e8717`](https://github.com/es-shims/Object.fromEntries/commit/70e8717d348e7d2b919c48ce7ab8cdc403664250)
|
---|
| 13 | - [Deps] update `call-bind`, `define-properties`, `es-abstract` [`f4b1a93`](https://github.com/es-shims/Object.fromEntries/commit/f4b1a93c665224e02724d3984eac0ce8508407cc)
|
---|
| 14 | - [Refactor] use `es-object-atoms` where possible [`252ffa7`](https://github.com/es-shims/Object.fromEntries/commit/252ffa73b503b29a7751730f5bca52f5136469e2)
|
---|
| 15 | - [Dev Deps] update `aud`, `tape` [`200ccd5`](https://github.com/es-shims/Object.fromEntries/commit/200ccd563a4bf5a55603be7877646dae1f67675c)
|
---|
| 16 |
|
---|
| 17 | ## [v2.0.7](https://github.com/es-shims/Object.fromEntries/compare/v2.0.6...v2.0.7) - 2023-08-28
|
---|
| 18 |
|
---|
| 19 | ### Commits
|
---|
| 20 |
|
---|
| 21 | - [Deps] update `define-properties`, `es-abstract` [`dbf1467`](https://github.com/es-shims/Object.fromEntries/commit/dbf1467c5586bbf0183ebdee1239176eaf1f94d6)
|
---|
| 22 | - [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`495556f`](https://github.com/es-shims/Object.fromEntries/commit/495556fd641f1c6b9f2f1eedf1be98ed7dad1c43)
|
---|
| 23 |
|
---|
| 24 | ## [v2.0.6](https://github.com/es-shims/Object.fromEntries/compare/v2.0.5...v2.0.6) - 2022-11-06
|
---|
| 25 |
|
---|
| 26 | ### Commits
|
---|
| 27 |
|
---|
| 28 | - [actions] reuse common workflows [`867603d`](https://github.com/es-shims/Object.fromEntries/commit/867603ddb384887d25749488579a4c74fa9c1443)
|
---|
| 29 | - [meta] add `auto-changelog` [`3621c90`](https://github.com/es-shims/Object.fromEntries/commit/3621c90294140f0139cf65c9ed852e7ace01c40f)
|
---|
| 30 | - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `safe-publish-latest`, `tape` [`d6c3de7`](https://github.com/es-shims/Object.fromEntries/commit/d6c3de793e1f2055b5b11102f778270378956f71)
|
---|
| 31 | - [Deps] update `define-properties`, `es-abstract` [`a0eca66`](https://github.com/es-shims/Object.fromEntries/commit/a0eca66c2d21c1030430b8c06c36d9235d0f5870)
|
---|
| 32 | - [actions] update rebase action to use reusable workflow [`91df159`](https://github.com/es-shims/Object.fromEntries/commit/91df159d076da80dcb62dd4a27cc303e4bdaf76e)
|
---|
| 33 | - [actions] update codecov uploader [`e7f2c96`](https://github.com/es-shims/Object.fromEntries/commit/e7f2c965103df04dc21042bd735ce1a5d1446193)
|
---|
| 34 | - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`ec22968`](https://github.com/es-shims/Object.fromEntries/commit/ec22968b61d5888816c66d8416bb045f6584e3a1)
|
---|
| 35 |
|
---|
| 36 | <!-- auto-changelog-above -->
|
---|
| 37 |
|
---|
| 38 | 2.0.5 / 2021-10-03
|
---|
| 39 | =================
|
---|
| 40 | * [readme] add actions and codecov badges
|
---|
| 41 | * [Deps] update `es-abstract`
|
---|
| 42 | * [Deps] remove unused `has` dep
|
---|
| 43 | * [meta] use `prepublishOnly` script for npm 7+
|
---|
| 44 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `tape`
|
---|
| 45 | * [actions] update workflows
|
---|
| 46 | * [actions] use `node/install` instead of `node/run`; use `codecov` action
|
---|
| 47 | * [Tests] increase coverage
|
---|
| 48 |
|
---|
| 49 | 2.0.4 / 2021-02-21
|
---|
| 50 | =================
|
---|
| 51 | * [readme] fix repo URLs; remove travis badge
|
---|
| 52 | * [meta] do not publish github action workflow files
|
---|
| 53 | * [Deps] update `call-bind`, `es-abstract`
|
---|
| 54 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `has-strict-mode`, `tape`
|
---|
| 55 | * [actions] update workflows
|
---|
| 56 |
|
---|
| 57 | 2.0.3 / 2020-11-26
|
---|
| 58 | =================
|
---|
| 59 | * [Deps] update `es-abstract`; remove `function-bind`; use `call-bind` where applicable
|
---|
| 60 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `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 | * [Tests] only audit prod deps
|
---|
| 67 |
|
---|
| 68 | 2.0.2 / 2019-12-12
|
---|
| 69 | =================
|
---|
| 70 | * [Refactor] use split-up `es-abstract` (63% bundle size decrease)
|
---|
| 71 | * [readme] remove testling
|
---|
| 72 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
|
---|
| 73 | * [meta] add `funding` field
|
---|
| 74 | * [Tests] use shared travis-ci configs
|
---|
| 75 | * [actions] add automatic rebasing / merge commit blocking
|
---|
| 76 |
|
---|
| 77 | 2.0.1 / 2019-10-03
|
---|
| 78 | =================
|
---|
| 79 | * [Fix] do not mutate `Object.fromEntries` when already present
|
---|
| 80 | * [Deps] update `define-properties`, `es-abstract`, `has`
|
---|
| 81 | * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `covert`, `tape`
|
---|
| 82 | * [Tests] up to `node` `v12.9`, `v11.15`, `v10.16`, `v9.11`, `v8.16`, `v6.17`, `v4.9`
|
---|
| 83 | * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
|
---|
| 84 |
|
---|
| 85 | 2.0.0 / 2018-08-09
|
---|
| 86 | =================
|
---|
| 87 | * [Breaking] throw when `iterable` is nullish
|
---|
| 88 | * [Docs] Fix link to proposed spec
|
---|
| 89 |
|
---|
| 90 | 1.0.0 / 2018-03-21
|
---|
| 91 | =================
|
---|
| 92 | * v1.0.0
|
---|