Releases: jcornaz/benimator
Releases · jcornaz/benimator
v4.0.0-alpha.8
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
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 arun_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
v4.0.0-alpha.6
4.0.0-alpha.6 (2022-07-17)
⚠ BREAKING CHANGES
- The method
SpriteState::set_current_index
is renamed toSpriteState::set_index
Features
v3.7.0
v4.0.0-alpha.5
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
v4.0.0-alpha.4
4.0.0-alpha.4 (2022-07-15)
Features
v4.0.0-alpha.3
4.0.0-alpha.3 (2022-07-14)
⚠ BREAKING CHANGES
- use a single feature flag for bevy integration (#76)
refactor
v4.0.0-alpha.2
v4.0.0-alpha.1
4.0.0-alpha.1 (2022-07-13)
⚠ BREAKING CHANGES
- make the integration with
bevy_app
optional and disabled by default (#73)