Skip to content

Commit ce1eccc

Browse files
committed
v0.13.0
1 parent b84d02b commit ce1eccc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 0.13.0
4+
5+
- `vec.Matrix` is now a 2x3 matrix instead of a 3x3 matrix. This is a potentially breaking change from a TypeScript perspective, but shouldn't have any real impact on behavior—other than making things faster! Thank you to @sritchie for identifying this opportunity and [improving a lot of the code in `vec`](https://github.com/stevenpetryk/mafs/pull/92).
6+
37
# 0.12.0
48

59
- Mafs has had a mostly-internal update to correct the TypeScript types that were being exported. This is unlikely to affect existing code, unless you were importing `Vector2` or `Matrix` from Mafs. The correct way to import those types is now `import { vec } from 'mafs'` and then use `vec.Vector2` and `vec.Matrix`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mafs",
3-
"version": "0.13.0-rc.0",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"author": "Steven Petryk (https://stevenpetryk.com)",
66
"homepage": "https://mafs.dev",

0 commit comments

Comments
 (0)