Skip to content

Qx Release v0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 21:03
· 458 commits to master since this release
b219fcb

What's Changed

New Features

  • Add JSON::asString() for QJsonValue string representation by @oblivioncth in #67
  • Add Qx::containsDuplicates for elemnts covered by input iterator range by @oblivioncth in #68
  • Fix roundToNearestMultiple() rounding bias, add ceil/floor for multiples by @oblivioncth in #69
  • Add Char::isSpace for unified way to check if char is whitespace by @oblivioncth in #71
  • Add any_of concept for any of a type list by @oblivioncth in #72
  • Add Base85/Base85Encoding. Codec for Base85 strings by @oblivioncth in #73

Bug Fixes

Full Changelog: v0.3.1...v0.3.2