Skip to content

Releases: realitycollective/com.realitycollective.utilities

Release v1.0.13

05 Sep 20:40
Compare
Choose a tag to compare

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 to TryFindAncestorComponent and properly implemented FindAncestorComponent (#64)

Full Changelog: v1.0.12...v1.0.13

v1.0.12

06 May 18:49
Compare
Choose a tag to compare

Hotfix release for v1.0.11

v1.0.11

06 May 18:32
ebacd59
Compare
Choose a tag to compare

v1.0.11

Warning

This update contains breaking changes. Namespaces have been updated. Please update your usings accordingly.

Added

  • Additional bounds extensions
  • New TryGetComponentInChilidren and TryGetComponentInChildrenAndParent utilities

Changed

  • Namespaces updated

v1.0.10

06 May 11:09
566d609
Compare
Choose a tag to compare

What's Changed

  • Updated assembly post-processor - minor cleanup fix (@FejZa )

Full Changelog: v1.0.9...v1.0.10

V1.0.9

13 Mar 17:04
Compare
Choose a tag to compare

A cleanup release to migrate Service Framework only content to the Service Framework package and reduce overhead in the utilities package.

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

12 Mar 06:44
Compare
Choose a tag to compare

Changed

  • TypeCache will not throw a warning when not using the Guid attribute

Removed

  • ChannelPackerWindow (moved to the Reality Toolkit)

v1.0.7

08 Jan 17:57
Compare
Choose a tag to compare

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

09 Nov 13:18
Compare
Choose a tag to compare

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

27 Apr 10:45
Compare
Choose a tag to compare

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

09 Mar 21:59
Compare
Choose a tag to compare

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