jssm 5.84.0 → 5.84.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 -32
- package/README.md +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
|
+
1069 merges; 159 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] - 9/12/2022 7:41:49 AM
|
|
26
|
+
|
|
27
|
+
Commit [d4e619611a04f24b76ad783a9b0f34393e45840a](https://github.com/StoneCypher/jssm/commit/d4e619611a04f24b76ad783a9b0f34393e45840a)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
Merges [cdaa32e, 9193c2d]
|
|
32
|
+
|
|
33
|
+
* Merge pull request #535 from StoneCypher/RenameParserAlready
|
|
34
|
+
* Change parser name to fsl_parser, fixes StoneCypher/fsl#1201; another stab at Twitter
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## [Untagged] - 9/12/2022 7:35:32 AM
|
|
44
|
+
|
|
45
|
+
Commit [9193c2d1f27f1c80ed4a3bfb41e586f5da24179a](https://github.com/StoneCypher/jssm/commit/9193c2d1f27f1c80ed4a3bfb41e586f5da24179a)
|
|
46
|
+
|
|
47
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
48
|
+
|
|
49
|
+
* Change parser name to fsl_parser, fixes StoneCypher/fsl#1201; another stab at Twitter
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
21
54
|
|
|
22
55
|
|
|
23
56
|
|
|
@@ -145,34 +178,4 @@ Commit [ead26fe40eeb115a87de151b6d91fc83e9aab2b9](https://github.com/StoneCypher
|
|
|
145
178
|
|
|
146
179
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
147
180
|
|
|
148
|
-
* Needed a version bump
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## [Untagged] - 9/3/2022 5:21:12 PM
|
|
158
|
-
|
|
159
|
-
Commit [4deaa1ebabb4bbc3604103a3bcdde77259247fe7](https://github.com/StoneCypher/jssm/commit/4deaa1ebabb4bbc3604103a3bcdde77259247fe7)
|
|
160
|
-
|
|
161
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
162
|
-
|
|
163
|
-
* Unicode range tests for actions, very slow, fixes StoneCypher/fsl#1192
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## [Untagged] - 9/3/2022 5:21:12 PM
|
|
173
|
-
|
|
174
|
-
Commit [e9d6ca9116a8959f3e5a3e7c696b468ede50923d](https://github.com/StoneCypher/jssm/commit/e9d6ca9116a8959f3e5a3e7c696b468ede50923d)
|
|
175
|
-
|
|
176
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
177
|
-
|
|
178
|
-
* Unicode range tests for actions, very slow, fixes StoneCypher/fsl#1192
|
|
181
|
+
* Needed a version bump
|
package/README.md
CHANGED
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.84.
|
|
1
|
+
const version = "5.84.1";
|
|
2
2
|
export { version };
|