github Byron/gitoxide gix-v0.55.1
gix v0.55.1

11 months ago

New Features

  • Add take_data() to all primitive object types.
    That is the new, most direct way to obtain its data which otherwise
    is immovable.
  • Add detach() and detached() too all object types.
    That way, the detachment API is symmetric.
    It's required to overcome the Drop implementation of each of these types
    which prevents moving data out of the object (easily).

Commit Statistics

  • 2 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Add take_data() to all primitive object types. (5732303)
    • Add detach() and detached() too all object types. (88f2e6c)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.