io.extendreality.malimbe
Advanced tools
Comparing version 2.0.0 to 3.0.0
# Changelog | ||
# [3.0.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v2.0.0...v3.0.0) (2019-01-07) | ||
### Code Refactoring | ||
* **SerializedProperty:** invert the hidden-in-inspector setting ([2d04301](https://github.com/ExtendRealityLtd/Malimbe/commit/2d04301)) | ||
### BREAKING CHANGES | ||
* **SerializedProperty:** The argument passed in the `SerializedProperty` | ||
attribute constructor to hide the field in the inspector is now | ||
negated. Uses need to be updated to pass the negation of what they | ||
previously passed. The default value of the parameter has been | ||
updated which means the default constructor call doesn't need to be | ||
changed to upgrade to this change. | ||
# [2.0.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v1.3.1...v2.0.0) (2019-01-07) | ||
@@ -4,0 +21,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of tools to simplify writing public API components in Unity.", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"unity": "2018.1", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
712679