From f3dcc71b3c151f71072c30db9d1ac523b1aea35c Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Mon, 18 Dec 2023 18:09:22 +0900 Subject: [PATCH] feat: Adds `useEquatable` for creating observables Make the change in 2.2.3 optional. If you want the use this behavior , modify `@observable` to `@MakeObservable(useEquatable: true)`. --- mobx/CHANGELOG.md | 2 +- mobx_codegen/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobx/CHANGELOG.md b/mobx/CHANGELOG.md index 21ef5b54..bee85cf7 100644 --- a/mobx/CHANGELOG.md +++ b/mobx/CHANGELOG.md @@ -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 diff --git a/mobx_codegen/CHANGELOG.md b/mobx_codegen/CHANGELOG.md index 4c2bddef..0c31753f 100644 --- a/mobx_codegen/CHANGELOG.md +++ b/mobx_codegen/CHANGELOG.md @@ -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