Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 1.12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.2 (2020-05-25)

Features

  • vector2: add initial Vector2 implementation (#57) (75b4390)
  • vector3: add accessors for x, y, z (#54) (fdd24be)

0.2.1 (2020-05-25)

Bug Fixes

  • use .mjs extensions for esm imports (#50) (7010434)
  • use module field as esm hint for bundlers (#51) (60720da)