Skip to content

Releases: saroad2/units

Pre-Release bug fixes

07 Dec 08:08
Compare
Choose a tag to compare
Pre-Release bug fixes Pre-release
Pre-release
  • fixed a bug in operator= in c++ NumericValue class
  • refactored units_cpp.stg file

First Java Release

18 Nov 19:45
Compare
Choose a tag to compare
  • Java first release, ready for use.
  • c++ constants generation
  • new unit types: acceleration, temperature, density, etc.

Tests generation

08 Oct 14:50
Compare
Choose a tag to compare
Tests generation Pre-release
Pre-release
  • c++ and java conversion tests are now generated.
  • bug fix with the java "mega" constant
  • refactor schema validator

First implementation of Java Units

05 Oct 12:24
Compare
Choose a tag to compare
Pre-release

In this pre-release addition, we have few new features just for you:

  • C++ auto_units_multiplyer and auto_units_ratio for more fluid calculations without specifying specific result units in the middle of your calculations.
  • Refactored our code generator for more easy ways to contribute to our library group
  • Added the first implementation of our new java library. We welcome you to use this first implementation and give us some feedback about it!
  • Edited the supported units page for more detailed information about the units our libraries provide.

first release

29 Jul 13:10
Compare
Choose a tag to compare

Our first release with c++ units library. Supports all kind of units manipulations, from adding and subtracting, to converting, multiplying and dividing units by one another.
All units values are generated from a json file. From this file, we will generate all values for other languages in the future