From c195885d0b3384d6ca3c5f6940539fba5dbfe5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Veps=C3=A4l=C3=A4inen?= Date: Mon, 16 Oct 2023 10:27:53 +0300 Subject: [PATCH] chore: Update change log --- CHANGELOG.md | 4 ++++ CONTRIBUTORS.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ff570..f89a5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.10.0 / 2023-10-16 + +- Feat - Support object/array-formed condition for `mergeWithRules`. #212 + ## 5.9.0 / 2023-05-22 - Feat - Support deep merging when rule is a merge. #193, #206 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0b7c295..1e82d97 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -23,3 +23,4 @@ - [Tomasz Wielga](https://github.com/trombka) - Allow `mergeUnique` to work with arbitrary order. #161 - [JeB](https://github.com/just-jeb) - Don't merge strings with objects in `mergeWithRules`. #172 - [Burhanuddin Udaipurwala](https://github.com/burhanuday) - Deep merge when rule is merge. #206 +- [Rex Zeng](https://github.com/RexSkz) - Support object/array-formed condition for `mergeWithRules`. #212