Skip to content

Arche v0.14.1

Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 23 Dec 01:36
· 10 commits to main since this release
3597b3e

Arche v0.14.1

Arche is an archetype-based Entity Component System for Go.

Arche's Features

Changelog

Features

  • Adds World.NewEntityFn, World.AddFn and World.ExchangeFn that call a callback function before listener notification (#445)

Bugfixes

  • Fixes generic MapX.Assign and MapX.NewWith notifying listeners before setting components (#445, issue #443)

Documentation

  • Removes references to deprecated methods from the user guide (#447)

Other

  • Retract version v0.14.0 due to issue #443 and required features (#446)