jssm 5.70.19 → 5.70.20
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 +32 -36
- package/dist/es6/version.js +1 -1
- package/dist/jssm.es5.cjs.js +1 -1
- package/dist/jssm.es5.iife.js +1 -1
- package/package.json +1 -1
- package/typedoc-options.js +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
922 merges; 95 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -18,6 +18,36 @@ Published tags:
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [Untagged] - 6/16/2022 8:58:23 PM
|
|
26
|
+
|
|
27
|
+
Commit [56ff662bbcdd138c2f8631ff427b921816b0a5f6](https://github.com/StoneCypher/jssm/commit/56ff662bbcdd138c2f8631ff427b921816b0a5f6)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* more docs
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [Untagged] - 6/14/2022 10:17:50 PM
|
|
41
|
+
|
|
42
|
+
Commit [3e9590c7bf93bc04bb474870c6bdd3910b08494d](https://github.com/StoneCypher/jssm/commit/3e9590c7bf93bc04bb474870c6bdd3910b08494d)
|
|
43
|
+
|
|
44
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
45
|
+
|
|
46
|
+
* more doc stuffs
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
21
51
|
|
|
22
52
|
|
|
23
53
|
|
|
@@ -147,38 +177,4 @@ Commit [ed49199ea740b7716ca13f5ca81d40fbcac52c18](https://github.com/StoneCypher
|
|
|
147
177
|
|
|
148
178
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
149
179
|
|
|
150
|
-
* Let's see if env.TAG is still there by the next machine or if we have to define it anew
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
<a name="5__70__9" />
|
|
160
|
-
|
|
161
|
-
## [5.70.9] - 6/10/2022 9:34:03 PM
|
|
162
|
-
|
|
163
|
-
Commit [34ef1e50580606e642dfc88cd34a4237dc0f7548](https://github.com/StoneCypher/jssm/commit/34ef1e50580606e642dfc88cd34a4237dc0f7548)
|
|
164
|
-
|
|
165
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
166
|
-
|
|
167
|
-
* Let's try double brace syntax for var env in GH CI
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
<a name="5__70__8" />
|
|
177
|
-
|
|
178
|
-
## [5.70.8] - 6/10/2022 8:39:37 AM
|
|
179
|
-
|
|
180
|
-
Commit [0cb00f7598bc44c300d69e78e50bc2b1f4d13e88](https://github.com/StoneCypher/jssm/commit/0cb00f7598bc44c300d69e78e50bc2b1f4d13e88)
|
|
181
|
-
|
|
182
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
183
|
-
|
|
184
|
-
* env couldn't be order sensitive, could it?
|
|
180
|
+
* Let's see if env.TAG is still there by the next machine or if we have to define it anew
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.20";
|
|
2
2
|
export { version };
|