Skip to content

Latest commit

 

History

History
222 lines (153 loc) · 7.99 KB

CHANGELOG.md

File metadata and controls

222 lines (153 loc) · 7.99 KB

Changelog

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

Features

  • compress wasm and add a nicer panic handler (4411ad0)

Bug Fixes

0.1.10 - 2021-05-08

Bug Fixes

  • toFloat32Array buffer issue (1ab2a05)

0.1.9 - 2021-04-22

0.1.8 - 2021-03-03

Bug Fixes

  • do invert in js for now (4243bb0)

0.1.7 - 2021-03-03

Bug Fixes

  • return correct ptr after inversion (c4dc398)

0.1.6 - 2021-03-03

Bug Fixes

0.1.5 - 2021-03-03

Bug Fixes

0.1.4 - 2021-03-02

Bug Fixes

0.1.3 - 2021-03-02

Features

  • wasm accelerated matrices :D (61a730c)

0.1.2 - 2021-02-23

Features

  • fromDecomposed and Decomposed2 and Decomposed3 interfaces (995e5b1)
  • scalar arithmetic on matrices (0c8cee8)

0.1.1 - 2021-02-22

Features

  • Point2, Point3 and Point4 interfaces (2d489b9)

0.1.0 - 2021-02-21

Features

  • Matrix determinant and inverse (1bde4f0)

0.0.8 - 2021-02-17

0.0.7 - 2021-02-17

Bug Fixes

0.0.6 - 2021-02-16

Features

0.0.5 - 2021-02-15

Bug Fixes

0.0.4 - 2021-02-15

Features

  • 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)

Bug Fixes

0.0.3 - 2021-02-15

Features

Bug Fixes

0.0.2 - 2021-02-13

Features

Bug Fixes

0.0.1 - 2021-02-12

Features

Bug Fixes