diff --git a/CHANGELOG.md b/CHANGELOG.md index 852e7cd..80c22be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## master +## [0.12.3](https://github.com/foca-js/foca/compare/v0.12.2...v0.12.3)  (2022-06-15) + - 废弃函数 `useDefinedModel`,并新增函数 `useDefined` 作为代替 +- 修复计算属性在返回 **原始数组** 或者 **原始对象** 时无法访问的问题 +- 优化 initialState 深拷贝速度 ## [0.12.2](https://github.com/foca-js/foca/compare/v0.12.1...v0.12.2)  (2022-06-08) diff --git a/LICENSE b/LICENSE index ba293c5..0417362 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 罪 +Copyright (c) 2021-2022 geekact Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 584cf1c..48ee78f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foca", - "version": "0.12.2", + "version": "0.12.3", "repository": "git@github.com:foca-js/foca.git", "homepage": "https://foca.js.org", "keywords": [