Skip to content

Commit 8dedf09

Browse files
github-actions[bot]Sv443
authored andcommitted
chore: create new release
1 parent ffca33d commit 8dedf09

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/loose-years-dig.md

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

CHANGELOG.md

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

3+
## 10.3.0
4+
5+
### Minor Changes
6+
7+
- ffca33d: Updated CoreUtils to v3.5.0, which includes the following changes:
8+
- Added function `createTable()` to create a very flexible ASCII table, including ANSI color and `%c` styling support.
9+
- Fixed type variance issue in `DataStoreSerializer` where `DataStore` instances with specific data types (e.g. `DataStore<MyType>`) couldn't be passed to the constructor without being asserted `as DataStore<DataStoreData, boolean>`.
10+
311
## 10.2.0
412

513
### Minor 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": "10.2.0",
4+
"version": "10.3.0",
55
"description": "General purpose DOM/GreaseMonkey library that allows you to register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and much more",
66
"main": "dist/UserUtils.mjs",
77
"module": "dist/UserUtils.mjs",

0 commit comments

Comments
 (0)