Skip to content

bones_asset-v0.3.0

Compare
Choose a tag to compare
@zicklag zicklag released this 14 Jan 01:41
· 97 commits to main since this release
c44170a

Chore

  • update bones lib versioning.

Documentation

  • update changelogs.

New Features

  • upgrade to Bevy 0.10.
  • implement Serialize for Handle<T> and UntypedHandle.

Bug Fixes

  • makes bones asset path representation more consistent.
    Previously the normalize method on a bones path would remove the leading
    / to make it support Bevy paths, which can't start with a /, but
    this was not consistent with the way that the handle was serialized.

    Now, the bones path representations always maintain the leading / to
    indicate a root path, and the leading / is removed when converting to
    a Bevy handle.

    This fixes issues run into when trying to read serialized bones handles
    during map saving in Jumpy.

Commit Statistics

  • 5 commits contributed to the release over the course of 103 calendar days.
  • 133 days passed between releases.
  • 5 commits were understood as conventional.
  • 5 unique issues were worked on: #101, #106, #111, #122, #124

Commit Details

view details