0.4.0
Pre-release
Pre-release
Changelog
New functions
- Math functions:
pow
,sqrt
New tests
- Binary arithmetic operators: base cases for
/
and%
- I/O stream operators:
<<
,>>
- Math functions:
pow
,sqrt
- Constructors: exception cases
100% code coverage 💯
Bug fixes
- Updated numeric limits' names
- Fixed issues with ambiguous constructor calls when using Clang
- Stripped leading zeroes when constructing objects from strings and before returning results
- Added missing headers in unit tests
Docs
- Code examples for new functions
- More details regarding development
- Code of Conduct
- Issue template
- Badges ⭐️
Other
- Use CMake for the build process
- Set up code coverage (finally!)
- Simplified the Makefile
- Updated Travis build config 👷
- Added a script to combine all unit tests
- Updated the test script