Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
4lessandrodev committed Aug 24, 2023
1 parent 8e545dc commit 22acac7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
## Unreleased


---

### [1.18.4] - 2022-07-23

### Fixed

- fixed: ensure compare null or undefined using `isEqual` method on value-object, entity and aggregate instance.
- fixed: ensure create props copy on clone domain entities.
- added: create a shortcut to `isEqual` method on id instance to compare values.
- changed: mark history (`snapshot`) method as deprecated. Will be removed on next version to improve performance.
- change: update deps

---

### [1.18.3] - 2022-07-30
Expand All @@ -14,7 +26,6 @@ All notable changes to this project will be documented in this file.
- fixed: ensure custom payload error to adapter

---

### [1.18.2] - 2022-07-09

### Fixed
Expand Down

0 comments on commit 22acac7

Please sign in to comment.