Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 793 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 793 Bytes

Changelog

Notable user-facing changes with each release version will be described in this file.

0.2.0: 2022-11-19

Changed

  • Bevy 0.9 compatibility

0.1.1: 2022-08-21

Added

  • Helper functions for directly serializing to a file:
    • scene_file_from_query_components
    • scene_file_from_query_filter
    • SceneBuilder::export_to_file
  • Helper functions for directly adding to the app's asset collection:
    • add_scene_from_query_components
    • add_scene_from_query_filter
    • SceneBuilder::build_scene_and_add

0.1.0: 2022-08-19

Initial Release