Skip to content

Latest commit

 

History

History
150 lines (52 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

150 lines (52 loc) · 4.85 KB

Change Log

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

0.3.29 (2020-07-28)

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

0.3.28 (2020-07-25)

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

0.3.27 (2020-07-25)

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

0.3.26 (2020-07-17)

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

0.3.25 (2020-07-17)

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

0.3.24 (2020-07-08)

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

0.3.23 (2020-07-08)

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

0.3.22 (2020-07-04)

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

0.3.21 (2020-07-02)

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

0.3.20 (2020-06-20)

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

0.3.19 (2020-06-14)

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

0.3.18 (2020-06-01)

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

0.3.17 (2020-06-01)

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

0.3.16 (2020-05-29)

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)