Skip to content

Commit

Permalink
Adds stent, fsm, fsm-event, node-state, state-machine, `sta…
Browse files Browse the repository at this point in the history
…tely.js`, `node-state` to feature comparison table, fixes StoneCypher/fsl#1118, fixes StoneCypher/fsl#1119, fixes StoneCypher/fsl#1120, fixes StoneCypher/fsl#1121, fixes StoneCypher/fsl#1122, fixes StoneCypher/fsl#1123
  • Loading branch information
StoneCypher committed Jul 29, 2022
1 parent 3ace82f commit 3363432
Show file tree
Hide file tree
Showing 26 changed files with 2,268 additions and 1,197 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.long.md
Expand Up @@ -2,7 +2,7 @@

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

1013 merges; 142 releases
1014 merges; 142 releases



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



 

 

## [Untagged] - 7/28/2022 3:37:38 PM

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

Author: `John Haugeland <stonecypher@gmail.com>`

* Working on the Twitter release message




&nbsp;

&nbsp;
Expand Down
34 changes: 17 additions & 17 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

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

1013 merges; 142 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
1014 merges; 142 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] - 7/28/2022 3:37:38 PM

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

Author: `John Haugeland <stonecypher@gmail.com>`

* Working on the Twitter release message




&nbsp;

&nbsp;
Expand Down Expand Up @@ -157,19 +172,4 @@ Commit [aa5e666f5f02e5fc0c6818dd7fb84dd689dc0448](https://github.com/StoneCypher

Author: `John Haugeland <stonecypher@gmail.com>`

* Feature comparison table, shots fired, fixes StoneCypher/fsl#839, fixes StoneCypher/fsl#643




&nbsp;

&nbsp;

## [Untagged] - 7/27/2022 11:44:10 PM

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

Author: `John Haugeland <stonecypher@gmail.com>`

* Feature comparison table, shots fired
* Feature comparison table, shots fired, fixes StoneCypher/fsl#839, fixes StoneCypher/fsl#643
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.79.15 at 7/28/2022, 3:37:09 PM
* Generated for version 5.79.16 at 7/28/2022, 4:56:09 PM
-->
# jssm
Expand Down
2 changes: 1 addition & 1 deletion dist/es6/version.js
@@ -1,2 +1,2 @@
const version = "5.79.15";
const version = "5.79.16";
export { version };
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.nonmin.js
Expand Up @@ -18264,7 +18264,7 @@ function peg$parse(input, options) {
}
}

const version = "5.79.15";
const version = "5.79.16";

// whargarbl lots of these return arrays could/should be sets
const { shapes, gviz_shapes, named_colors } = constants;
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.nonmin.js
Expand Up @@ -18263,7 +18263,7 @@ var jssm = (function (exports) {
}
}

const version = "5.79.15";
const version = "5.79.16";

// whargarbl lots of these return arrays could/should be sets
const { shapes, gviz_shapes, named_colors } = constants;
Expand Down
30 changes: 18 additions & 12 deletions docs/docs/assets/custom.css
Expand Up @@ -71,15 +71,21 @@ html li.pages-entry-depth-5 { padding-left: 90px; }
.youtube-embed { position: relative; padding-bottom: 56.25%; /* enforces 16:9 aspect */ }
.youtube-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid black; }

.frot_th_tab { vertical-align: bottom; }
.frot_th_tab table tbody th { position: relative; font-weight: normal; padding: 6px 4px; }
.frot_th_tab tr:first-of-type th { height: 12em; width: 1.25em; }
.frot_th_tab td, .frot_th_tab th { vertical-align: bottom; font-weight: normal; text-align: center; }
.frot_th_tab table tbody td { padding: 6px 4px; min-width: 1em; max-width: 1em; }
.frot { transform-origin: 0 0; transform: rotate(-90deg); display: inline-block; position: absolute; left: 0em; bottom: -0.75em; font-weight: 400; }
.frot_th_tab th span { width: 12em; text-align: left; }
.frot_th_tab .rot { left: 0.2em; }
.frot_th_tab table tr+tr th { width: 11em; text-align: right; }
.frot_th_tab th.tablenotch { background: transparent; border-top-color: transparent; border-left-color: transparent; }

.frot_th_tab tr:first-of-type { background: transparent; }
.frot_th_tab { vertical-align: bottom; }
.frot_th_tab table tbody th { position: relative; font-weight: normal; padding: 6px 4px; }
.frot_th_tab tr.headings th { height: 12em; width: 1.25em; }
.frot_th_tab td, .frot_th_tab th { vertical-align: bottom; font-weight: normal; text-align: center; }
.frot_th_tab table tbody td { padding: 6px 4px; min-width: 1em; max-width: 1em; }
.frot { transform-origin: 0 0; transform: rotate(-90deg); display: inline-block; position: absolute; left: 0em; bottom: -0.75em; font-weight: 400; }
.frot_th_tab th span { width: 12em; text-align: left; }
.frot_th_tab .rot { left: 0.2em; }
.frot_th_tab table tr+tr th { width: 11em; text-align: right; }
.frot_th_tab th.tablenotch { background: transparent; border-top-color: transparent; border-left-color: transparent; }

.tsd-panel .frot_th_tab table tbody tr.headings { background: transparent; }
.frot_th_tab tr+tr th+th { width: 1.25em; text-align: center; }

.tsd-panel .frot_th_tab table tr.faketitle { background: transparent; }
.tsd-panel .frot_th_tab table tr.faketitle td { background: transparent; border: 0; text-align: left; font-weight: bold; font-size: 150%; padding: 1.5em 0 0.5em 0; }

.sums td { font-weight: bold; }
58 changes: 29 additions & 29 deletions docs/docs/classes/jssm.Machine.html

Large diffs are not rendered by default.

0 comments on commit 3363432

Please sign in to comment.