Skip to content

Releases: nholthaus/units

API_CHANGE

29 Mar 20:03
Compare
Choose a tag to compare
API_CHANGE Pre-release
Pre-release

API compatibility changed: unit_t::value() is now unit_t::toDouble()

v1.3.0

10 Mar 14:31
Compare
Choose a tag to compare

Adds operator<< support for unit_t classes. Fixes bugs with units::pow.

v1.2.2

28 Feb 16:55
Compare
Choose a tag to compare

Additional bug fixes

v1.2.1

27 Feb 18:20
Compare
Choose a tag to compare

bug fixes and namespace cleanup.

  • Corrected issues where const and const & unit_t types would fail their respective is_[category]_unit tests.
  • Moved implementation classes to details namespace.

v1.2.0

12 Feb 15:18
Compare
Choose a tag to compare

Adds unit definitions, documentation, and testing for angular velocity.

v1.1.1

11 Feb 20:09
Compare
Choose a tag to compare

includes additional traits for testing unit type categories such as is_length_unit. Some angle units were renamed to avoid ambiguities.

v1.1.0

11 Feb 17:51
Compare
Choose a tag to compare

Fully featured and tested with gcc-4.9.2, msvc2013, and msvc2015