|
1 | 1 | ## [2.1.1](https://github.com/ineka-dev/engine/compare/v2.1.0...v2.1.1) (2023-01-13)
|
2 | 2 |
|
3 |
| -# [2.1.0](https://github.com/ineka-dev/engine/compare/v2.0.8...v2.1.0) (2022-10-15) |
| 3 | +## 2.1.2 |
| 4 | + |
| 5 | +### Patch Changes |
4 | 6 |
|
| 7 | +- [#14](https://github.com/ineka-dev/engine/pull/14) [`10d5840`](https://github.com/ineka-dev/engine/commit/10d584073f459a4a6e5ec5ae6c48deab5166c3c5) Thanks [@ColinEspinas](https://github.com/ColinEspinas)! - Updated project tooling |
| 8 | + |
| 9 | +# [2.1.0](https://github.com/ineka-dev/engine/compare/v2.0.8...v2.1.0) (2022-10-15) |
5 | 10 |
|
6 | 11 | ### Features
|
7 | 12 |
|
8 |
| -* added engine error handling and made engine container more available ([d8669a2](https://github.com/ineka-dev/engine/commit/d8669a28f6ad20fca173c557a9ebd982211e9f6d)) |
| 13 | +- added engine error handling and made engine container more available ([d8669a2](https://github.com/ineka-dev/engine/commit/d8669a28f6ad20fca173c557a9ebd982211e9f6d)) |
9 | 14 |
|
10 | 15 | ## [2.0.8](https://github.com/ineka-dev/engine/compare/v2.0.7...v2.0.8) (2022-10-02)
|
11 | 16 |
|
12 |
| - |
13 | 17 | ### Bug Fixes
|
14 | 18 |
|
15 |
| -* fixedStep where not called ([ed2b86a](https://github.com/ineka-dev/engine/commit/ed2b86aeba85e45c1a6e90644c3a2f900f51963d)) |
| 19 | +- fixedStep where not called ([ed2b86a](https://github.com/ineka-dev/engine/commit/ed2b86aeba85e45c1a6e90644c3a2f900f51963d)) |
16 | 20 |
|
17 | 21 | ## [2.0.7](https://github.com/ineka-dev/engine/compare/v2.0.6...v2.0.7) (2022-10-02)
|
18 | 22 |
|
19 |
| - |
20 | 23 | ### Bug Fixes
|
21 | 24 |
|
22 |
| -* fixed scope issues with fixedStep calls ([04c1bd3](https://github.com/ineka-dev/engine/commit/04c1bd3c55f4486f1c4f506fade7f88634d15dea)) |
| 25 | +- fixed scope issues with fixedStep calls ([04c1bd3](https://github.com/ineka-dev/engine/commit/04c1bd3c55f4486f1c4f506fade7f88634d15dea)) |
23 | 26 |
|
24 | 27 | ## [2.0.6](https://github.com/ineka-dev/engine/compare/v2.0.5...v2.0.6) (2022-10-02)
|
25 | 28 |
|
26 |
| - |
27 | 29 | ### Bug Fixes
|
28 | 30 |
|
29 |
| -* trying non-synchronous fixedSteps calls with promises ([10d04dc](https://github.com/ineka-dev/engine/commit/10d04dc22bbe52d40dffa3ad918e34279033cbd8)) |
| 31 | +- trying non-synchronous fixedSteps calls with promises ([10d04dc](https://github.com/ineka-dev/engine/commit/10d04dc22bbe52d40dffa3ad918e34279033cbd8)) |
30 | 32 |
|
31 | 33 | ## [2.0.5](https://github.com/ineka-dev/engine/compare/v2.0.4...v2.0.5) (2022-10-02)
|
32 | 34 |
|
33 |
| - |
34 | 35 | ### Bug Fixes
|
35 | 36 |
|
36 |
| -* **nodes:** added id getter and fixed children remove method ([c5076ba](https://github.com/ineka-dev/engine/commit/c5076ba1b849beae090c6a65ceee141eff856b6a)) |
| 37 | +- **nodes:** added id getter and fixed children remove method ([c5076ba](https://github.com/ineka-dev/engine/commit/c5076ba1b849beae090c6a65ceee141eff856b6a)) |
37 | 38 |
|
38 | 39 | ## [2.0.4](https://github.com/ineka-dev/engine/compare/v2.0.3...v2.0.4) (2022-10-02)
|
39 | 40 |
|
40 |
| - |
41 | 41 | ### Bug Fixes
|
42 | 42 |
|
43 |
| -* **nodes:** node added to children after loading are now loaded ([51e7f5c](https://github.com/ineka-dev/engine/commit/51e7f5c54acc7d4ab88230c58e5c2684df628a87)) |
| 43 | +- **nodes:** node added to children after loading are now loaded ([51e7f5c](https://github.com/ineka-dev/engine/commit/51e7f5c54acc7d4ab88230c58e5c2684df628a87)) |
44 | 44 |
|
45 | 45 | ## [2.0.3](https://github.com/ineka-dev/engine/compare/v2.0.2...v2.0.3) (2022-05-11)
|
46 | 46 |
|
|
50 | 50 |
|
51 | 51 | # [2.0.0](https://github.com/ineka-dev/engine/compare/v1.4.0...v2.0.0) (2022-05-09)
|
52 | 52 |
|
53 |
| - |
54 | 53 | ### chore
|
55 | 54 |
|
56 |
| -* awe is now Ineka ([d7e3462](https://github.com/ineka-dev/engine/commit/d7e34622e135940c82e496d7faefc4cdcb2f1695)) |
57 |
| - |
| 55 | +- awe is now Ineka ([d7e3462](https://github.com/ineka-dev/engine/commit/d7e34622e135940c82e496d7faefc4cdcb2f1695)) |
58 | 56 |
|
59 | 57 | ### BREAKING CHANGES
|
60 | 58 |
|
61 |
| -* Package name is now @ineka/engine |
| 59 | +- Package name is now @ineka/engine |
62 | 60 |
|
63 | 61 | # [1.4.0](https://github.com/colinespinas/awe/compare/v1.3.0...v1.4.0) (2022-05-08)
|
64 | 62 |
|
65 |
| - |
66 | 63 | ### Bug Fixes
|
67 | 64 |
|
68 |
| -* framerate option wasn't registered by the time system ([b604317](https://github.com/colinespinas/awe/commit/b604317f5a7882fb337e205f4ff85fc2028186d8)) |
69 |
| - |
| 65 | +- framerate option wasn't registered by the time system ([b604317](https://github.com/colinespinas/awe/commit/b604317f5a7882fb337e205f4ff85fc2028186d8)) |
70 | 66 |
|
71 | 67 | ### Features
|
72 | 68 |
|
73 |
| -* added parent and engine to node ([e54c8e2](https://github.com/colinespinas/awe/commit/e54c8e25db7dd2d912dfbc37c6fd916411bd4eb8)) |
| 69 | +- added parent and engine to node ([e54c8e2](https://github.com/colinespinas/awe/commit/e54c8e25db7dd2d912dfbc37c6fd916411bd4eb8)) |
74 | 70 |
|
75 | 71 | # [1.3.0](https://github.com/colinespinas/awe/compare/v1.2.0...v1.3.0) (2022-05-08)
|
76 | 72 |
|
77 |
| - |
78 | 73 | ### Bug Fixes
|
79 | 74 |
|
80 |
| -* **step-loop:** step loop now working as intended, fixed deltatime issues ([5a82f1f](https://github.com/colinespinas/awe/commit/5a82f1fd8671bba62de4b2c8270ccd3eb85853c8)) |
81 |
| - |
| 75 | +- **step-loop:** step loop now working as intended, fixed deltatime issues ([5a82f1f](https://github.com/colinespinas/awe/commit/5a82f1fd8671bba62de4b2c8270ccd3eb85853c8)) |
82 | 76 |
|
83 | 77 | ### Features
|
84 | 78 |
|
85 |
| -* **step-loop:** added basic step loop with fixed timestep option ([37f23ab](https://github.com/colinespinas/awe/commit/37f23ab9068699b06e7add07514db13198a90029)) |
| 79 | +- **step-loop:** added basic step loop with fixed timestep option ([37f23ab](https://github.com/colinespinas/awe/commit/37f23ab9068699b06e7add07514db13198a90029)) |
86 | 80 |
|
87 | 81 | # [1.2.0](https://github.com/colinespinas/awe/compare/v1.1.0...v1.2.0) (2021-11-26)
|
88 | 82 |
|
89 |
| - |
90 | 83 | ### Features
|
91 | 84 |
|
92 |
| -* added systems and step loop to engine class ([24667ba](https://github.com/colinespinas/awe/commit/24667bad5bb480546558d848663a9af6b2a7f0cd)) |
| 85 | +- added systems and step loop to engine class ([24667ba](https://github.com/colinespinas/awe/commit/24667bad5bb480546558d848663a9af6b2a7f0cd)) |
93 | 86 |
|
94 | 87 | # [1.1.0](https://github.com/colinespinas/awe/compare/v1.0.0...v1.1.0) (2021-11-16)
|
95 | 88 |
|
96 |
| - |
97 | 89 | ### Features
|
98 | 90 |
|
99 |
| -* **nodes:** added outer and inner nodes methods to handle engine runtime ([76d099f](https://github.com/colinespinas/awe/commit/76d099fb7bf93bada4c50a9d2dea6d892ceac6ba)) |
| 91 | +- **nodes:** added outer and inner nodes methods to handle engine runtime ([76d099f](https://github.com/colinespinas/awe/commit/76d099fb7bf93bada4c50a9d2dea6d892ceac6ba)) |
100 | 92 |
|
101 | 93 | # 1.0.0 (2021-11-14)
|
102 | 94 |
|
103 |
| - |
104 | 95 | ### Features
|
105 | 96 |
|
106 |
| -* added basic graph features with outer/inner nodes ([8f38374](https://github.com/colinespinas/awe/commit/8f383742421ec5e2ba0fb33ef9aaab9e5e1b71a3)) |
107 |
| -* setup project structure and CI/CD jobs ([62a865b](https://github.com/colinespinas/awe/commit/62a865ba2db9beff1573fc272816c22f1351ad15)) |
| 97 | +- added basic graph features with outer/inner nodes ([8f38374](https://github.com/colinespinas/awe/commit/8f383742421ec5e2ba0fb33ef9aaab9e5e1b71a3)) |
| 98 | +- setup project structure and CI/CD jobs ([62a865b](https://github.com/colinespinas/awe/commit/62a865ba2db9beff1573fc272816c22f1351ad15)) |
0 commit comments