|
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.3] - 2021-02-15 |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +- start working on Matrix2 tests ([`cfa415f`]) |
| 13 | +- Vector4 tests ([`bdd622a`]) |
| 14 | +- Vector3 tests ([`0fbf592`]) |
| 15 | +- Vector2 tests ([`8ae759c`]) |
| 16 | +- Angle.eq ([`ac62194`]) |
| 17 | +- refactor Angle, docs and tests ([`d65fb80`]) |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +- matrix multiplication ([`1705875`]) |
7 | 22 |
|
8 | 23 | ## [0.0.2] - 2021-02-13
|
9 | 24 |
|
@@ -32,6 +47,14 @@ The format is based on [Keep a Changelog], and this project adheres to
|
32 | 47 |
|
33 | 48 | [keep a changelog]: https://keepachangelog.com/en/1.0.0/
|
34 | 49 | [semantic versioning]: https://semver.org/spec/v2.0.0.html
|
| 50 | +[0.0.3]: https://github.com/denosaurs/gmath/compare/0.0.2...0.0.3 |
| 51 | +[`cfa415f`]: https://github.com/denosaurs/gmath/commit/cfa415fd50b1a33fc194213506264d0b02a2e76b |
| 52 | +[`bdd622a`]: https://github.com/denosaurs/gmath/commit/bdd622aacc873f1bd1234c6fe51627befaa2d307 |
| 53 | +[`0fbf592`]: https://github.com/denosaurs/gmath/commit/0fbf5929cf33f59a96f8ed7b25f64a5e8d6830b9 |
| 54 | +[`8ae759c`]: https://github.com/denosaurs/gmath/commit/8ae759ca0656ca586585fd691e7ef3525815d28e |
| 55 | +[`ac62194`]: https://github.com/denosaurs/gmath/commit/ac62194ade7bbc644302b98f728cc3503304a96d |
| 56 | +[`d65fb80`]: https://github.com/denosaurs/gmath/commit/d65fb8073a83546e0dccb77eb4cbf2b0578a6a03 |
| 57 | +[`1705875`]: https://github.com/denosaurs/gmath/commit/1705875feb0e3eff61ea590bd652520b7523f733 |
35 | 58 | [0.0.2]: https://github.com/denosaurs/gmath/compare/0.0.1...0.0.2
|
36 | 59 | [`49180d3`]: https://github.com/denosaurs/gmath/commit/49180d3d3a80fe04af17a02d87d9b37eaf9cc7ba
|
37 | 60 | [`d37d610`]: https://github.com/denosaurs/gmath/commit/d37d6108fcfb67d7c7df66d252b47dd5b15b3055
|
|
0 commit comments