You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [1.4.1]
8
+
### Changed
9
+
- Fixed issue when using the Create Settings menu
10
+
- Added automatically open of the selected collectable when using the goto button on the CollectableProperty Drawer
11
+
- Added type specific GetEnumerator for the Collection
12
+
7
13
## [1.4.0]
8
14
### Added
9
15
- Added quick access to the .Values from the collection, to be used without code generation, you can now use `CustomCollection.Values` to gett all your items
@@ -185,10 +191,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185
191
- First initial working version
186
192
187
193
### [Unreleased]
188
-
- Added automatically open of the selected collectable when using the goto button on the CollectableProperty Drawer
189
-
- Added type specific GetEnumerator for the Collection
"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!",
0 commit comments