@thi.ng/transducers-binary 2.1.150 → 2.1.151
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 -150
- package/package.json +10 -11
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
|
|
@@ -58,152 +60,3 @@ and/or version bumps of transitive dependencies.
|
|
|
58
60
|
#### ♻️ Refactoring
|
|
59
61
|
|
|
60
62
|
- replace deprecated .substr() w/ .substring() ([0710509](https://github.com/thi-ng/umbrella/commit/0710509))
|
|
61
|
-
|
|
62
|
-
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.1.0) (2021-11-17)
|
|
63
|
-
|
|
64
|
-
#### 🚀 Features
|
|
65
|
-
|
|
66
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
67
|
-
Improving the overall build ergonomics
|
|
68
|
-
- introduced a tools workspaces
|
|
69
|
-
- imported it in all needed packages/examples
|
|
70
|
-
- inclusive project root
|
|
71
|
-
|
|
72
|
-
#### ♻️ Refactoring
|
|
73
|
-
|
|
74
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
75
|
-
this commit reverts (partly) changes made in:
|
|
76
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
77
|
-
overall purpose is better testament ergonomics:
|
|
78
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
79
|
-
having a binary to handle this for us.
|
|
80
|
-
|
|
81
|
-
### [2.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.0.8) (2021-11-10)
|
|
82
|
-
|
|
83
|
-
#### ♻️ Refactoring
|
|
84
|
-
|
|
85
|
-
- update all countdown loops ([a5f374b](https://github.com/thi-ng/umbrella/commit/a5f374b))
|
|
86
|
-
|
|
87
|
-
### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.0.1) (2021-10-13)
|
|
88
|
-
|
|
89
|
-
#### ♻️ Refactoring
|
|
90
|
-
|
|
91
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
92
|
-
- add .js suffix for all relative imports
|
|
93
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
94
|
-
|
|
95
|
-
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.0.0) (2021-10-12)
|
|
96
|
-
|
|
97
|
-
#### 🛑 Breaking changes
|
|
98
|
-
|
|
99
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
100
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
101
|
-
- only ESM modules will be published from now on
|
|
102
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
103
|
-
- i.e. launch NodeJS via:
|
|
104
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
105
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
106
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
107
|
-
Also:
|
|
108
|
-
- normalize/restructure/reorg all package.json files
|
|
109
|
-
- cleanup all build scripts, remove obsolete
|
|
110
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
111
|
-
|
|
112
|
-
#### 🚀 Features
|
|
113
|
-
|
|
114
|
-
- update return types ([70217e8](https://github.com/thi-ng/umbrella/commit/70217e8))
|
|
115
|
-
- return Uint8Array if input given for base64Decode() or utf8Encode()
|
|
116
|
-
- update asBytes() return type (if input given)
|
|
117
|
-
|
|
118
|
-
#### ♻️ Refactoring
|
|
119
|
-
|
|
120
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
121
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
122
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
123
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
124
|
-
- update imports ([924aa26](https://github.com/thi-ng/umbrella/commit/924aa26))
|
|
125
|
-
|
|
126
|
-
## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.6.0) (2020-12-22)
|
|
127
|
-
|
|
128
|
-
#### 🛑 Breaking changes
|
|
129
|
-
|
|
130
|
-
- fix [#256](https://github.com/thi-ng/umbrella/issues/256) replace enum w/ type alias ([50cc52a](https://github.com/thi-ng/umbrella/commit/50cc52a))
|
|
131
|
-
- BREAKING CHANGE: replace Type enum w/ type alias, update BinStructItem
|
|
132
|
-
|
|
133
|
-
### [0.5.33](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.5.33) (2020-12-07)
|
|
134
|
-
|
|
135
|
-
#### ♻️ Refactoring
|
|
136
|
-
|
|
137
|
-
- update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
|
|
138
|
-
|
|
139
|
-
### [0.5.31](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.5.31) (2020-11-24)
|
|
140
|
-
|
|
141
|
-
#### ♻️ Refactoring
|
|
142
|
-
|
|
143
|
-
- replace dependency for hexDump() ([7af7a92](https://github.com/thi-ng/umbrella/commit/7af7a92))
|
|
144
|
-
- use formatters from [@thi.ng/hex](https://github.com/thi-ng/umbrella/tree/main/packages/hex) instead of [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/main/packages/strings)
|
|
145
|
-
|
|
146
|
-
### [0.5.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.5.6) (2020-04-05)
|
|
147
|
-
|
|
148
|
-
#### ♻️ Refactoring
|
|
149
|
-
|
|
150
|
-
- switch to non-const enums ([acc1fbf](https://github.com/thi-ng/umbrella/commit/acc1fbf))
|
|
151
|
-
|
|
152
|
-
## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.5.0) (2020-02-25)
|
|
153
|
-
|
|
154
|
-
#### 🚀 Features
|
|
155
|
-
|
|
156
|
-
- update bytes(), add i24/u24 support ([6d658d0](https://github.com/thi-ng/umbrella/commit/6d658d0))
|
|
157
|
-
- also fix stride for u16
|
|
158
|
-
- add hexDumpString() syntax sugar ([a3ad805](https://github.com/thi-ng/umbrella/commit/a3ad805))
|
|
159
|
-
- add asBytes() transducer ([b8589d4](https://github.com/thi-ng/umbrella/commit/b8589d4))
|
|
160
|
-
- add missing type impls to asBytes() ([6514292](https://github.com/thi-ng/umbrella/commit/6514292))
|
|
161
|
-
|
|
162
|
-
#### ♻️ Refactoring
|
|
163
|
-
|
|
164
|
-
- minor update bits() ([b78f166](https://github.com/thi-ng/umbrella/commit/b78f166))
|
|
165
|
-
- update imports ([f4b4698](https://github.com/thi-ng/umbrella/commit/f4b4698))
|
|
166
|
-
|
|
167
|
-
### [0.4.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.4.4) (2019-08-21)
|
|
168
|
-
|
|
169
|
-
#### ♻️ Refactoring
|
|
170
|
-
|
|
171
|
-
- remove duplicate code in bytes(), update ut8Length ([021fd6f](https://github.com/thi-ng/umbrella/commit/021fd6f))
|
|
172
|
-
|
|
173
|
-
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.4.0) (2019-07-07)
|
|
174
|
-
|
|
175
|
-
#### 🚀 Features
|
|
176
|
-
|
|
177
|
-
- enable TS strict compiler flags (refactor) ([8d86ac6](https://github.com/thi-ng/umbrella/commit/8d86ac6))
|
|
178
|
-
|
|
179
|
-
#### ♻️ Refactoring
|
|
180
|
-
|
|
181
|
-
- address TS strictNullChecks flag ([4769638](https://github.com/thi-ng/umbrella/commit/4769638))
|
|
182
|
-
|
|
183
|
-
### [0.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.3.1) (2019-03-05)
|
|
184
|
-
|
|
185
|
-
#### 🩹 Bug fixes
|
|
186
|
-
|
|
187
|
-
- add randomBits() return type ([d79481f](https://github.com/thi-ng/umbrella/commit/d79481f))
|
|
188
|
-
|
|
189
|
-
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.3.0) (2019-03-04)
|
|
190
|
-
|
|
191
|
-
#### 🚀 Features
|
|
192
|
-
|
|
193
|
-
- add randomBits(), update readme ([36ca046](https://github.com/thi-ng/umbrella/commit/36ca046))
|
|
194
|
-
|
|
195
|
-
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.2.0) (2019-02-15)
|
|
196
|
-
|
|
197
|
-
#### 🚀 Features
|
|
198
|
-
|
|
199
|
-
- add utf8Length() ([7cf98ef](https://github.com/thi-ng/umbrella/commit/7cf98ef))
|
|
200
|
-
|
|
201
|
-
#### 🩹 Bug fixes
|
|
202
|
-
|
|
203
|
-
- update juxt import ([77ed4c5](https://github.com/thi-ng/umbrella/commit/77ed4c5))
|
|
204
|
-
|
|
205
|
-
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.1.0) (2019-02-05)
|
|
206
|
-
|
|
207
|
-
#### 🚀 Features
|
|
208
|
-
|
|
209
|
-
- extract as new pkg from [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) ([02877c7](https://github.com/thi-ng/umbrella/commit/02877c7))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers-binary",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.151",
|
|
4
4
|
"description": "Binary data related transducers & reducers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,19 +40,18 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/binary": "^3.4.
|
|
44
|
-
"@thi.ng/compose": "^3.0.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"@thi.ng/hex": "^2.3.
|
|
47
|
-
"@thi.ng/random": "^4.1.
|
|
48
|
-
"@thi.ng/strings": "^3.9.
|
|
49
|
-
"@thi.ng/transducers": "^9.2.
|
|
43
|
+
"@thi.ng/binary": "^3.4.41",
|
|
44
|
+
"@thi.ng/compose": "^3.0.21",
|
|
45
|
+
"@thi.ng/errors": "^2.5.24",
|
|
46
|
+
"@thi.ng/hex": "^2.3.62",
|
|
47
|
+
"@thi.ng/random": "^4.1.9",
|
|
48
|
+
"@thi.ng/strings": "^3.9.3",
|
|
49
|
+
"@thi.ng/transducers": "^9.2.16"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
53
52
|
"esbuild": "^0.24.2",
|
|
54
53
|
"typedoc": "^0.27.6",
|
|
55
|
-
"typescript": "^5.7.
|
|
54
|
+
"typescript": "^5.7.3"
|
|
56
55
|
},
|
|
57
56
|
"keywords": [
|
|
58
57
|
"array",
|
|
@@ -118,5 +117,5 @@
|
|
|
118
117
|
],
|
|
119
118
|
"year": 2018
|
|
120
119
|
},
|
|
121
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
122
121
|
}
|