Skip to content

Releases: 0b5vr/experimental-npm

v0.9.6

02 Nov 17:03
Compare
Choose a tag to compare

v0.9.5...v0.9.6


✨ New features

  • 68f7e07 feature: Export Observer utility type
  • b654db8: feature: debounce + throttle

🐛 Fixes

  • c75b3ab: Forgot to export quatLookRotation and quatSlerp !!!!!

v0.9.5

14 Mar 13:07
Compare
Choose a tag to compare

v0.9.4...v0.9.5


🐛 Fixes

  • 404d615: BinaryHeap, notifyObservers now should be exported properly

📄 Docs

  • 7670675: Update doc comment of notifyObservers

🧹 Chores

  • ff34475: change tsconfig target to es6
    • no effect on build products since it's overwritten by esbuild
  • 38f7abd: bump year from 2022 to 2023

v0.9.4

14 Mar 13:04
Compare
Choose a tag to compare

v0.9.3...v0.9.4


✨ New Features

  • 7b08453: Add notifyObservers
    • not exported 💩

v0.9.3

01 Mar 16:58
Compare
Choose a tag to compare

v0.9.2...v0.9.3


✨ New Features

v0.9.2

18 Jan 13:38
Compare
Choose a tag to compare

v0.9.1...v0.9.2


✨ New Features

  • 6f6ef2d: Add arrayRange, arraySerial
  • #29: Tinyseq?? what is this??
    • midiParse also added
  • bc2a4e4: Add Matrix2

🐛 Bugfixes

📄 Docs

  • 1b7b6a0: Clarify that matrices are column-origin column-major
  • 09b0f2c: Update stale information on CONTRIBUTING.md

💯 Tests

v0.9.1

07 Oct 11:25
Compare
Choose a tag to compare

v0.9.0...v0.9.1


✨ New Features

v0.9.0

04 Jul 11:54
Compare
Choose a tag to compare

v0.8.0...v0.9.0


🚨 BREAKING CHANGES 🚨

  • 2e99b7f: mat4Rotate* -> mat4Rotation*

✨ New Features

💡 Behavior Changes

📄 Docs

🧹 Chores

📦 Deps

v0.8.0

12 Feb 15:38
Compare
Choose a tag to compare

v0.7.1...v0.8.0


🚨 BREAKING CHANGES 🚨

  • 298ab5e: Matrix4.inverse : When the determinant of the matrix is zero, it now returns zero matrix instead of null
  • c4a4111: Quaternion.fromMatrix -> Quaternion.fromMatrix4
  • 1d08821: Quaternion.matrix -> Quaternion.matrix4
  • 4ed8f0a: rollup -> esbuild, Build product is very different

✨ New Features

💡 Behavior Changes

  • c4a4111: Quaternion.fromMatrix -> Quaternion.fromMatrix4
  • 1d08821: Quaternion.matrix -> Quaternion.matrix4

💪 Improvements

  • 0a3e2c9: Better typing of generic vec functions

📄 Docs

  • 2227620: Examples, remove fizzbuzz.html
  • 62ca959: Examples, add playground.html

🧹 Chores

  • ee9875a: dts-bundle (dist/0b5vr-experimental.d.ts)
  • 4ed8f0a: introduce esbuild
  • 0e2e47f: CircleCI -> GitHub Actions

💻 Refactors

  • 298ab5e: Matrix4, rely on bare functions
  • 43c4b82: Vector, Vector3, Vector4, rely on bare functions
  • 5bc5467: Quaternion, rely on bare functions
  • 6a41190: Restructure dir of math classes

v0.7.1

16 Oct 16:04
Compare
Choose a tag to compare

v0.7.0...v0.7.1


✨ New Features

  • a7382ab: add mat3 bare function suite

v0.7.0

14 Oct 13:59
Compare
Choose a tag to compare

v0.6.1...v0.7.0


🚨 BREAKING CHANGES

  • 941a8c6: Remove FizzBuzz from output
    • Since tree-shaking issues

✨ New Features

🗑 Removals

  • 941a8c6: Remove FizzBuzz from output

🧹 Chores

📦 Deps

  • 9654cd3: Bump several ts-related deps
  • 0ec76bc: Bump typedoc to v0.20.36
  • 4d8b908: Bump eslint suite
    • Also update .eslintrc with automaton style