@thi.ng/soa 1.0.5 → 1.0.6
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 -115
- package/package.json +9 -10
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
|
|
@@ -27,117 +29,3 @@ and/or version bumps of transitive dependencies.
|
|
|
27
29
|
|
|
28
30
|
- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053))
|
|
29
31
|
- minor type updates ([5a5a813](https://github.com/thi-ng/umbrella/commit/5a5a813))
|
|
30
|
-
|
|
31
|
-
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.4.0) (2021-11-17)
|
|
32
|
-
|
|
33
|
-
#### 🚀 Features
|
|
34
|
-
|
|
35
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
36
|
-
Improving the overall build ergonomics
|
|
37
|
-
- introduced a tools workspaces
|
|
38
|
-
- imported it in all needed packages/examples
|
|
39
|
-
- inclusive project root
|
|
40
|
-
|
|
41
|
-
#### ♻️ Refactoring
|
|
42
|
-
|
|
43
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
44
|
-
this commit reverts (partly) changes made in:
|
|
45
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
46
|
-
overall purpose is better testament ergonomics:
|
|
47
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
48
|
-
having a binary to handle this for us.
|
|
49
|
-
|
|
50
|
-
### [0.3.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.3.9) (2021-11-10)
|
|
51
|
-
|
|
52
|
-
#### ♻️ Refactoring
|
|
53
|
-
|
|
54
|
-
- update all countdown loops ([a5f374b](https://github.com/thi-ng/umbrella/commit/a5f374b))
|
|
55
|
-
|
|
56
|
-
### [0.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.3.1) (2021-10-13)
|
|
57
|
-
|
|
58
|
-
#### ♻️ Refactoring
|
|
59
|
-
|
|
60
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
61
|
-
- add .js suffix for all relative imports
|
|
62
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
63
|
-
|
|
64
|
-
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.3.0) (2021-10-12)
|
|
65
|
-
|
|
66
|
-
#### 🛑 Breaking changes
|
|
67
|
-
|
|
68
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
69
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
70
|
-
- only ESM modules will be published from now on
|
|
71
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
72
|
-
- i.e. launch NodeJS via:
|
|
73
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
74
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
75
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
76
|
-
Also:
|
|
77
|
-
- normalize/restructure/reorg all package.json files
|
|
78
|
-
- cleanup all build scripts, remove obsolete
|
|
79
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
80
|
-
|
|
81
|
-
#### ♻️ Refactoring
|
|
82
|
-
|
|
83
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
84
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
85
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
86
|
-
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
87
|
-
- largely related to recent updates/restructuring of these packages:
|
|
88
|
-
- api
|
|
89
|
-
- defmulti
|
|
90
|
-
- errors
|
|
91
|
-
- logger
|
|
92
|
-
- minor pkg restructure (various) ([47f88d2](https://github.com/thi-ng/umbrella/commit/47f88d2))
|
|
93
|
-
|
|
94
|
-
### [0.2.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.2.7) (2021-03-17)
|
|
95
|
-
|
|
96
|
-
#### ♻️ Refactoring
|
|
97
|
-
|
|
98
|
-
- dedupe OOB error handling ([1988ccd](https://github.com/thi-ng/umbrella/commit/1988ccd))
|
|
99
|
-
|
|
100
|
-
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.2.0) (2021-02-20)
|
|
101
|
-
|
|
102
|
-
#### 🛑 Breaking changes
|
|
103
|
-
|
|
104
|
-
- update attrib type handling ([274dadf](https://github.com/thi-ng/umbrella/commit/274dadf))
|
|
105
|
-
- BREAKING CHANGE: attrib buffer data type use string consts
|
|
106
|
-
- part of unified umbrella-wide changes to [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) Type alias
|
|
107
|
-
(see [a333d4182](https://github.com/thi-ng/umbrella/commit/a333d4182))
|
|
108
|
-
|
|
109
|
-
### [0.1.36](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.1.36) (2020-09-13)
|
|
110
|
-
|
|
111
|
-
#### ♻️ Refactoring
|
|
112
|
-
|
|
113
|
-
- update imports ([8c888c0](https://github.com/thi-ng/umbrella/commit/8c888c0))
|
|
114
|
-
|
|
115
|
-
### [0.1.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.1.4) (2020-02-25)
|
|
116
|
-
|
|
117
|
-
#### ♻️ Refactoring
|
|
118
|
-
|
|
119
|
-
- update imports ([863e4f6](https://github.com/thi-ng/umbrella/commit/863e4f6))
|
|
120
|
-
|
|
121
|
-
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.1.0) (2019-11-09)
|
|
122
|
-
|
|
123
|
-
#### 🚀 Features
|
|
124
|
-
|
|
125
|
-
- add new pkg [@thi.ng/soa](https://github.com/thi-ng/umbrella/tree/main/packages/soa) ([5f8ffa1](https://github.com/thi-ng/umbrella/commit/5f8ffa1))
|
|
126
|
-
- add/update types, update aos(), add SOA.setValues(), tests ([b8e0780](https://github.com/thi-ng/umbrella/commit/b8e0780))
|
|
127
|
-
- update SOAAttribSpec.buf to use ArrayBuffer w/ opt offset ([2759570](https://github.com/thi-ng/umbrella/commit/2759570))
|
|
128
|
-
- update aos() buffer handling
|
|
129
|
-
- update SOA.initSpecs()
|
|
130
|
-
- update tests
|
|
131
|
-
|
|
132
|
-
#### 🩹 Bug fixes
|
|
133
|
-
|
|
134
|
-
- remove obsolete imports ([2309ccd](https://github.com/thi-ng/umbrella/commit/2309ccd))
|
|
135
|
-
|
|
136
|
-
#### ⏱ Performance improvements
|
|
137
|
-
|
|
138
|
-
- update attribValues() impl ([786a02f](https://github.com/thi-ng/umbrella/commit/786a02f))
|
|
139
|
-
|
|
140
|
-
#### ♻️ Refactoring
|
|
141
|
-
|
|
142
|
-
- update attribValues(), add indexUnsafe() ([21c1ef6](https://github.com/thi-ng/umbrella/commit/21c1ef6))
|
|
143
|
-
- rename SOA.initSpecs() => addSpecs(), make public ([470714d](https://github.com/thi-ng/umbrella/commit/470714d))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/soa",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "SOA & AOS memory mapped structured views with optional & extensible serialization",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,18 +40,17 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/binary": "^3.4.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"@thi.ng/transducers-binary": "^2.1.
|
|
47
|
-
"@thi.ng/vectors": "^7.12.
|
|
43
|
+
"@thi.ng/api": "^8.11.18",
|
|
44
|
+
"@thi.ng/binary": "^3.4.41",
|
|
45
|
+
"@thi.ng/errors": "^2.5.24",
|
|
46
|
+
"@thi.ng/transducers-binary": "^2.1.151",
|
|
47
|
+
"@thi.ng/vectors": "^7.12.18"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@
|
|
51
|
-
"@thi.ng/equiv": "^2.1.73",
|
|
50
|
+
"@thi.ng/equiv": "^2.1.74",
|
|
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
|
"acceleration",
|
|
@@ -109,5 +108,5 @@
|
|
|
109
108
|
"status": "alpha",
|
|
110
109
|
"year": 2019
|
|
111
110
|
},
|
|
112
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
113
112
|
}
|