What's new:
- Added unsigned getters
get_uint64()
andget_uint()
, which allow for retrieving values over a larger positive range, and also throw for you if the stored value is negative. - Updated the unit test to handle more corner cases
- The CMake project now embeds an SONAME into the lib (on platforms that support this), to allow ABI/compatibility versioning of the library.
- Some internal code refactoring.