Skip to content

Commit 6a1422c

Browse files
github-actions[bot]Sv443
authored andcommitted
chore: create new release
1 parent 65af455 commit 6a1422c

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

.changeset/kind-badgers-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-jobs-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-suns-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-baboons-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sv443-network/userutils
22

3+
## 8.4.0
4+
5+
### Minor Changes
6+
7+
- e10d629: Added function `digitCount()` to calculate the amount of digits in the passed number
8+
- 949877a: Added support for nested objects in translations (e.g. `tr("foo.bar.baz")`)
9+
- 52d392a: Added `ValueGen` and `StringGen` types with accompanying `consumeGen()` and `consumeStringGen()` functions to allow for super flexible typing and declaration of values
10+
- bbce0e1: Added overload to `clamp()` without `min` parameter
11+
312
## 8.3.3
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sv443-network/userutils",
33
"libName": "UserUtils",
4-
"version": "8.3.3",
4+
"version": "8.4.0",
55
"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",
66
"main": "dist/index.js",
77
"module": "dist/index.js",

0 commit comments

Comments
 (0)