Skip to content

Latest commit

History

History
65 lines (34 loc) 路 3.28 KB

File metadata and controls

65 lines (34 loc) 路 3.28 KB

vecteur

0.3.0

Minor Changes

0.2.0

Minor Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

  • #5 6905cfc Thanks @devloop01! - feat: add explcit exports from package. use vecteur/2d or vecteur/3d instead of vecteur to import the correct module.

0.0.3

Patch Changes

  • 7cfb42f Thanks @devloop01! - update: instance min & max methods mutates itself add: static min & max methods return a new instance with the min/max values

  • c935880 Thanks @devloop01! - fix: rotate function rotates around origin update: rotate & rotateAround function jsdoc examples

  • 5a6bcab Thanks @devloop01! - fix: lerp functions add to current vector

0.0.2

Patch Changes

  • 8b4e68e Thanks @devloop01! - update: access: restricted to access: public in changeset/config & remove publishConfig from package.json

0.0.1

Patch Changes