UNPKG

vector2d

Version:

2D Vector library offering Float32Array, Array or standard Object based vectors.

22 lines (17 loc) 507 B
# CHANGELOG Dates are YYYY-MM-DD. ## 3.0.0 / 2018-05-24 * Convert codebase to TypeScript * Add support for TypeScript * Expose `AbstractVector` class for extension if desired * Enforce need for `new` keyword when creating vectors * Publish code coverage to Coveralls * Increase code coverage * Test against multiple Node.js versions in CI * Add generated documentation ## 2.x * Build using browserify * Removed static methods from exposed API * Various performance improvements ## 1.x * Here be dragons