Skip to content

Releases: LCluber/Type6.js

Better documentation

09 May 10:20
Compare
Choose a tag to compare
  • New Matrix3x3 class
  • New website
  • New documentation

Array of numbers

14 Sep 08:43
Compare
Choose a tag to compare
  • Added NumArray static class to work with array of numbers. Get min value, max value, sum, average...

Don't round too much

13 Sep 20:07
Compare
Choose a tag to compare
  • millisecondToFramePerSecond() method in Time class returns the exact result instead of a rounded number.
  • framePerSecondToMillisecond() method in Time class returns the exact result instead of a rounded number.

Contains

01 Jun 09:31
Compare
Choose a tag to compare
  • Added contains() static method in Utils class.
  • Added contains() method in Rectangle class.
  • Added contains() method in Circle class.

fixed declaration file.

02 Apr 18:17
Compare
Choose a tag to compare
  • fixed declaration file.

Improved typings

20 Mar 22:35
Compare
Choose a tag to compare
  • Improved typings

fixed declaration file

17 Dec 22:43
Compare
Choose a tag to compare
  • fixed declaration file

fixed copy() method in Vector3 class

17 Dec 22:23
Compare
Choose a tag to compare
  • fixed copy() method in Vector3 class

NPM

07 Oct 20:32
Compare
Choose a tag to compare
NPM
  • Type6.js published on NPM at @lcluber/type6js.
  • Updated README.md with NPM installation procedure.

Ready for production

25 Jul 15:27
Compare
Choose a tag to compare
  • Stable library.
  • Comprehensive API.
  • Ready for production.