-Added `ValueGen` and `StringGen` types with accompanying `consumeGen()` and `consumeStringGen()` functions to allow for super flexible typing and declaration of values
+- 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
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more",