Skip to content

Commit

Permalink
feat: Adds useEquatable for creating observables
Browse files Browse the repository at this point in the history
Make the change in 2.2.3 optional. If you want the use this behavior , modify `@observable` to `@MakeObservable(useEquatable: true)`.
  • Loading branch information
amondnet committed Dec 18, 2023
1 parent f48f3f2 commit f3dcc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.3.0

- Added automatic generation of `==` and `hasCode` method with `@StoreConfig` annotation
- Added automatic generation of `==` and `hashCode` method with `@StoreConfig` annotation

## 2.2.3

Expand Down
2 changes: 1 addition & 1 deletion mobx_codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.5.0

- Added automatic generation of `==` and `hasCode` method with `@StoreConfig` annotation
- Added automatic generation of `==` and `hashCode` method with `@StoreConfig` annotation

## 2.4.0

Expand Down

0 comments on commit f3dcc71

Please sign in to comment.