UNPKG

851 BMarkdownView Raw
1# Change Log
2All notable changes to this project will be documented in this file.
3This project adheres to [Semantic Versioning](http://semver.org/).
4
5## [Unreleased]
6
7## [0.4.1] - 2015-12-17
8### Fixed
9- Readme typo
10- Format changelog
11
12## [0.4.0] - 2015-12-17
13### Changed
14- Upgrade to entity-component-system 2.0.0
15
16## [0.3.2]
17- Add method to reset box collider cache
18
19## [0.3.1]
20- Un-scale the viewport when it is reset
21
22## [0.3.0]
23- Support scaling of viewport through camera
24- Draw custom buffer for an entity if it is specified
25
26## [0.2.0]
27- Support rotation when drawing images.
28
29## [0.1.1]
30- Log more info on no such image error
31
32## [0.1.0]
33- Add matchParent system.
34- Allow sound loop start and end settings
35
36## [0.0.1]
37- Add a way to remove a deleted entity from the collision detection cache.
38
39## [0.0.0]
40- Fork from original splatjs project.