Skip to content

Latest commit

 

History

History
100 lines (42 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

100 lines (42 loc) · 3.91 KB

Change Log

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

0.5.18 (2021-08-04)

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

0.5.17 (2021-07-27)

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

0.5.16 (2021-07-01)

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

0.5.15 (2021-06-08)

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

0.5.0 (2021-02-20)

Code Refactoring

  • ecs: update mem-mapped component type handling (3207200)

BREAKING CHANGES

  • ecs: component buffer data type use string consts
  • part of unified umbrella-wide changes to thi.ng/api Type alias (see a333d4182)

0.4.0 (2020-10-19)

Features

  • ecs: add custom mempool support (1a59405)

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)