UNPKG

object-properties

Version:

Shortcuts to Object.defineProperty and Object.defineProperties

155 lines (74 loc) 5.64 kB
# Changelog All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [9.0.1](https://github.com/christophehurpeau/object-properties/compare/v9.0.0...v9.0.1) (2025-02-17) Note: no notable changes ## [9.0.0](https://github.com/christophehurpeau/object-properties/compare/v8.1.0...v9.0.0) (2025-02-17) ### ⚠ BREAKING CHANGES * drop node 18 ### Features * requires node 20 ([d1140a0](https://github.com/christophehurpeau/object-properties/commit/d1140a06eab40a63a1da7c25118751277188bd79)) ### Bug Fixes * fix doc generation ([a1e8153](https://github.com/christophehurpeau/object-properties/commit/a1e8153a48597ac0b5c43a1ed71bc17f5d7dafd8)) ## [8.1.0](https://github.com/christophehurpeau/object-properties/compare/v8.0.0...v8.1.0) (2023-12-25) ### Features * update babel and drop browser modern version ([3b919fd](https://github.com/christophehurpeau/object-properties/commit/3b919fdefe758c1d69d24696bdf3cbe5dc81e8ef)) ## [8.0.0](https://github.com/christophehurpeau/object-properties/compare/v7.0.0...v8.0.0) (2023-07-27) ### ⚠ BREAKING CHANGES * requires node 18 lts ### Code Refactoring * drop node 16 ([ff085e2](https://github.com/christophehurpeau/object-properties/commit/ff085e2a24ccfc2c6c0c359d1d65ed9eaf8a0f1b)) ## [7.0.0](https://github.com/christophehurpeau/object-properties/compare/v6.1.0...v7.0.0) (2022-11-19) ### ⚠ BREAKING CHANGES * drop cjs and node 14 ### Bug Fixes * build definitions ([0e78b8d](https://github.com/christophehurpeau/object-properties/commit/0e78b8d50dc7f29406b583932dd42e73b9142ff1)) ### Miscellaneous Chores * drop cjs ([f7a9443](https://github.com/christophehurpeau/object-properties/commit/f7a9443dfd524922be680ab3d7cb662780236226)) ## [6.1.0](https://github.com/christophehurpeau/object-properties/compare/v6.0.0...v6.1.0) (2022-02-05) ### Features * module package type ([145c9ec](https://github.com/christophehurpeau/object-properties/commit/145c9ec50362a322a1f503ccc89ad9a2604e84b3)) ## [6.0.0](https://www.github.com/christophehurpeau/object-properties/compare/v5.0.0...v6.0.0) (2021-12-12) ### ⚠ BREAKING CHANGES * requires node 14 ### Build System * update dev deps and drop node 12 ([b95c0f4](https://www.github.com/christophehurpeau/object-properties/commit/b95c0f4339aa269062be82569e91dbf2319c90bc)) ## [5.0.0](https://www.github.com/christophehurpeau/object-properties/compare/v4.0.0...v5.0.0) (2021-11-11) ### ⚠ BREAKING CHANGES * requires ^12.20.0 || ^14.13.1 || >=16.0.0, older browser dropped ### Features * build upgrade ([ecbe40c](https://www.github.com/christophehurpeau/object-properties/commit/ecbe40cb6cd0178ea12f6eb2977135206192c7a6)) ## [4.0.0](https://github.com/christophehurpeau/object-properties/compare/v3.1.0...v4.0.0) (2021-03-28) ### ⚠ BREAKING CHANGES * requires node 12 * update dependencies ([2eaaa94](https://github.com/christophehurpeau/object-properties/commit/2eaaa94d6eeaa60105e6f10ba3b629252783b091)) <a name="3.1.0"></a> # [3.1.0](https://github.com/christophehurpeau/object-properties/compare/v3.0.0...v3.1.0) (2018-04-21) typescript <a name="3.0.0"></a> # [3.0.0](https://github.com/christophehurpeau/object-properties/compare/v2.0.0...v3.0.0) (2018-03-25) ### Bug Fixes * remove flow generics ([8c3a8d9](https://github.com/christophehurpeau/object-properties/commit/8c3a8d9)) ### v2.0.0 - [`40c5b17`](https://github.com/christophehurpeau/object-properties/commit/40c5b17e7ac6bafaa950973cd8bc78f952b08e31) springbokjs-library@17 (Christophe Hurpeau) ### v1.2.0 - [`2b0bd15`](https://github.com/christophehurpeau/object-properties/commit/2b0bd15e331e6267ddeb5c8abdf065808f81f36c) add definePrototype functions (Christophe Hurpeau) ### v1.1.3 - [`31123fd`](https://github.com/christophehurpeau/object-properties/commit/31123fdafeac5561da572f45e0c21036fb432d41) fix this in lazy property callback and add tests (Christophe Hurpeau) ### v1.1.2 - [`52feb44`](https://github.com/christophehurpeau/object-properties/commit/52feb442a5137536efa043e3872a7ddd50a9f975) fix this in lazy property callback (Christophe Hurpeau) ### v1.1.1 - [`50a12f5`](https://github.com/christophehurpeau/object-properties/commit/50a12f5bcfa9d0b8d132c9b534b4457e2df76390) circleci (Christophe Hurpeau) - [`8a9108a`](https://github.com/christophehurpeau/object-properties/commit/8a9108ab15349b51e8a37e103c2531dcecaeb584) Update README.md (Christophe Hurpeau) - [`dd24944`](https://github.com/christophehurpeau/object-properties/commit/dd249442a5996ab4f8ac1da5ecaf386fa4801a79) Update README.md (Christophe Hurpeau) ### v1.1.0 - [`aa28155`](https://github.com/christophehurpeau/object-properties/commit/aa28155679c1f1d4d5a8ad2c5343860878c65559) add defineLazyProperty, defineLazyConstant and defineConstants (Christophe Hurpeau) ### v1.0.4 - [`5b4d427`](https://github.com/christophehurpeau/object-properties/commit/5b4d42796cd9bf5df60d8e5fff99b447a46af72b) 1.0.3 (Christophe Hurpeau) - [`7851fb1`](https://github.com/christophehurpeau/object-properties/commit/7851fb197551d032d0e5416d68c9cd32fcd667c6) readme (Christophe Hurpeau) ### v1.0.3 - [`defa387`](https://github.com/christophehurpeau/object-properties/commit/defa38710540d44519898c1966a687139c7cab66) readme (Christophe Hurpeau) ### v1.0.2 - [`e91007a`](https://github.com/christophehurpeau/object-properties/commit/e91007ae1daa63997018b27bf97d1106d42fe9ad) readme (Christophe Hurpeau) ### v1.0.1 - [`33aa577`](https://github.com/christophehurpeau/object-properties/commit/33aa577f15df455f9b287ac3f2088acd5efedfe0) readme (Christophe Hurpeau)