1.4.1 (2022-08-02)
- Fixed generic header not being shown for Variable and Constant (befc150)
1.4.0 (2022-07-25)
- Added the missing enabled checkbox to ScriptableEventListener component in inspector (c3b5b34)
- Fixed an issue where an editor of the generated component is lost and the wildcard listener doesn't show the generated component UI even though it exists (d782af0)
- Added a toggle to show hidden generated components for ScriptableEventListener (38cad41)
- Added a warning suggesting to show the generated components if the number of generated components is higher than the wildcard (visible) ones (6285100)
- Added ability to set custom argument names for ScriptableEventListeners and Invoke button in Scriptable Event Inspector (9d80a46)
- Added EventInstancer support to scriptable event listeners (3046706)
- Added EventInstancers (859ffb8)
- Added EventReference class to be able to choose between Scriptable Event and Event Instancer in inspector (b64929d)
- Added public getters for min and max values of ClampedInt, ClampedFloat (aca2c65)
- Added variable instancer with history (2053cc3)
- Added VariableInstancer (89da192)
- Added VariableInstancer as a choice in Reference (0057915)
- Exposed initial value of a variable as a get-only property (4cb0324)
- Integrated MissingScriptType into custom editors (fff8f26)
- Made so that the set up serialized response does not disappear if the changed event reference of ScriptableEventListener has the same generic arguments as the previous reference (39c3f7d)
- Renamed ReferenceBase to Reference, made ValueType, Variable, and Constant public properties (6798f54)
- Replaced deep copy of variable initial values with serializing value to binary and back using odin serializer (411ce63)
- Switched from GUID to assembly names in asmdefs (cf9d124)
1.3.3 (2022-05-08)
- Fixed the ReorderableList.ClearCache method not being found through reflection (afcd012)
1.3.2 (2022-02-13)
- Fixed bugs in GenericUnityObjects and ExtEvents (090bba6)
1.3.1 (2022-02-03)
- Fixed the error in console regarding the immutable Changelog file (a5f3b3b)
1.3.0 (2022-02-03)
- Fixed drawing of a serializable class without custom property drawer inside Reference (79c6f60)
- Removed Net Standard 2.1 features to support older versions of Unity (990c860)
- Replaced UnityEvent with ExtEvent in ScriptableEventListeners (0ada411)
1.2.5 (2021-11-21)
- Fixed various issues in GenericUnityObjects (f2e76d6)
1.2.4 (2021-11-16)
- Fixed incompatibilities with Unity 2021.2 (411aa8c)
1.2.3 (2021-10-24)
- Fixed various bugs in GenericUnityObjects and ClassTypeReference (c2292bf)
1.2.2 (2021-10-22)
- Fixed NRE when opening a type dropdown on MacOS (3d5b3ad)
1.2.1 (2021-10-17)
- Fixed exceptions when using UnityEvents interface and when creating new generic unity objects (167318c)
1.2.0 (2021-10-13)
- Added an ability to traverse the hierarchy of types in the dropdown (2c1b045)
1.1.9 (2021-10-07)
- Fixed error in TimelineInternals.dll when Timeline package is not installed (8c73f40)
1.1.8 (2021-09-30)
- Started saving config changes to disk immediately after a change in generated assemblies (f08cc24)
1.1.7 (2021-09-29)
- Fixed MissingReferenceException sometimes appearing on MacOS (dc3b3de)
1.1.6 (2021-09-27)
- Integrated fixes from SolidUtilities and GenericUnityObjects (0741d83)
1.1.5 (2021-09-16)
- Fixed an issue with missing generic MonoBehaviours after pulling changes from git (e25cc42)
1.1.4 (2021-09-05)
- Updated GenericUnityObjects to fix issues with using git (acf79ff)
1.1.3 (2021-08-31)
- Deleted accidentally added cache file (62f9563)
- Fixed bugs in the GenericUnityObjects dependency package (ebfd9d2)
1.1.2 (2021-08-30)
- Fixed icon assets not being loaded when installing a package from git or openupm (e62b8c4)
1.1.1 (2021-08-29)
- Fixed compilation error when using Timeline 1.4.8 (a0c9768)
1.1.0 (2021-08-28)
- Added TimelineInternals sln and csproj files to git repo (22c30db)
- Fixed emitters for new Timeline package version and added a custom action menu for generating generic emitters (07ed92c)
- Started generating emitters with each new concrete ScriptableEvent (0090890)
- Started using the new ApplyToChildren attribute on ScriptableEventEmitters (235f36e)
1.0.1 (2021-08-23)
- Fixed reference to the Timeline assembly (566fb24)
- Added missing releaserc.json (27af6e5)
- Fixed OnEnable not running for Variable and VariableWithHistory in Editor with PlayMode options enabled (1f20864)
- In Variables, when current values is changed through inspector, the previous value is sent through event (33321e6)
- Added CI to release the package (dc7c47a)