Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Release #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/spotty-pumpkins-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-singers-think.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.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @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.
- c66324b: Support for words with `-y`/`-ies` extension in `autoPlural()`
- 6f9eae1: Library now targets ES2018 instead of ES2016
- 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