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.2] - 2021-02-13
9
+
10
+ ### Features
11
+
12
+ - add projections ([ ` 49180d3 ` ] )
13
+ - matrix3 to matrix4 conversion ([ ` d37d610 ` ] )
14
+ - matrix multiplication ([ ` 524922c ` ] )
15
+ - Matrix4 and isFinite methods ([ ` c4c4375 ` ] )
16
+
17
+ ### Bug Fixes
18
+
19
+ - matrix conversions ([ ` a7c5f2c ` ] )
7
20
8
21
## [ 0.0.1] - 2021-02-12
9
22
@@ -19,6 +32,12 @@ The format is based on [Keep a Changelog], and this project adheres to
19
32
20
33
[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
21
34
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
35
+ [ 0.0.2 ] : https://github.com/denosaurs/gmath/compare/0.0.1...0.0.2
36
+ [ `49180d3` ] : https://github.com/denosaurs/gmath/commit/49180d3d3a80fe04af17a02d87d9b37eaf9cc7ba
37
+ [ `d37d610` ] : https://github.com/denosaurs/gmath/commit/d37d6108fcfb67d7c7df66d252b47dd5b15b3055
38
+ [ `524922c` ] : https://github.com/denosaurs/gmath/commit/524922c3e73c5d936b54c61af1c6b7d3b6fd7c81
39
+ [ `c4c4375` ] : https://github.com/denosaurs/gmath/commit/c4c4375f8f3d230ae52544064bac7c9783d5f6b1
40
+ [ `a7c5f2c` ] : https://github.com/denosaurs/gmath/commit/a7c5f2c34f37a263efcfee6690172d9347da4680
22
41
[ 0.0.1 ] : https://github.com/denosaurs/gmath/compare/0.0.1
23
42
[ `4550dd6` ] : https://github.com/denosaurs/gmath/commit/4550dd6ec689029651aa2638ac7982d3b7a7bc16
24
43
[ `301501a` ] : https://github.com/denosaurs/gmath/commit/301501ac55cff5a092a37e602dc0d6ab5ea17d24
0 commit comments