Notable user-facing changes with each release version will be described in this file.
0.2.0: 2022-11-19
- Bevy 0.9 compatibility
0.1.1: 2022-08-21
- 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