Releases: rufus-stone/hamarr
Releases · rufus-stone/hamarr
Hamarr v1.2.4
PRNG should behave properly now!
Hamarr v1.2.3
hmr::format::split() and hmr::kvp::deserialise() now output std::vector<std::string> and std::map<std::string, std::string> respectively, instead of string_view-based types.
Hamarr v1.2.1
Hamarr is now a compiled library.
Hamarr v1.0.1
Now with Catch2 test suite, better CMake integration, bug fixes and improvements, and an example usage program.
Hamarr pre-release v0.9.3
Now with AES encryption/decryption functions.
Hamarr pre-release v0.9.2
This release has stricter compiler warning flags
Hamarr pre-release v0.9.1
This pre-release uses std::string_view in place of std::string wherever possible.
Hamarr pre-release
Core functionality is largely complete. Optimisations still need to be done, and the hmr::analysis::looks_like_english() function needs reworking, but the bulk of the code should be perfectly usable as-is.