Comparing version 0.3.36 to 0.3.37
@@ -75,5 +75,3 @@ declare module 'bitecs' { | ||
export interface IWorld { | ||
[key: string]: any | ||
} | ||
export interface IWorld {} | ||
@@ -80,0 +78,0 @@ export interface ISchema { |
@@ -73,2 +73,5 @@ ## Constants | ||
</dd> | ||
<dt><a href="#getAllEntities">getAllEntities</a> ⇒</dt> | ||
<dd><p>Returns all existing entities in a world</p> | ||
</dd> | ||
</dl> | ||
@@ -347,1 +350,13 @@ | ||
<br><a name="getAllEntities"></a> | ||
## getAllEntities ⇒ | ||
> Returns all existing entities in a world | ||
**Returns**: Array | ||
| Param | Type | | ||
| --- | --- | | ||
| world | <code>World</code> | | ||
@@ -1,4 +0,8 @@ | ||
## v0.0.36 | ||
02-26-2022 | ||
## v0.0.37 | ||
??-??-2022 | ||
### Added | ||
- `getAllEntities` function which returns all existing entities in a world | ||
### Changed | ||
@@ -5,0 +9,0 @@ |
@@ -0,1 +1,15 @@ | ||
## v0.0.37 | ||
03-14-2022 | ||
### Added | ||
- `getAllEntities` function which returns all existing entities in a world | ||
### Changed | ||
- cut initial memory footprint in half by lazily generating shadow state for `Changed` queries | ||
- removed `any` property definition from `IWorld` def for stricter typings | ||
---- | ||
## v0.0.36 | ||
@@ -2,0 +16,0 @@ 03-10-2022 |
@@ -75,5 +75,3 @@ declare module 'bitecs' { | ||
export interface IWorld { | ||
[key: string]: any | ||
} | ||
export interface IWorld {} | ||
@@ -80,0 +78,0 @@ export interface ISchema { |
{ | ||
"name": "bitecs", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"description": "Functional, minimal, data-oriented, ultra-high performance ECS library written in Javascript", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
298833
28
3251