Skip to content

Commit 7237f43

Browse files
chore(release): 2.5.2 [skip ci]
## [2.5.2](2.5.1...2.5.2) (2020-11-01) ### Bug Fixes * Added a delayed method to log a warning after unsucessful deserialization ([81e1770](81e1770)) * Adjusted the logic of TypeReferenceComparer ([554fc6f](554fc6f)) * GUID is now emptied if the type was not found, so that it is not searched for again. ([b23cb92](b23cb92)) * Improved TypeReferenceComparer hashcode generator ([5c2ab4f](5c2ab4f)) * Started using better method to find class type of the asset. ([bddb117](bddb117)) * The renamed type is now found as soon as all inspectors are updated ([36fbd1f](36fbd1f))
1 parent 81e1770 commit 7237f43

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.5.2](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.5.1...2.5.2) (2020-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Added a delayed method to log a warning after unsucessful deserialization ([81e1770](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/81e1770abebe74ba94ec3edf29f10523aed2dece))
7+
* Adjusted the logic of TypeReferenceComparer ([554fc6f](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/554fc6f46323c29922ec9eb8452d0c1490595fc7))
8+
* GUID is now emptied if the type was not found, so that it is not searched for again. ([b23cb92](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/b23cb929184b14e9d680a5afbd9d1b19830cf104))
9+
* Improved TypeReferenceComparer hashcode generator ([5c2ab4f](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/5c2ab4fa60cfdc07187517b5bb82e50fc8862cc5))
10+
* Started using better method to find class type of the asset. ([bddb117](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/bddb11703d96d66134b48163f21b0a035e2e7a5f))
11+
* The renamed type is now found as soon as all inspectors are updated ([36fbd1f](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/36fbd1f20a489f942945222916c9dc9582a60e79))
12+
113
## [2.5.1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.5.0...2.5.1) (2020-10-17)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.type.references",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"displayName": "Type References",
55
"description": "Property Drawer that allows class selection from drop-down.",
66
"dependencies": {

0 commit comments

Comments
 (0)