Skip to content

Tags: SolidAlloy/SolidUtilities

Tags

1.40.0

chore(release): 1.40.0 [skip ci]

# [1.40.0](1.39.0...1.40.0) (2022-07-24)

### Bug Fixes

* Fixed exception when passing null array to ArrayHelper.Add() ([38c5068](38c5068))
* Improved performance of ListHelper.EmptyList<T>() ([bb218be](bb218be))
* Resolved a GUID conflict with old SerializableDictionary ([a967057](a967057))

### Features

* Added SerializedObject.SetHideFlagsPersistently() extension method ([0965d89](0965d89))
* Switched from GUID to assembly names in asmdefs ([67002a9](67002a9))

1.39.0

chore(release): 1.39.0 [skip ci]

# [1.39.0](1.38.2...1.39.0) (2022-06-07)

### Features

* Added an option to exclude assembly from editor during import ([5f7dea7](5f7dea7))

1.38.2

chore(release): 1.38.2 [skip ci]

## [1.38.2](1.38.1...1.38.2) (2022-05-19)

### Bug Fixes

* Fixed the issue with editor icons disappearing randomly ([fadd6a7](fadd6a7))

1.38.1

chore(release): 1.38.1 [skip ci]

## [1.38.1](1.38.0...1.38.1) (2022-05-13)

### Bug Fixes

* Fixed abstract serializable classes not being considered serializable by type.IsUnitySerializable() ([7afc0b2](7afc0b2))

1.38.0

chore(release): 1.38.0 [skip ci]

# [1.38.0](1.37.1...1.38.0) (2022-05-13)

### Bug Fixes

* Fixed editor icons missing after exiting play mode ([4280803](4280803))

### Features

* Added Enum.DoesNotContainFlag() extension method ([24f68bd](24f68bd))

1.37.1

chore(release): 1.37.1 [skip ci]

## [1.37.1](1.37.0...1.37.1) (2022-05-10)

### Bug Fixes

* Fixed incorrect dependency in SolidUtitlites assembly definition ([f8e0bb9](f8e0bb9))

1.37.0

chore(release): 1.37.0 [skip ci]

# [1.37.0](1.36.2...1.37.0) (2022-05-02)

### Bug Fixes

* Fixed errors related to read-only scenes during build ([d8a4220](d8a4220))
* Fixed the prefabs not being found in ProjectWideSearcher ([a916bf1](a916bf1))
* Replaced buttons of plus-i and plus-s with a less blurry ones ([fa7642d](fa7642d))

### Features

* Added ProjectDependencySearcher that searches for SerializedObjects that will be put in a build, or objects that a scene depends upon, etc. ([f286e4e](f286e4e))
* Added ProjectDependencySearcher.GetSerializedObjectsFromOpenScenes() method ([a54a6ea](a54a6ea))
* Added ProjectWideSearcher that searches for all SerializedObjects in the project, or in a certain scene, prefab, etc. ([ee3da0b](ee3da0b))
* Added SerializedPropertyHelper.FindPropertiesOfType() ([fc61190](fc61190))

1.36.2

chore(release): 1.36.2 [skip ci]

## [1.36.2](1.36.1...1.36.2) (2022-03-15)

### Bug Fixes

* Fixed ReadOnlySpan not being found in Unity 2020.3 and lower ([b2cc6b2](b2cc6b2))

1.36.1

chore(release): 1.36.1 [skip ci]

## [1.36.1](1.36.0...1.36.1) (2022-03-12)

### Bug Fixes

* Fixed the compilation error when installing SolidUtilities without Stytem.Runtime.CompilerServices ([b447e9c](b447e9c))

1.36.0

chore(release): 1.36.0 [skip ci]

# [1.36.0](1.35.0...1.36.0) (2022-02-12)

### Features

* Added EditorHelper.ForceRebuildInspectors() ([8121c2e](8121c2e))
* Added TypeHelper.GetNiceNameOfGenericType() method ([2052bcd](2052bcd))