From 589738dcbc933e9d28bb1d788381b89034913882 Mon Sep 17 00:00:00 2001 From: Avior Date: Sun, 11 Apr 2021 00:48:58 +0200 Subject: [PATCH] Updated CHANGELOG Signed-off-by: Avior --- packages/object-util/CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/object-util/CHANGELOG.md b/packages/object-util/CHANGELOG.md index 519d11c..9e57634 100644 --- a/packages/object-util/CHANGELOG.md +++ b/packages/object-util/CHANGELOG.md @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased]() +## [Unreleased] + +## [1.1.1] - 2021-04-11 + +### Added + +- objectSort parameter second parameter can now ba an array of keys + + +## [1.0.5] - 2021-02-08 ### Changed - Renamed cloneObject to objectClone @@ -51,6 +60,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.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 [1.0.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.1