Skip to content

Commit

Permalink
0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Oct 30, 2024
1 parent ebeed90 commit de9aae6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.22.0
* Use `performance.now()` everywhere instead of falling back to `Date.now()`
* make API simpler and more consistent:
* alias addWorld -> createWorld
* alias addEntity -> createEntity
* alias addComponent -> addComponentToEntity
* alias removeComponent -> removeComponentFromEntity


# 0.21.0
* refactor `deferredRemovals` to not rely on entity indexes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecs",
"version": "0.21.0",
"version": "0.22.0",
"description": "data oriented, functional entity component system",
"main": "ecs.js",
"types": "types/ecs.d.ts",
Expand Down

0 comments on commit de9aae6

Please sign in to comment.