Benimator Versions Save

A sprite animation library for rust game development

v4.0.0-alpha.8

1 year ago

New Features

  • Stabilize load-from-file

Removed (BREAKING)

  • (unstable-load-from-file) Remove from_(yaml|ron)_(str|bytes) functions

Documentation

  • (ron) Document shorthand noation for ron

v4.0.0-alpha.7

1 year ago

4.0.0-alpha.7 (2022-07-26)

New Features (BREAKING)

  • Public update function for the state The state is no longer automatically reset after the last frame of a run_once animation. So one must explicitly reset the state if they desire to restart the animation later.

Chore (BREAKING)

  • Remove AnimationPostUpdateSystem It had no effect. This may be reintroduced (with effect) if requested.

Refactor (BREAKING)

  • No longer require animation to get the sprite index

Documentation

  • Fix incorrect 'since' clause for a deprecation

v3.7.0

1 year ago

3.7.0 (2022-07-17)

Features

  • rename state's current_frame_index to animation_frame_index (old name is deprecated) (e1249d6)

v4.0.0-alpha.6

1 year ago

4.0.0-alpha.6 (2022-07-17)

⚠ BREAKING CHANGES

  • The method SpriteState::set_current_index is renamed to SpriteState::set_index

Features

  • add sprite_frame_index method to state (#81) (4b5bc45)

v4.0.0-alpha.5

1 year ago

4.0.0-alpha.5 (2022-07-16)

⚠ BREAKING CHANGES

  • Components no longer implement Reflect (see #80). It may be re-introduced if requested.

refactor

  • make bevy_reflect optional (behind bevy-07 feature) (#80) (2a42ea5)

v4.0.0-alpha.4

1 year ago

4.0.0-alpha.4 (2022-07-15)

Features

  • make dependency bevy_asset optional (behind bevy-07 feature flag) (#77) (75aa334)

v4.0.0-alpha.3

1 year ago

4.0.0-alpha.3 (2022-07-14)

⚠ BREAKING CHANGES

  • use a single feature flag for bevy integration (#76)

refactor

  • use a single feature flag for bevy integration (#76) (a77893b)

v4.0.0-alpha.2

1 year ago

4.0.0-alpha.2 (2022-07-13)

⚠ BREAKING CHANGES

  • make bevy-sprite dependency optional (#74)

Features

  • make bevy-sprite dependency optional (#74) (f743445)

v4.0.0-alpha.1

1 year ago

4.0.0-alpha.1 (2022-07-13)

⚠ BREAKING CHANGES

  • make the integration with bevy_app optional and disabled by default (#73)

Features

  • make the integration with bevy_app optional and disabled by default (#73) (68ec6d9)

v3.6.1

1 year ago

3.6.1 (2022-07-02)

Bug Fixes

  • delayed animation start when switching to a new animation (#67) (3c025c0)

Documentation

  • readme: update install instruction (4f5f657)