All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.11 - 2021-05-24
- compress wasm and add a nicer panic handler (
4411ad0
)
- bump std version (
d48399d
)
0.1.10 - 2021-05-08
- toFloat32Array buffer issue (
1ab2a05
)
0.1.9 - 2021-04-22
0.1.8 - 2021-03-03
- do invert in js for now (
4243bb0
)
0.1.7 - 2021-03-03
- return correct ptr after inversion (
c4dc398
)
0.1.6 - 2021-03-03
- matrix ptr constructor (
bc47516
)
0.1.5 - 2021-03-03
- setters on matrices (
a40d1c8
)
0.1.4 - 2021-03-02
- matrix4determinant (
eebe208
)
0.1.3 - 2021-03-02
- wasm accelerated matrices :D (
61a730c
)
0.1.2 - 2021-02-23
- fromDecomposed and Decomposed2 and Decomposed3 interfaces (
995e5b1
) - scalar arithmetic on matrices (
0c8cee8
)
0.1.1 - 2021-02-22
- Point2, Point3 and Point4 interfaces (
2d489b9
)
0.1.0 - 2021-02-21
- Matrix determinant and inverse (
1bde4f0
)
0.0.8 - 2021-02-17
0.0.7 - 2021-02-17
- tests (
f9ef686
)
0.0.6 - 2021-02-16
0.0.5 - 2021-02-15
- projection (
d0dea04
)
0.0.4 - 2021-02-15
- fromAngle methods and other static from methods for matrices (
90d536e
) - add abstract Vector class and documentation (
08198b3
) - identity matrices (
766bf5c
) - Matrix4 tests (
8d92ab9
) - Matrix3 tests (
1ae3345
) - add and sub methods for Matrix3 and Matrix4 (
838c822
) - Matrix2 tests (
f733ad5
)
- Vector tests (
f17079a
)
0.0.3 - 2021-02-15
- start working on Matrix2 tests (
cfa415f
) - Vector4 tests (
bdd622a
) - Vector3 tests (
0fbf592
) - Vector2 tests (
8ae759c
) - Angle.eq (
ac62194
) - refactor Angle, docs and tests (
d65fb80
)
- matrix multiplication (
1705875
)
0.0.2 - 2021-02-13
- add projections (
49180d3
) - matrix3 to matrix4 conversion (
d37d610
) - matrix multiplication (
524922c
) - Matrix4 and isFinite methods (
c4c4375
)
- matrix conversions (
a7c5f2c
)