Skip to content

Latest commit

 

History

History
116 lines (56 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

116 lines (56 loc) · 4.75 KB

Change Log

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

0.6.4 (2021-10-25)

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

0.6.3 (2021-10-15)

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

0.6.2 (2021-10-15)

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

0.6.1 (2021-10-13)

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

0.6.0 (2021-10-12)

Build System

  • major update of ALL pkgs (export maps, ESM only) (0d1d6ea)

BREAKING CHANGES

  • discontinue CommonJS & UMD versions
  • only ESM modules will be published from now on
  • CJS obsolete due to ESM support in recent versions of node:
    • i.e. launch NodeJS via:
    • node --experimental-specifier-resolution=node --experimental-repl-await
    • in the node REPL use await import(...) instead of require()
  • UMD obsolete due to widespread browser support for ESM

Also:

  • normalize/restructure/reorg all package.json files
  • cleanup all build scripts, remove obsolete
  • switch from mocha to @thi.ng/testament for all tests

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)