jssm 5.86.0 → 5.86.1
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 +35 -38
- package/README.md +1 -1
- package/dist/es6/fsl_parser.js +1 -1
- 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
|
+
1067 merges; 173 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] - 11/11/2022 6:22:48 PM
|
|
26
|
+
|
|
27
|
+
Commit [31077c9256ee31f80398460b3af95bc65a8dbc3a](https://github.com/StoneCypher/jssm/commit/31077c9256ee31f80398460b3af95bc65a8dbc3a)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
Merges [793f2fc, 3941c30]
|
|
32
|
+
|
|
33
|
+
* Merge pull request #547 from StoneCypher/allows_override
|
|
34
|
+
* .allows_override fixes StoneCypher/fsl#1224
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## [Untagged] - 11/11/2022 6:16:32 PM
|
|
44
|
+
|
|
45
|
+
Commit [3941c3000e8544e6b674b4a060abb93a8f5c3455](https://github.com/StoneCypher/jssm/commit/3941c3000e8544e6b674b4a060abb93a8f5c3455)
|
|
46
|
+
|
|
47
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
48
|
+
|
|
49
|
+
* .allows_override fixes StoneCypher/fsl#1224
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
21
54
|
|
|
22
55
|
|
|
23
56
|
|
|
@@ -157,40 +190,4 @@ Commit [013999a77ce43ceed5eb982754ffe480fdddf159](https://github.com/StoneCypher
|
|
|
157
190
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
158
191
|
|
|
159
192
|
* Pull arrows out into modules
|
|
160
|
-
* Fixes StoneCypher/fsl#1206
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
<a name="5__85__7" />
|
|
170
|
-
|
|
171
|
-
## [5.85.7] - 9/12/2022 7:24:25 PM
|
|
172
|
-
|
|
173
|
-
Commit [581fd8dc33c4eb2ce190b696d952471abec192ef](https://github.com/StoneCypher/jssm/commit/581fd8dc33c4eb2ce190b696d952471abec192ef)
|
|
174
|
-
|
|
175
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
176
|
-
|
|
177
|
-
Merges [7d741ba, 771f4c8]
|
|
178
|
-
|
|
179
|
-
* Merge pull request #542 from StoneCypher/AddUnicodeTestsForLabels
|
|
180
|
-
* Add unicode tests for labels
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
## [Untagged] - 9/12/2022 7:19:21 PM
|
|
190
|
-
|
|
191
|
-
Commit [771f4c8d67274b40451ae6dfef168fe3c15949df](https://github.com/StoneCypher/jssm/commit/771f4c8d67274b40451ae6dfef168fe3c15949df)
|
|
192
|
-
|
|
193
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
194
|
-
|
|
195
|
-
* Add tests for unicode labels (atom and string)
|
|
196
|
-
* Fixes StoneCypher/fsl#1193, fixes StoneCypher/fsl#1194
|
|
193
|
+
* Fixes StoneCypher/fsl#1206
|