|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
5 |
| -The format is based on [Keep a Changelog], and this project adheres to |
6 |
| -[Semantic Versioning]. |
| 5 | +The format is based on [Keep a Changelog], |
| 6 | +and this project adheres to [Semantic Versioning]. |
| 7 | + |
| 8 | +## [0.0.4] - 2021-02-15 |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +- fromAngle methods and other static from methods for matrices ([`90d536e`]) |
| 13 | +- add abstract Vector class and documentation ([`08198b3`]) |
| 14 | +- identity matrices ([`766bf5c`]) |
| 15 | +- Matrix4 tests ([`8d92ab9`]) |
| 16 | +- Matrix3 tests ([`1ae3345`]) |
| 17 | +- add and sub methods for Matrix3 and Matrix4 ([`838c822`]) |
| 18 | +- Matrix2 tests ([`f733ad5`]) |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +- Vector tests ([`f17079a`]) |
7 | 23 |
|
8 | 24 | ## [0.0.3] - 2021-02-15
|
9 | 25 |
|
@@ -47,6 +63,15 @@ The format is based on [Keep a Changelog], and this project adheres to
|
47 | 63 |
|
48 | 64 | [keep a changelog]: https://keepachangelog.com/en/1.0.0/
|
49 | 65 | [semantic versioning]: https://semver.org/spec/v2.0.0.html
|
| 66 | +[0.0.4]: https://github.com/denosaurs/gmath/compare/0.0.3...0.0.4 |
| 67 | +[`90d536e`]: https://github.com/denosaurs/gmath/commit/90d536e3f54855994cd97dbcd06b2d311f109475 |
| 68 | +[`08198b3`]: https://github.com/denosaurs/gmath/commit/08198b3181d3a6f4a1fe8b393f52a00a07bb5ea2 |
| 69 | +[`766bf5c`]: https://github.com/denosaurs/gmath/commit/766bf5cfa9f63e6251cbd3a20cffec134aef3107 |
| 70 | +[`8d92ab9`]: https://github.com/denosaurs/gmath/commit/8d92ab92465a516b5e7c585a50ab3ac35a020746 |
| 71 | +[`1ae3345`]: https://github.com/denosaurs/gmath/commit/1ae3345c8fd9f2347be169b25577b33a1c8743f1 |
| 72 | +[`838c822`]: https://github.com/denosaurs/gmath/commit/838c8220fa313bf633da833d1383738e7faf9530 |
| 73 | +[`f733ad5`]: https://github.com/denosaurs/gmath/commit/f733ad5cb4d9b0baebd770585b1738d582a7ddfc |
| 74 | +[`f17079a`]: https://github.com/denosaurs/gmath/commit/f17079a755db89728c89de952fe06f722a2eaf0e |
50 | 75 | [0.0.3]: https://github.com/denosaurs/gmath/compare/0.0.2...0.0.3
|
51 | 76 | [`cfa415f`]: https://github.com/denosaurs/gmath/commit/cfa415fd50b1a33fc194213506264d0b02a2e76b
|
52 | 77 | [`bdd622a`]: https://github.com/denosaurs/gmath/commit/bdd622aacc873f1bd1234c6fe51627befaa2d307
|
|
0 commit comments