jssm 5.83.1 → 5.83.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 +35 -35
- 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 +2 -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
|
+
1066 merges; 157 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/11/2022 2:24:06 PM
|
|
26
|
+
|
|
27
|
+
Commit [c46d677560dc06baf33c2088205051fedaf5be04](https://github.com/StoneCypher/jssm/commit/c46d677560dc06baf33c2088205051fedaf5be04)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
Merges [3256f05, 991d2dc]
|
|
32
|
+
|
|
33
|
+
* Merge pull request #534 from StoneCypher/BoldTheme
|
|
34
|
+
* Add a bold theme
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## [Untagged] - 9/11/2022 2:19:28 PM
|
|
44
|
+
|
|
45
|
+
Commit [991d2dcf113bd19026f037e6eb22f46eacde57aa](https://github.com/StoneCypher/jssm/commit/991d2dcf113bd19026f037e6eb22f46eacde57aa)
|
|
46
|
+
|
|
47
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
48
|
+
|
|
49
|
+
* Add a bold theme
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
21
54
|
|
|
22
55
|
|
|
23
56
|
|
|
@@ -138,37 +171,4 @@ Commit [72c4ac7e754ab32fe3ca2372fff1733ba8363b27](https://github.com/StoneCypher
|
|
|
138
171
|
|
|
139
172
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
140
173
|
|
|
141
|
-
* Unicode range tests for atoms and strings, very slow, fixes StoneCypher/fsl#1190, fixes StoneCypher/fsl#1191
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
## [Untagged] - 9/3/2022 3:23:46 PM
|
|
151
|
-
|
|
152
|
-
Commit [54adb9e46e56254596ca0a710492d3ecf633ea85](https://github.com/StoneCypher/jssm/commit/54adb9e46e56254596ca0a710492d3ecf633ea85)
|
|
153
|
-
|
|
154
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
155
|
-
|
|
156
|
-
* on the way to unicode testing
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
## [Untagged] - 9/1/2022 7:14:42 PM
|
|
166
|
-
|
|
167
|
-
Commit [51ebcfc1ec163b8590d1a1a2065dcd8ad0458cc9](https://github.com/StoneCypher/jssm/commit/51ebcfc1ec163b8590d1a1a2065dcd8ad0458cc9)
|
|
168
|
-
|
|
169
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
170
|
-
|
|
171
|
-
Merges [94c4f37, 3557437]
|
|
172
|
-
|
|
173
|
-
* Merge pull request #530 from machinshin/feature/new-readme
|
|
174
|
-
* more-readable README
|
|
174
|
+
* Unicode range tests for atoms and strings, very slow, fixes StoneCypher/fsl#1190, fixes StoneCypher/fsl#1191
|
package/README.md
CHANGED
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.83.
|
|
1
|
+
const version = "5.83.2";
|
|
2
2
|
export { version };
|