- Update CI to Node 24 (#58) (thanks @rom1504)
- Add angleTo (#54) (thanks @eevleevs)
- Fix publish condition for npm-publish v4 (#57) (thanks @rom1504)
- Switch to trusted publishing via OIDC (#56) (thanks @rom1504)
- node 22 (#52) (thanks @rom1504)
- Bump mocha from 10.8.2 to 11.0.1 (#51) (thanks @dependabot[bot])
- add new types export (#49) (thanks @zerozeynep)
- Add methods, fix .equals (#46) (thanks @szdytom)
- Add command gh workflow allowing to use release command in comments (#45) (thanks @rom1504)
- Update to node 18.0.0 (#44) (thanks @rom1504)
- New publish workflow (#38) (thanks @KTibow)
- fix some typescript stuff
- new methods: rounded, round, multiply, and divide
- fix standard not being a dev dependency
- add distance squared (thanks @TheDudeFromCI)
- fix typings (thanks @iczero)
- normalize() : like unit() but do not create a new vector (in-place)
- dot(other) : return the dot product of the vector with other
- cross(other) : return the cross product of the vector with other
- add typescript declarations
- add more methods