Skip to content

Latest commit

 

History

History
119 lines (84 loc) · 3.13 KB

CHANGES.md

File metadata and controls

119 lines (84 loc) · 3.13 KB

Changelog

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.

0.12.0 (2020-06-13)

Fixed

  • orientation::Tracker handling of z-orientation (#58)

0.11.0 (2020-01-23)

Changed

  • Split Accelerometer and RawAccelerometer (#53, #54)
  • Move vector types under accelerometer::vector::* (#54)
  • Use accelerometer::Error in (Raw)Accelerometer API (#54)

0.10.0 (2019-12-02)

Changed

  • Upgrade to micromath v1.0 (#48)

0.9.0 (2019-11-14)

Changed

  • Upgrade to micromath v0.5 (#45)

0.8.1 (2019-11-01)

Fixed

  • Fix doc link resolution failure (#40)

0.8.0 (2019-11-01)

Changed

  • Decouple Tracker from Accelerometer (#38)

0.7.0 (2019-10-02)

Changed

  • Upgrade to micromath v0.4 (#34)

0.6.1 (2019-09-26)

Changed

0.6.0 (2019-05-04)

Changed

  • Update to micromath v0.3 (#28)

0.5.2 (2019-05-03)

Added

  • lib.rs: Add docs on writing an accelerometer driver (#24)

Fixed

  • lib.rs: Fix html_logo_url to point at develop branch (#23)

0.5.1 (2019-05-03)

Changed

  • Update to micromath v0.2 (#20)

0.5.0 (2019-05-03)

Changed

  • Use the micromath crate (#18)

0.4.0 (2019-04-04)

Added

  • Add a Component trait for vector components (#16)

Changed

  • Simplified orientation tracker (#15)
  • Refactor vector module (#13)

0.3.0 (2019-03-31)

Added

  • Orientation enum (#11)
  • Basic device tracking support (#6)

0.2.0 (2019-03-26)

Added

  • Vector types (#7)
  • Error type (#5)

0.1.0 (2019-03-24)

Added

  • Initial implementation (#1)