Skip to content

Latest commit

 

History

History
70 lines (32 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

70 lines (32 loc) · 3.22 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.3.33 (2020-09-13)

Note: Version bump only for package @thi.ng/ecs

0.3.32 (2020-08-28)

Note: Version bump only for package @thi.ng/ecs

0.3.31 (2020-08-17)

Note: Version bump only for package @thi.ng/ecs

0.3.30 (2020-08-16)

Note: Version bump only for package @thi.ng/ecs

0.3.0 (2020-01-24)

Bug Fixes

Features

  • ecs: update ECS, components, caches (15e9cea)

0.2.0 (2019-11-30)

Bug Fixes

  • ecs: update VersionedIDGen, add tests (118405d)

Features

  • ecs: add version bits for VersionedIDGen, add/update tests (cc06f0b)

0.1.0 (2019-11-09)

Features

  • ecs: add componentsForID/groupsForID(), add NullCache (416a8b7)
  • ecs: add defComponent, fix return types (8a65446)
  • ecs: add ECS INotify impl, entity ops, update Group (0423f35)
  • ecs: add ECS main class, update types, Component, Group (40dc1b6)
  • ecs: add generics for Component & Group related types & methods (82e3e92)
  • ecs: add UnboundedCache, update Component & Group ctors/opts (5c36892)
  • ecs: add/update types, new components, update Group, ECS, add tests (fdae8a7)
  • ecs: initial refactor & import as new package (MBP2010) (ad0b566)
  • ecs: update Group, Component, cache behavior, IDGen, iteration (e8c72d5)