Skip to content

Commit b29f297

Browse files
committed
fix: meta files
1 parent 2e8d22e commit b29f297

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [2.0.5]
9+
### Changed
10+
- Reverted the change where the `isExpanded` property would be shared between the collection editor and the property drawer.
11+
- Renamed `ObjectType` to `TObjectType` to keep standardized
12+
- Added `TryGetItemByName` for the `ScriptableObjectCollection.cs`
13+
- Added extra safety methods for checking duplicated `Guids` on collections and collection items
14+
- Properly implemented `CollectionItemPicker` `IEnumerator<TItemType> GetEnumerator()`
15+
816
## [2.0.4]
917
### Changed
1018
- Added boolean check for static generated files to improve performance
@@ -435,6 +443,7 @@ public bool IsValidConsumable(Consumable consumable)
435443
### Added
436444
- First initial working version
437445

446+
[2.0.5]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.5
438447
[2.0.4]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.4
439448
[2.0.3]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.3
440449
[2.0.2]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"unity": "2021.2",
66
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping then into a collection and exposing then by code or nice inspectors!",
77
"keywords": [

0 commit comments

Comments
 (0)