From 418c36efda0b47898e28a9715a2158f7a2436347 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Fri, 21 May 2021 16:34:08 +0200 Subject: [PATCH] Updated CHANGELOG Signed-off-by: Florian BOUILLON --- packages/object-util/CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/object-util/CHANGELOG.md b/packages/object-util/CHANGELOG.md index 9e57634..985a1c3 100644 --- a/packages/object-util/CHANGELOG.md +++ b/packages/object-util/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2021-05-21 + +### Added + +- `objectValues` - this does the same thing has objectToArray but make the naming better + +### Changed + +- `objectLoop` and `objectMap` now include an index after the key + +### Deprecated + +- `objectToArray` has been renamed to `objectValues` + ## [1.1.1] - 2021-04-11 ### Added @@ -60,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - objectEqual Function -[1.1.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.1.0 +[1.2.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.2.0 +[1.1.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.1.1 [1.0.5]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.5 [1.0.4]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.4 [1.0.2]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.2