Skip to content

v8.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 22:03

Minor Changes

  • e10d629: Added function digitCount() to calculate the amount of digits in the passed number
  • 949877a: Added support for nested objects in translations (e.g. tr("foo.bar.baz"))
  • 52d392a: Added ValueGen and StringGen types with accompanying consumeGen() and consumeStringGen() functions to allow for super flexible typing and declaration of values
  • bbce0e1: Added overload to clamp() without min parameter