Skip to content

Commit

Permalink
chore: create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Sv443 committed Feb 9, 2025
1 parent e5b83b8 commit 58a8c63
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-tigers-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-scissors-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-pants-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-pumpkins-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-carrots-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-bobcats-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-fireants-rule.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @sv443-network/userutils

## 9.1.0

### Minor Changes

- eb20132: Added the type `ListWithLength` to represent an array or object with a numeric `length`, `count` or `size` property.
- eb20132: Added `autoPlural()` support for generic objects with a numeric `length`, `count` or `size` property.
- c9b13d8: Added `signal: AbortSignal` and `rejectOnAbort: boolean` params to `pauseFor()` to allow for cutting the pause short
- c66324b: Support for words with `-y`/`-ies` extension in `autoPlural()`
- c9b13d8: Added `getListLength()` function to resolve a value of the new `ListWithLength` type
- c13e890: `autoPlural()` now defaults `pluralType` to `"auto"` and `num` to 2 if `pluralType` is invalid or `num` resolves to NaN

### Patch Changes

- 3f86215: Fixed fetchAdvanced error "'abort' called on an object that does not implement interface AbortController"

## 9.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sv443-network/userutils",
"libName": "UserUtils",
"version": "9.0.4",
"version": "9.1.0",
"description": "Lightweight 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 much more",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 58a8c63

Please sign in to comment.