Releases: NateTheGreatt/bitECS
Releases · NateTheGreatt/bitECS
v0.0.1-alpha.3
Install with:
npm install NateTheGreatt/bitECS#v0.0.1-alpha.3
WIP Docs: https://github.com/NateTheGreatt/bitECS/tree/next/packages/classic#readme
What's Changed
- Fix builds.
- Fix query types.
- ✅ classic: test query results to not be altered by @pietrovismara in #146
- ✨ classic: adds relation initStore by @pietrovismara in #144
Full Changelog: v0.0.1-alpha.2...v0.0.1-alpha.3
v0.0.1-alpha.2
Install with:
npm install NateTheGreatt/bitECS#v0.0.1-alpha.2
What's Changed
- Worlds now auto-grow., size is optional.
- Add
enableBufferedQueries
world option, queries native arrays by default. - ✨ classic: added definePrefab and registerPrefab by @pietrovismara in #138
- Change entity recycling to use pop by @krispya in #143
Full Changelog: v0.0.1-alpha.1...v0.0.1-alpha.2
initial alpha release
the first alpha release of @bitecs/classic