Skip to content

Commit

Permalink
remove node 16 from gha over rollup support, move big-3 to node 23 an…
Browse files Browse the repository at this point in the history
…d node 22
  • Loading branch information
StoneCypher committed Oct 28, 2024
1 parent c2c93ee commit 31dfb9c
Show file tree
Hide file tree
Showing 27 changed files with 169 additions and 138 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,25 +101,19 @@ jobs:
strategy:
matrix:
include:
- node-version: 22.x # fastest, so run first, to error fast
- node-version: 23.x # fastest, so run first, to error fast
os: ubuntu-latest
- node-version: 22.x # slowest, so run next. sort by slowest from here to get earliest end through parallelism
- node-version: 23.x # slowest, so run next. sort by slowest from here to get earliest end through parallelism
os: macos-latest
# bug in gh action for new version: https://github.com/nodejs/node/issues/52682
# - node-version: 22.x # finish check big-3 on latest current
# os: windows-latest
# testing under 20 instead until fixed
- node-version: 20.x # finish check big-3 on latest current
- node-version: 23.x # finish check big-3 on latest current
os: windows-latest
- node-version: 21.x # check newest non-lts too
- node-version: 22.x # check newest non-lts too
os: ubuntu-latest
- node-version: 21.x # check newest non-lts too
- node-version: 22.x # check newest non-lts too
os: macos-latest
- node-version: 21.x # check newest non-lts too
- node-version: 22.x # check newest non-lts too
os: windows-latest
- node-version: 16.x # lastly check just ubuntu on historic node versions because speed, oldest (slowest) first
os: ubuntu-latest
- node-version: 17.x
- node-version: 17.x # lastly check just ubuntu on historic node versions because speed, oldest (slowest) first
os: ubuntu-latest
- node-version: 18.x
os: ubuntu-latest
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.long.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

1179 merges; 208 releases
1180 merges; 208 releases



Expand All @@ -18,6 +18,21 @@ Published tags:



 

 

## [Untagged] - 10/28/2024 2:20:09 AM

Commit [c2c93ee920f462610d3c7e6d336845c3ff714978](https://github.com/StoneCypher/jssm/commit/c2c93ee920f462610d3c7e6d336845c3ff714978)

Author: `John Haugeland <[email protected]>`

* Use structuredClone to return data(), fixes StoneCypher/fsl#1302




&nbsp;

&nbsp;
Expand Down
36 changes: 17 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

1179 merges; 208 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
1180 merges; 208 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)



Expand All @@ -18,6 +18,21 @@ Published tags:



&nbsp;

&nbsp;

## [Untagged] - 10/28/2024 2:20:09 AM

Commit [c2c93ee920f462610d3c7e6d336845c3ff714978](https://github.com/StoneCypher/jssm/commit/c2c93ee920f462610d3c7e6d336845c3ff714978)

Author: `John Haugeland <[email protected]>`

* Use structuredClone to return data(), fixes StoneCypher/fsl#1302




&nbsp;

&nbsp;
Expand Down Expand Up @@ -162,21 +177,4 @@ Commit [8c3ea00087f1af7322c262e2556cf5a13a1d6567](https://github.com/StoneCypher

Author: `Tyler Butler <[email protected]>`

* regen esm types




&nbsp;

&nbsp;

## [Untagged] - 10/10/2024 12:05:11 PM

Commit [93419aceb06cd1f7b9dd79ee2a8e93b349eab486](https://github.com/StoneCypher/jssm/commit/93419aceb06cd1f7b9dd79ee2a8e93b349eab486)

Author: `Tyler Butler <[email protected]>`

Merges [9015165, 1241e0f]

* Merge branch 'main' into types-fixes-2
* regen esm types
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.104.0 at 10/28/2024, 2:19:10 AM
* Generated for version 5.104.1 at 10/28/2024, 2:25:30 AM
-->
# jssm 5.104.0
# jssm 5.104.1

Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
Expand Down
4 changes: 2 additions & 2 deletions dist/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.104.0 at 10/28/2024, 2:19:10 AM
* Generated for version 5.104.1 at 10/28/2024, 2:25:30 AM
-->
# jssm 5.104.0
# jssm 5.104.1

Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
Expand Down
2 changes: 1 addition & 1 deletion dist/deno/jssm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const version = "5.104.0", build_time = 1730107053270;
const version = "5.104.1", build_time = 1730107432251;
export { version, build_time };
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.nonmin.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jssm.es5.nonmin.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jssm.es6.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es6.nonmin.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 44 additions & 44 deletions docs/docs/classes/jssm.Machine.html

Large diffs are not rendered by default.

Loading

0 comments on commit 31dfb9c

Please sign in to comment.