Releases: realitycollective/com.realitycollective.utilities
Release v1.0.13
What's Changed
- Migrated missing extension from last bounds update and included new reverse hierarchy component search. (#62)
- Added the ability to "Wrap" log messages managed by the logger to make them easier to identify in LogCat and Android debugging output (#63)
- Renamed
TryGetComponentInParentHierarchy
toTryFindAncestorComponent
and properly implementedFindAncestorComponent
(#64)
Full Changelog: v1.0.12...v1.0.13
v1.0.12
v1.0.11
v1.0.11
Warning
This update contains breaking changes. Namespaces have been updated. Please update your usings accordingly.
Added
- Additional bounds extensions
- New
TryGetComponentInChilidren
andTryGetComponentInChildrenAndParent
utilities
Changed
- Namespaces updated
v1.0.10
What's Changed
- Updated assembly post-processor - minor cleanup fix (@FejZa )
Full Changelog: v1.0.9...v1.0.10
V1.0.9
A cleanup release to migrate Service Framework only content to the Service Framework package and reduce overhead in the utilities package.
What's Changed
- V1.0.9 by @SimonDarksideJ in #51
Full Changelog: v1.0.8...v1.0.9
v1.0.8
v1.0.7
What's Changed
Release V1.0.7
- Removal of Rest functionality (deprecated)
Use
com.utilities.rest
as an alternative.
Full Changelog: v1.0.5...v1.0.7
v1.0.5
What's Changed
-
Added logging utilities for projects
-
Extended the Unity File helper with an additional option to get all files and not just Unity's own files. (#32)
-
Updated the GuidRegenerator to use all files as it should not be limited when working with a path.
-
Fix ambiguous call (#34)
-
Added a new Calculate Bounds extension and updated documentation for all (#35)
-
Update docs and readme for release (#36)
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Changed fixed use of verbs to use the constants from UnityWebRequest definition.
- #26 Added additional exception handling to log instead of throw, returns a Failed response instead
- #25 Added the ability to set global override parameters
- Added the ability to set a preferred download location, either globally or per call. Default is Temp
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Updating Rest utilities, added cancellation token to all calls. Plus clean up
- Added Unit Tests to Rest functionality
- Standardised overload options into a new RestArgs struct
- Rationalised implementations for standards
- Added overloaded Download function to return a byte[] or file string contents
- Fix new script icon
- Update workflow to multi-version for test
- Updated PostForm following 2022 testing
- Include uGUI dependency for the UI extensions in the package
- Extract Canvas dependencies from the utility package
Breaking Changes
- Rest method signatures have been updated to use a new "RestArgs" struct for all overrides, including certificates, Headers, etc
Full Changelog: v1.0.2...v1.0.3