jssm 5.72.4 → 5.72.5

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- 929 merges; 120 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
5
+ 931 merges; 120 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
6
6
 
7
7
 
8
8
 
@@ -18,6 +18,39 @@ Published tags:
18
18
 
19
19
 
20
20
 
21
+  
22
+
23
+  
24
+
25
+ ## [Untagged] - 6/25/2022 8:12:11 AM
26
+
27
+ Commit [dc3096f064e58ea616899b12d3d25c973f326c1c](https://github.com/StoneCypher/jssm/commit/dc3096f064e58ea616899b12d3d25c973f326c1c)
28
+
29
+ Author: `John Haugeland <stonecypher@gmail.com>`
30
+
31
+ Merges [a184324, 8762d17]
32
+
33
+ * Merge pull request #502 from StoneCypher/AllowHooksToChangeData
34
+ * Allow hooks to change data
35
+
36
+
37
+
38
+
39
+ &nbsp;
40
+
41
+ &nbsp;
42
+
43
+ ## [Untagged] - 6/25/2022 8:08:38 AM
44
+
45
+ Commit [8762d17bd69cdf48f522dbd6ee188f46e29a0c06](https://github.com/StoneCypher/jssm/commit/8762d17bd69cdf48f522dbd6ee188f46e29a0c06)
46
+
47
+ Author: `John Haugeland <stonecypher@gmail.com>`
48
+
49
+ * Hooks can change data, fixes StoneCypher/fsl#932
50
+
51
+
52
+
53
+
21
54
  &nbsp;
22
55
 
23
56
  &nbsp;
@@ -138,38 +171,4 @@ Commit [adfa9069ba5e78d8a227896a5f7e14a8f4b80117](https://github.com/StoneCypher
138
171
 
139
172
  Author: `John Haugeland <stonecypher@gmail.com>`
140
173
 
141
- * the conversion continues
142
-
143
-
144
-
145
-
146
- &nbsp;
147
-
148
- &nbsp;
149
-
150
- <a name="5__72__2" />
151
-
152
- ## [5.72.2] - 6/24/2022 5:49:06 PM
153
-
154
- Commit [b0cbe1c1ae0199c8d78a82f624e8ee94b344cf71](https://github.com/StoneCypher/jssm/commit/b0cbe1c1ae0199c8d78a82f624e8ee94b344cf71)
155
-
156
- Author: `John Haugeland <stonecypher@gmail.com>`
157
-
158
- * Normalize hook return pattern, fixes StoneCypher/fsl#930
159
-
160
-
161
-
162
-
163
- &nbsp;
164
-
165
- &nbsp;
166
-
167
- <a name="5__72__1" />
168
-
169
- ## [5.72.1] - 6/24/2022 4:55:33 PM
170
-
171
- Commit [547e35599ed312bf5300d3f1685e2cb16b80a73e](https://github.com/StoneCypher/jssm/commit/547e35599ed312bf5300d3f1685e2cb16b80a73e)
172
-
173
- Author: `John Haugeland <stonecypher@gmail.com>`
174
-
175
- * Can read data from outside, fixes StoneCypher/fsl#929
174
+ * the conversion continues
package/README.md CHANGED
@@ -1,8 +1,31 @@
1
+ <!--
2
+
3
+ I8, 8 ,8I 88
4
+ `8b d8b d8' ""
5
+ "8, ,8"8, ,8"
6
+ Y8 8P Y8 8P ,adPPYYba, 8b,dPPYba, 8b,dPPYba, 88 8b,dPPYba, ,adPPYb,d8
7
+ `8b d8' `8b d8' "" `Y8 88P' "Y8 88P' `"8a 88 88P' `"8a a8" `Y88
8
+ `8a a8' `8a a8' ,adPPPPP88 88 88 88 88 88 88 8b 88
9
+ `8a8' `8a8' 88, ,88 88 88 88 88 88 88 "8a, ,d88
10
+ `8' `8' `"8bbdP"Y8 88 88 88 88 88 88 `"YbbdP"Y8
11
+ aa, ,88
12
+ "Y8bbdP"
13
+
14
+ This file is generated. If you edit it, the edits ***will be lost***.
15
+ ----------------------
16
+
17
+ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
18
+
19
+
20
+
21
+ * Generated for version 5.72.5 at 6/25/2022, 10:53:38 AM
22
+
23
+ -->
1
24
  # jssm
2
25
 
3
26
  Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
4
27
  tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
5
- share online. Easy to embed.
28
+ share online. Easy to embed. ***4,611 tests***.
6
29
 
7
30
  Readable, useful state machines as one-liner strings.
8
31
 
@@ -1,2 +1,2 @@
1
- const version = "5.72.4";
1
+ const version = "5.72.5";
2
2
  export { version };