Skip to content

Releases: sheinsight/reactive

v0.3.5

12 Nov 03:13

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.3.4

06 Nov 02:56

Choose a tag to compare

   🐞 Bug Fixes

  • 修复严格模式下 useSnapshot 逻辑异常问题  -  by @vikiboss (c7bc3)
    View changes on GitHub

v0.3.3

05 Nov 06:47

Choose a tag to compare

   🐞 Bug Fixes

  • 使用 Symbol.for 修复多次导入导致变量覆盖问题  -  by @vikiboss (3aaf0)
    View changes on GitHub

v0.3.2

05 Nov 06:36

Choose a tag to compare

   🚀 Features

  • 支持默认忽略 File 对象 & Promise 对象的 Proxy 操作  -  by @vikiboss (52cec)
  • 额外支持 Blob、FormData 对象的忽略,不进行 Proxy  -  by @vikiboss (6a103)

   🐞 Bug Fixes

  • 修复 restore 函数无法删除新增字段的问题  -  by @vikiboss (5eb57)
  • 修复 exclude 参数不忽略 delete 操作的问题  -  by @vikiboss (82162)
    View changes on GitHub

v0.3.2-beta.3

14 Oct 03:33

Choose a tag to compare

v0.3.2-beta.3 Pre-release
Pre-release

   🐞 Bug Fixes

  • 修复 restore 函数无法删除新增字段的问题  -  by @vikiboss (5eb57)
    View changes on GitHub

v0.3.2-beta.2

13 Oct 09:44

Choose a tag to compare

v0.3.2-beta.2 Pre-release
Pre-release

   🚀 Features

  • 额外支持 Blob、FormData 对象的忽略,不进行 Proxy  -  by @vikiboss (6a103)
    View changes on GitHub

v0.3.2-beta.1

13 Oct 09:15

Choose a tag to compare

v0.3.2-beta.1 Pre-release
Pre-release

   🚀 Features

  • 支持默认忽略 File 对象 & Promise 对象的 Proxy 操作  -  by @vikiboss (52cec)
    View changes on GitHub

v0.3.1

26 Sep 06:20

Choose a tag to compare

   🚀 Features

  • Support proxyCount to get the number of proxies in a proxied state  -  by @vikiboss (7cf44)
    View changes on GitHub

   🚀 功能特性

  • 支持 proxyCount 来获取代理状态下的代理数量  -  by @vikiboss (7cf44)
    在 GitHub 上查看更改

v0.3.1-beta.1

19 Aug 09:44

Choose a tag to compare

v0.3.1-beta.1 Pre-release
Pre-release

   🚀 Features

  • Support proxyCount to get the number of proxies in a proxied state  -  by @vikiboss (7cf44)
    View changes on GitHub

   🚀 功能特性

  • 支持 proxyCount 来获取代理状态下的代理数量  -  by @vikiboss (7cf44)
    在 GitHub 上查看更改

v0.3.0

02 Jul 05:54

Choose a tag to compare

   🚀 Features

  • Support setGlobalNotifyInSync to set the default value of sync option.  -  by @vikiboss (c15e0)
    View changes on GitHub

   🚀 功能特性

  • 导出 setGlobalNotifyInSync 函数支持设置 sync 选项的默认值  -  by @vikiboss (c15e0)
    在 GitHub 上查看变更