Skip to content

Flecs v3.0.3

Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 16 Aug 05:27
· 1305 commits to master since this release
57af483

This version includes the following bugfixes:

  • Fixed bug where constructor was not called for explicitly registered component in multi world C++ application
  • Fixed bug with change detection and queries with OR terms

This version includes the following improvements:

  • Fixed broken links and typos in documentation
  • Added links to demos and blogs to README
  • Remove redundant includes
  • Remove redundant assignment in sparse set code
  • New group_by example

This version includes the following new features:

Breaking changes:

  • Fixed inconsistencies in naming between fields and terms: #466 (comment)

Known issues:
#765
#716
#714
#620
#478
#314