Releases: saroad2/units
Releases · saroad2/units
Pre-Release bug fixes
- fixed a bug in operator= in c++ NumericValue class
- refactored units_cpp.stg file
First Java Release
- Java first release, ready for use.
- c++ constants generation
- new unit types: acceleration, temperature, density, etc.
Tests generation
- c++ and java conversion tests are now generated.
- bug fix with the java "mega" constant
- refactor schema validator
First implementation of Java Units
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
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