jssm 5.90.0 → 5.90.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/.gitattributes +6 -0
- package/CHANGELOG.md +32 -41
- package/README.md +2 -2
- 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/.gitattributes
ADDED
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
|
+
1104 merges; 187 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] - 10/25/2023 12:51:12 PM
|
|
26
|
+
|
|
27
|
+
Commit [7ef88f2a668a45f1cd2e027072e933a813ac65c6](https://github.com/StoneCypher/jssm/commit/7ef88f2a668a45f1cd2e027072e933a813ac65c6)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* Suppress generated code and directories from reviews using .gitattributes, fixes StoneCypher/fsl#1242
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [Untagged] - 10/25/2023 12:33:52 PM
|
|
41
|
+
|
|
42
|
+
Commit [e88d784320e4d3bfbabfe9365578d32b869b6831](https://github.com/StoneCypher/jssm/commit/e88d784320e4d3bfbabfe9365578d32b869b6831)
|
|
43
|
+
|
|
44
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
45
|
+
|
|
46
|
+
* Proper stochastics. Seedable RNG. Fixes StoneCypher/fsl#990, StoneCypher/fsl#991
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
21
51
|
|
|
22
52
|
|
|
23
53
|
|
|
@@ -142,43 +172,4 @@ Commit [66725ae01f4692e7720a6b7a0add6cd71b77ce85](https://github.com/StoneCypher
|
|
|
142
172
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
143
173
|
|
|
144
174
|
* Update package.json
|
|
145
|
-
* bumping version for readme error by alpine discord @toomanyusershavethisname as mentioned in prior patch
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## [Untagged] - 6/6/2023 12:29:53 AM
|
|
155
|
-
|
|
156
|
-
Commit [e04f055eec397f7c1679579caec8c4565dd993a4](https://github.com/StoneCypher/jssm/commit/e04f055eec397f7c1679579caec8c4565dd993a4)
|
|
157
|
-
|
|
158
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
159
|
-
|
|
160
|
-
* Update README_base.md
|
|
161
|
-
* alpine linux discord @toomanyusershavethisname noticed an error in the readme.
|
|
162
|
-
* i'll have to manually trigger a second build to clear this because for some nightmare reason i'm doing this in the web editor on a tablet instead of just going upstairs and using the computer like an adult, and that means i can't do two files at once and so this build will bounce when the version number isn't yet bounced
|
|
163
|
-
* "but you could start a branch"
|
|
164
|
-
* yeah but i won't, is the thing
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
<a name="5__89__1" />
|
|
174
|
-
|
|
175
|
-
## [5.89.1] - 5/13/2023 11:42:13 PM
|
|
176
|
-
|
|
177
|
-
Commit [7fb4622f3b8651ea259f8a785210810bd0ae328a](https://github.com/StoneCypher/jssm/commit/7fb4622f3b8651ea259f8a785210810bd0ae328a)
|
|
178
|
-
|
|
179
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
180
|
-
|
|
181
|
-
Merges [d04a575, 6337159]
|
|
182
|
-
|
|
183
|
-
* Merge pull request #556 from StoneCypher/FinalizeDenoSupport
|
|
184
|
-
* Standard deno support
|
|
175
|
+
* bumping version for readme error by alpine discord @toomanyusershavethisname as mentioned in prior patch
|
package/README.md
CHANGED
|
@@ -18,10 +18,10 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
* Generated for version 5.90.
|
|
21
|
+
* Generated for version 5.90.1 at 10/25/2023, 12:53:01 PM
|
|
22
22
|
|
|
23
23
|
-->
|
|
24
|
-
# jssm 5.90.
|
|
24
|
+
# jssm 5.90.1
|
|
25
25
|
|
|
26
26
|
Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
|
|
27
27
|
tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.90.
|
|
1
|
+
const version = "5.90.1", build_time = 1698263492649;
|
|
2
2
|
export { version, build_time };
|