@javelin/devtool
Version:
Developer tool for Javelin ECS.
192 lines (76 loc) • 4.47 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.19.2 (2020-09-08)
**Note:** Version bump only for package @javelin/devtool
## 0.19.1 (2020-09-05)
### Performance Improvements
* don't throw unnecessary error in tryGetComponent ([a94d4cc](https://github.com/3mcd/javelin/commit/a94d4ccc871d669476e2135a1884cd5017763be9))
# 0.19.0 (2020-09-03)
### Features
* add removeSystem method and Query type ([8bf4338](https://github.com/3mcd/javelin/commit/8bf4338529f17c49bb7558907001f971c93a70e0))
# [0.18.0](https://github.com/3mcd/javelin/compare/v0.17.0...v0.18.0) (2020-09-02)
**Note:** Version bump only for package @javelin/devtool
# [0.17.0](https://github.com/3mcd/javelin/compare/v0.16.1-alpha.2...v0.17.0) (2020-09-01)
**Note:** Version bump only for package @javelin/devtool
## [0.16.1-alpha.2](https://github.com/3mcd/javelin/compare/v0.16.1-alpha.1...v0.16.1-alpha.2) (2020-08-28)
**Note:** Version bump only for package @javelin/devtool
## [0.16.1-alpha.1](https://github.com/3mcd/javelin/compare/v0.16.0...v0.16.1-alpha.1) (2020-08-28)
### Features
* record mutations and compress update snapshots (only send deltas) ([22dae33](https://github.com/3mcd/javelin/commit/22dae33c505a9ab189764f6519a1f9dd7e3dfb47))
## [0.16.1-alpha.0](https://github.com/3mcd/javelin/compare/v0.16.0...v0.16.1-alpha.0) (2020-08-27)
### Features
* record mutations and compress update snapshots (only send deltas) ([22dae33](https://github.com/3mcd/javelin/commit/22dae33c505a9ab189764f6519a1f9dd7e3dfb47))
# 0.16.0 (2020-08-18)
### Features
* remove tag api ([bde7616](https://github.com/3mcd/javelin/commit/bde76169bca0e7a04d71660720f2f23ac864c688))
## 0.15.0 (2020-08-13)
**Note:** Version bump only for package @javelin/devtool
# 0.14.0 (2020-07-28)
### Features
- separate reliable and unreliable updates ([9383a02](https://github.com/3mcd/javelin/commit/9383a0261b2b110d1c57a037a567ba90f003453b))
# 0.13.0 (2020-07-27)
### Features
- apply remote ops immediately ([ba0c28d](https://github.com/3mcd/javelin/commit/ba0c28d0c0fa76f11dc09a39db3ab200dd7c61ab))
## 0.12.2 (2020-07-26)
### Bug Fixes
- expose previous tick ops ([7e367b2](https://github.com/3mcd/javelin/commit/7e367b27baae5808e41fef69c761de6ecb760234))
## 0.12.1 (2020-07-26)
### Bug Fixes
- expose some needed message handler properties ([ae67e25](https://github.com/3mcd/javelin/commit/ae67e252e260de066dca19fee99f7267612dce5f))
# 0.12.0 (2020-07-26)
### Features
- core improvements ([c7feb0d](https://github.com/3mcd/javelin/commit/c7feb0dee1b27312ddaff26f47a5f536518d7807))
# 0.11.0 (2020-07-20)
### Features
- add pushImmediate ([7304dce](https://github.com/3mcd/javelin/commit/7304dce3365c67458a82a1a6909787aa6b7bacb9))
# 0.10.0 (2020-07-17)
### Features
- actually use hrtime in hrtime loop ([50360aa](https://github.com/3mcd/javelin/commit/50360aa25514a138e57fad5bcff379f1ccef858c))
# 0.9.0 (2020-07-10)
### Features
- reverse system arguments ([4317036](https://github.com/3mcd/javelin/commit/431703646e866c3c7dcadbc8bb5202c6b02ab28c))
# 0.8.0 (2020-07-08)
### Features
- improve devtools and fix isLocal flag in message producer ([5a2b892](https://github.com/3mcd/javelin/commit/5a2b892f9fc0394527876da74df0d4430b75e505))
## 0.7.1 (2020-07-06)
**Note:** Version bump only for package @javelin/devtool
# 0.7.0 (2020-06-25)
### Features
- devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c))
## 0.6.2 (2020-06-19)
**Note:** Version bump only for package @javelin/devtool
## 0.6.1 (2020-06-19)
### Bug Fixes
- getInitialMessages ([1d02c86](https://github.com/3mcd/javelin/commit/1d02c86140d3e92e87ce58f26ec0fdbf18b5524e))
# 0.6.0 (2020-06-19)
### Features
- improve message handler API and performance ([e307f4a](https://github.com/3mcd/javelin/commit/e307f4af983774dac96e86f9bf5f44957cc1e28d))
# 0.5.0 (2020-06-18)
### Features
- improve spawning ([fda1b82](https://github.com/3mcd/javelin/commit/fda1b82cd407639d5a7f8c27e37daba1eec5e416))
## 0.4.2 (2020-06-18)
### Bug Fixes
- fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))
## 0.4.1 (2020-06-16)
**Note:** Version bump only for package @javelin/devtool