Skip to content

Commit 16e8c47

Browse files
committed
fix: metas
1 parent c86efe4 commit 16e8c47

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.MD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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

8+
## [1.5.6]
9+
### Changed
10+
- Improved the Refreshing of the `CollectionRegistry` to try to refresh when items are deleted/created
11+
- Refactored the `IndirectReference` to not need a serialized version of the `CollectionItem` type, so avoid any serialization issues
12+
- Renamed some of the editor classes to match the standard
13+
814
## [1.5.5]
915
### Changed
1016
- In order to support multiple collections of the same type the check of the `Values` I had to tweak how the instance of every instance its assigned, changed for the `OnEnable` of the collection item
@@ -22,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2228
- The settings are now on the Project Preferences where you can define the default folder for the Scriptable Objects and default namespace.
2329
- Removed the `ReadOnlyList` on the `Collection`, the casting was expensive and was an unnecessary safety measure
2430

25-
2631
## [1.5.3]
2732
### Changed
2833
- Disabled the reload of the collection after script reloading on batch mode.
@@ -240,6 +245,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
240245
### Unreleased
241246

242247

248+
[1.5.6]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.5.6
243249
[1.5.5]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.5.5
244250
[1.5.4]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.5.4
245251
[1.5.3]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.5.3

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": "1.5.5",
4+
"version": "1.5.6",
55
"unity": "2018.4",
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)