jssm 5.67.0 → 5.67.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 +32 -37
- 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 +6 -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
|
+
876 merges; 70 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/6/2022 3:41:07 PM
|
|
26
|
+
|
|
27
|
+
Commit [91e2c2f27ec0b200380b8871bacd2d6476e1ab4e](https://github.com/StoneCypher/jssm/commit/91e2c2f27ec0b200380b8871bacd2d6476e1ab4e)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* More shootout
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [Untagged] - 6/6/2022 2:47:14 PM
|
|
41
|
+
|
|
42
|
+
Commit [7f475f2a684856889fa56317ce30d5296ca2a47d](https://github.com/StoneCypher/jssm/commit/7f475f2a684856889fa56317ce30d5296ca2a47d)
|
|
43
|
+
|
|
44
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
45
|
+
|
|
46
|
+
* Adds shootout, fixes StoneCypher/fsl#822
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
21
51
|
|
|
22
52
|
|
|
23
53
|
|
|
@@ -145,39 +175,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
145
175
|
Merges [e084bf4, f0f3961]
|
|
146
176
|
|
|
147
177
|
* Merge pull request #488 from StoneCypher/Doc_Action_Transition_ForceTransition
|
|
148
|
-
* Document action, transition, force_transition; fixes StoneCypher/fsl#801, StoneCypher/fsl#802, StoneCypher/fsl#803
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## [Untagged] - 5/22/2022 4:24:24 PM
|
|
158
|
-
|
|
159
|
-
Commit [f0f3961d25dc11cfb547eca55c7e3a65b9cf3ccf](https://github.com/StoneCypher/jssm/commit/f0f3961d25dc11cfb547eca55c7e3a65b9cf3ccf)
|
|
160
|
-
|
|
161
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
162
|
-
|
|
163
|
-
* Document action, transition, force_transition; fixes StoneCypher/fsl#801, StoneCypher/fsl#802, StoneCypher/fsl#803
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
<a name="5__65__11" />
|
|
173
|
-
|
|
174
|
-
## [5.65.11] - 5/22/2022 3:54:12 PM
|
|
175
|
-
|
|
176
|
-
Commit [e084bf4a0936d419b5a9921e746a707644ad263f](https://github.com/StoneCypher/jssm/commit/e084bf4a0936d419b5a9921e746a707644ad263f)
|
|
177
|
-
|
|
178
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
179
|
-
|
|
180
|
-
Merges [a7d9fba, b2558b2]
|
|
181
|
-
|
|
182
|
-
* Merge pull request #487 from StoneCypher/Doc_ListEdges_ListTransitions_ListEntrances_ListExits
|
|
183
|
-
* Doc list edges list transitions list entrances list exits
|
|
178
|
+
* Document action, transition, force_transition; fixes StoneCypher/fsl#801, StoneCypher/fsl#802, StoneCypher/fsl#803
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.67.
|
|
1
|
+
const version = "5.67.2";
|
|
2
2
|
export { version };
|