Skip to content
Merged

Dev #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Changelog

### [v2.2.1](https://github.com/panates/jsopen-objects/compare/v2.2.0...v2.2.1) -
### [v2.2.2](https://github.com/panates/jsopen-objects/compare/v2.2.1...v2.2.2) -

#### 🛠 Refactoring and Updates
#### 🪲 Fixes

- refactor: Simplified `updateErrorMessage` logic and removed fallback function @Eray Hanoğlu
- fix: Ensure `srcVal` is truthy before processing in deep merge logic @Eray Hanoğlu

#### 💬 General Changes

- dev: Use `type` imports for improved clarity and consistency @Eray Hanoğlu
Loading