@thi.ng/ksuid 3.2.76 → 3.2.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -106
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2025-01-
|
|
3
|
+
- **Last updated**: 2025-01-23T13:39:11Z
|
|
4
4
|
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file.
|
|
7
|
+
Only versions published since **2022-01-01** are listed here.
|
|
8
|
+
Please consult the Git history for older version information.
|
|
7
9
|
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
|
|
8
10
|
|
|
9
11
|
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
|
@@ -74,108 +76,3 @@ and/or version bumps of transitive dependencies.
|
|
|
74
76
|
- clarify KSUIDOpts.epoch docs
|
|
75
77
|
- refactor KSUID32 to use milliseconds as `epoch` offset
|
|
76
78
|
- update tests
|
|
77
|
-
|
|
78
|
-
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@2.1.0) (2021-11-17)
|
|
79
|
-
|
|
80
|
-
#### 🚀 Features
|
|
81
|
-
|
|
82
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
83
|
-
Improving the overall build ergonomics
|
|
84
|
-
- introduced a tools workspaces
|
|
85
|
-
- imported it in all needed packages/examples
|
|
86
|
-
- inclusive project root
|
|
87
|
-
|
|
88
|
-
#### ♻️ Refactoring
|
|
89
|
-
|
|
90
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
91
|
-
this commit reverts (partly) changes made in:
|
|
92
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
93
|
-
overall purpose is better testament ergonomics:
|
|
94
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
95
|
-
having a binary to handle this for us.
|
|
96
|
-
|
|
97
|
-
### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@2.0.1) (2021-10-13)
|
|
98
|
-
|
|
99
|
-
#### ♻️ Refactoring
|
|
100
|
-
|
|
101
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
102
|
-
- add .js suffix for all relative imports
|
|
103
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
104
|
-
|
|
105
|
-
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@2.0.0) (2021-10-12)
|
|
106
|
-
|
|
107
|
-
#### 🛑 Breaking changes
|
|
108
|
-
|
|
109
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
110
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
111
|
-
- only ESM modules will be published from now on
|
|
112
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
113
|
-
- i.e. launch NodeJS via:
|
|
114
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
115
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
116
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
117
|
-
Also:
|
|
118
|
-
- normalize/restructure/reorg all package.json files
|
|
119
|
-
- cleanup all build scripts, remove obsolete
|
|
120
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
121
|
-
|
|
122
|
-
#### 🩹 Bug fixes
|
|
123
|
-
|
|
124
|
-
- update ksuid benchmarks ([6b3dbab](https://github.com/thi-ng/umbrella/commit/6b3dbab))
|
|
125
|
-
|
|
126
|
-
#### ♻️ Refactoring
|
|
127
|
-
|
|
128
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
129
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
130
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
131
|
-
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
132
|
-
- largely related to recent updates/restructuring of these packages:
|
|
133
|
-
- api
|
|
134
|
-
- defmulti
|
|
135
|
-
- errors
|
|
136
|
-
- logger
|
|
137
|
-
|
|
138
|
-
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@0.4.0) (2021-08-07)
|
|
139
|
-
|
|
140
|
-
#### 🚀 Features
|
|
141
|
-
|
|
142
|
-
- add ULID impl, update IKSUID & tests ([566846b](https://github.com/thi-ng/umbrella/commit/566846b))
|
|
143
|
-
|
|
144
|
-
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@0.3.0) (2021-08-07)
|
|
145
|
-
|
|
146
|
-
#### 🛑 Breaking changes
|
|
147
|
-
|
|
148
|
-
- extract IKSUID, update impls, docs ([1276c94](https://github.com/thi-ng/umbrella/commit/1276c94))
|
|
149
|
-
- BREAKING CHANGE: Rename KSUID => KSUID32 / defKSUID32()
|
|
150
|
-
- update readme
|
|
151
|
-
- update tests
|
|
152
|
-
- update pkg meta
|
|
153
|
-
|
|
154
|
-
#### 🚀 Features
|
|
155
|
-
|
|
156
|
-
- pkg restructure, add 64bit version ([9c40b20](https://github.com/thi-ng/umbrella/commit/9c40b20))
|
|
157
|
-
- move KSUIDOpts to api.ts
|
|
158
|
-
- extract abstact AKSUID base class
|
|
159
|
-
- add KSUID64 & defKSUID64()
|
|
160
|
-
- update pkg meta
|
|
161
|
-
|
|
162
|
-
#### ♻️ Refactoring
|
|
163
|
-
|
|
164
|
-
- better re-use, add docs/tests ([023b630](https://github.com/thi-ng/umbrella/commit/023b630))
|
|
165
|
-
|
|
166
|
-
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@0.2.0) (2021-03-28)
|
|
167
|
-
|
|
168
|
-
#### 🚀 Features
|
|
169
|
-
|
|
170
|
-
- add .parse() & .timeOnly() ([80a0f70](https://github.com/thi-ng/umbrella/commit/80a0f70))
|
|
171
|
-
- refactor next() to re-use format()
|
|
172
|
-
|
|
173
|
-
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@0.1.0) (2021-01-13)
|
|
174
|
-
|
|
175
|
-
#### 🚀 Features
|
|
176
|
-
|
|
177
|
-
- import as new pkg ([67a2e61](https://github.com/thi-ng/umbrella/commit/67a2e61))
|
|
178
|
-
|
|
179
|
-
#### ⏱ Performance improvements
|
|
180
|
-
|
|
181
|
-
- add benchmarks ([aace41c](https://github.com/thi-ng/umbrella/commit/aace41c))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/ksuid",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.77",
|
|
4
4
|
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,16 +42,15 @@
|
|
|
42
42
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@thi.ng/base-n": "^2.7.
|
|
46
|
-
"@thi.ng/errors": "^2.5.
|
|
47
|
-
"@thi.ng/random": "^4.1.
|
|
48
|
-
"@thi.ng/strings": "^3.9.
|
|
45
|
+
"@thi.ng/base-n": "^2.7.30",
|
|
46
|
+
"@thi.ng/errors": "^2.5.24",
|
|
47
|
+
"@thi.ng/random": "^4.1.9",
|
|
48
|
+
"@thi.ng/strings": "^3.9.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
52
51
|
"esbuild": "^0.24.2",
|
|
53
52
|
"typedoc": "^0.27.6",
|
|
54
|
-
"typescript": "^5.7.
|
|
53
|
+
"typescript": "^5.7.3"
|
|
55
54
|
},
|
|
56
55
|
"keywords": [
|
|
57
56
|
"32bit",
|
|
@@ -120,5 +119,5 @@
|
|
|
120
119
|
"status": "stable",
|
|
121
120
|
"year": 2020
|
|
122
121
|
},
|
|
123
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
124
123
|
}
|