All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Line-line intersection returns a Vector object rather than an array of vector components.
- Documentation for Triangle class.
- Tags in changelog link to github.
- Get centroid and midpoints methods for Triangle class.
- Point class that can be drawn as a tiny circle or tiny line.
- Incorrect Triangle class JSDoc annotation caused class methods to be hidden.
4.2.0 - 2024-12-05
- This CHANGELOG.md file for documenting what has changed in new releases.
- Triangle class with lines method.