Skip to content

Releases: rufus-stone/hamarr

Hamarr v1.2.4

30 Dec 14:10

Choose a tag to compare

PRNG should behave properly now!

Hamarr v1.2.3

23 Nov 11:14
4a6adca

Choose a tag to compare

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

09 Nov 15:00

Choose a tag to compare

Hamarr is now a compiled library.

Hamarr v1.0.1

01 Sep 15:41
902048c

Choose a tag to compare

Now with Catch2 test suite, better CMake integration, bug fixes and improvements, and an example usage program.

Hamarr pre-release v0.9.3

27 Jun 15:35
e941684

Choose a tag to compare

Pre-release

Now with AES encryption/decryption functions.

Hamarr pre-release v0.9.2

27 Jun 12:31
f2b89da

Choose a tag to compare

Pre-release

This release has stricter compiler warning flags

Hamarr pre-release v0.9.1

07 Jun 11:38
d13a54d

Choose a tag to compare

Pre-release

This pre-release uses std::string_view in place of std::string wherever possible.

Hamarr pre-release

24 Apr 11:29
90c7ec4

Choose a tag to compare

Hamarr pre-release Pre-release
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.