Skip to content

Releases: NSSTC/sim-ecs

v0.6.4

23 Oct 23:40
8f34465
Compare
Choose a tag to compare

What's Changed

  • Fixed a regression introduced in 0.6.3
  • Switched from ts-node to tsx

Full Changelog: v0.6.3...v0.6.4

v0.6.3

03 Oct 00:06
ab51ce8
Compare
Choose a tag to compare

What's Changed

  • fix for: Could not find a declaration file for module 'sim-ecs'. './n… by @DhruvDh in #70
  • some bug fixes - see changelog

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

07 Jul 22:10
5db8cd6
Compare
Choose a tag to compare

What's Changed

  • Bump json5 from 1.0.1 to 1.0.2 in /examples/pong by @dependabot in #64
  • Bump webpack from 5.75.0 to 5.76.0 in /examples/pong by @dependabot in #65

Full Changelog: 0.6.0...v0.6.2

v0.6.0

v0.5.3

04 Oct 11:04
0f3bd36
Compare
Choose a tag to compare

v0.5.3 is out as a new minor update to sim-ecs. This release contains some backported features from the master branch (for v0.6) and makes them available for 0.5:

  • implement fallback UUID generator for entities 6800e28
    No need to provide a UUID generation function yourself anymore. It's now optional instead.
  • assign id to every entity 8c7d5e2
    Every entity will now have an ID automatically at creation. This removes the need for some awkward user code with existence guards.
  • various fixes mostly around tests and benchmarks