Jelajahi Sumber

chore: create new release

github-actions[bot] 2 bulan lalu
induk
melakukan
1be4206d1b

+ 0 - 5
.changeset/fifty-tigers-live.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added the type `ListWithLength` to represent an array or object with a numeric `length`, `count` or `size` property.

+ 0 - 5
.changeset/gorgeous-scissors-sparkle.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added `autoPlural()` support for generic objects with a numeric `length`, `count` or `size` property.

+ 0 - 5
.changeset/proud-pants-care.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added `signal: AbortSignal` and `rejectOnAbort: boolean` params to `pauseFor()` to allow for cutting the pause short

+ 0 - 5
.changeset/spotty-pumpkins-chew.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Support for words with `-y`/`-ies` extension in `autoPlural()`

+ 0 - 5
.changeset/swift-carrots-relax.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added `getListLength()` function to resolve a value of the new `ListWithLength` type

+ 0 - 5
.changeset/witty-bobcats-remember.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Fixed fetchAdvanced error "'abort' called on an object that does not implement interface AbortController"

+ 0 - 5
.changeset/yellow-fireants-rule.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-`autoPlural()` now defaults `pluralType` to `"auto"` and `num` to 2 if `pluralType` is invalid or `num` resolves to NaN

+ 15 - 0
CHANGELOG.md

@@ -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

+ 1 - 1
package.json

@@ -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",