Skip to content

Commit 97f1f3c

Browse files
author
Bruno Mikoski
committed
add: meta changes
1 parent a8c8b5e commit 97f1f3c

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.MD

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
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

7+
## [1.2.9]
8+
### Changed
9+
- Fixed issue with the Foldout issue, now showing multiple inherited collectables should work fine
10+
- Improved the ADD New on the collection and what is displayed, and the the creation of new types is on a subfolder.
11+
- Added static access to the `ScriptableObjectCollection<>.Values`
12+
- Renamed the generated Static value back to the `.Values` to keep in line with the static access. so you can now access by `Collection.Values` or `Collectable.Values`
13+
14+
### Added
15+
- Support to create Collections / Collectables based on a Utils script, useful for another packages creating the necessary Collection.
16+
717
## [1.2.8]
818
### Changed
919
- Fixed issue when trying to create a new type from abstract using the new Collectable editor.
@@ -143,9 +153,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143153
- First initial working version
144154

145155
### [Unreleased]
146-
- Proper setup for automatic creation of necessary collections
147156

148-
[1.2.7]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.8
157+
[1.2.9]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.9
158+
[1.2.8]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.8
149159
[1.2.7]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.7
150160
[1.2.6]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.6
151161
[1.2.5]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.5

package.json

Lines changed: 2 additions & 2 deletions
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.2.8",
4+
"version": "1.2.9",
55
"unity": "2018.4",
66
"description": "Scriptable Object Collection",
77
"keywords": [
@@ -21,4 +21,4 @@
2121
"url": "https://www.brunomikoski.com"
2222
},
2323
"type": "library"
24-
}
24+
}

0 commit comments

Comments
 (0)