- Re-added copy constructors with correct initializers (closes #29)
- Change C++ dependency to C++14
- Using
std::array
instead of raw array - C bindings (special shout out to
spotzai
for PR)
- Updated license
- Include missing sstream in base header
- Use helper code to prevent duplication in BaseLicenseManager
- BaseLicenseManager is now non-copyable
- Fix date format across different timezones
- Removed unnecessary zlib dependency
- Static linking support
- Docs update
- Fix formatted expiry function for license
- Initial release