All notable changes to this project will be documented in this file.
- Improved TypeScript typings. Thanks to @seleb
- Include all built files in package.
- Declare module in TypeScript defs file, thanks @klymenkoo
- Small
package.json
change so typescript defs are included when this package is installed.
- Docs changes
- Typescript defs
- Docs clean up
- Now supporting es modules in additional to commonjs modules so app bundlers can take advantage of that
- Return same result object when intersect result is
none
,parallel
,colinear
This is only a breaking change if you mutate the result object returned by checkIntersection()
.
- Initial impl