Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 661 Bytes

File metadata and controls

28 lines (16 loc) · 661 Bytes

Changelog

All notable changes to wsjcpp-hashes project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[v0.1.4] - 2021-08-28 (2021 Aug 28)

Security

  • Fixed deepcode warnings

[v0.1.3] - 2020-09-12 (2020 Sep 12)

Added

  • added WsjcppHashes::getMd5ByString("some string")
  • added WsjcppHashes::getMd5ByFile("path to file")
  • added WsjcppHashes::getSha1ByString("some string")
  • added WsjcppHashes::getSha1ByFile("path to file")

[v0.1.2] - 2020-09-12 (2020 Sep 12)

Security

  • Fixed alerts by lgtm