jssm 5.88.1 → 5.88.2
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 +17 -20
- package/README.md +2 -2
- 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/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
|
+
1082 merges; 179 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -18,6 +18,21 @@ Published tags:
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [Untagged] - 12/4/2022 7:17:19 PM
|
|
26
|
+
|
|
27
|
+
Commit [373b64acbc6b5714e175f24660d2bc50e14af8c3](https://github.com/StoneCypher/jssm/commit/373b64acbc6b5714e175f24660d2bc50e14af8c3)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* Removing node 11 and node 12 from the github action over lack of support by MS
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -160,22 +175,4 @@ Commit [5fa6e48645cb75fcd5fe38e6ff08c0d5d64a7a23](https://github.com/StoneCypher
|
|
|
160
175
|
|
|
161
176
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
162
177
|
|
|
163
|
-
* nextData underway
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
<a name="5__86__3" />
|
|
173
|
-
|
|
174
|
-
## [5.86.3] - 11/12/2022 6:09:16 PM
|
|
175
|
-
|
|
176
|
-
Commit [dbb82aefc2744729fd17108d33d19f504dc1783e](https://github.com/StoneCypher/jssm/commit/dbb82aefc2744729fd17108d33d19f504dc1783e)
|
|
177
|
-
|
|
178
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
179
|
-
|
|
180
|
-
* Implement override, implement in machine, allow override attribute
|
|
181
|
-
* Fixes StoneCypher/fsl#1228, fixes StoneCypher/fsl#1222, fixes StoneCypher/fsl#1232
|
|
178
|
+
* nextData underway
|
package/README.md
CHANGED
|
@@ -18,10 +18,10 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
* Generated for version 5.88.
|
|
21
|
+
* Generated for version 5.88.2 at 12/4/2022, 7:57:35 PM
|
|
22
22
|
|
|
23
23
|
-->
|
|
24
|
-
# jssm
|
|
24
|
+
# jssm {{jssm_version}}
|
|
25
25
|
|
|
26
26
|
Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
|
|
27
27
|
tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.88.
|
|
1
|
+
const version = "5.88.2", build_time = 1670212557006;
|
|
2
2
|
export { version, build_time };
|