Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

28 lines (24 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • resources-interop feature: when enabled, allows Executor::run() to also accept Resources struct from the resources crate in place of resources argument.
  • SystemContext::reserve_entity(), ::contains(), ::archetypes(), and ::archetype_generation(), mirroring similar methods of hecs::World.
  • CI badge.

Changed

  • Executor::run() now uses rayon::scope_fifo().
  • Minor doc tweaks.
  • Fixed changelog dates.
  • Internal refactors.

Removed

  • test feature.

0.1.0 - 2020-06-06

Changed

  • Full rewrite.

0.0.0-aplha1 - 2020-01-14

Added

  • Initial release.