Skip to content

Commit

Permalink
Merge pull request #492 from StoneCypher/StillMoreShootout
Browse files Browse the repository at this point in the history
Still more shootout
  • Loading branch information
StoneCypher committed Jun 7, 2022
2 parents cfd38c2 + 8379506 commit 210a326
Show file tree
Hide file tree
Showing 28 changed files with 1,350 additions and 211 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.long.md
Expand Up @@ -2,7 +2,7 @@

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

874 merges; 70 releases
876 merges; 70 releases



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



 

 

## [Untagged] - 6/6/2022 3:41:07 PM

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

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

* More shootout




&nbsp;

&nbsp;

## [Untagged] - 6/6/2022 2:47:14 PM

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

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

* Adds shootout, fixes StoneCypher/fsl#822




&nbsp;

&nbsp;
Expand Down
69 changes: 32 additions & 37 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

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

874 merges; 70 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
876 merges; 70 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)



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



&nbsp;

&nbsp;

## [Untagged] - 6/6/2022 3:41:07 PM

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

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

* More shootout




&nbsp;

&nbsp;

## [Untagged] - 6/6/2022 2:47:14 PM

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

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

* Adds shootout, fixes StoneCypher/fsl#822




&nbsp;

&nbsp;
Expand Down Expand Up @@ -145,39 +175,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
Merges [e084bf4, f0f3961]

* Merge pull request #488 from StoneCypher/Doc_Action_Transition_ForceTransition
* Document action, transition, force_transition; fixes StoneCypher/fsl#801, StoneCypher/fsl#802, StoneCypher/fsl#803




&nbsp;

&nbsp;

## [Untagged] - 5/22/2022 4:24:24 PM

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

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

* Document action, transition, force_transition; fixes StoneCypher/fsl#801, StoneCypher/fsl#802, StoneCypher/fsl#803




&nbsp;

&nbsp;

<a name="5__65__11" />

## [5.65.11] - 5/22/2022 3:54:12 PM

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

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

Merges [a7d9fba, b2558b2]

* Merge pull request #487 from StoneCypher/Doc_ListEdges_ListTransitions_ListEntrances_ListExits
* Doc list edges list transitions list entrances list exits
* Document action, transition, force_transition; fixes StoneCypher/fsl#801, StoneCypher/fsl#802, StoneCypher/fsl#803
2 changes: 1 addition & 1 deletion dist/es6/version.js
@@ -1,2 +1,2 @@
const version = "5.67.0";
const version = "5.67.2";
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 @@ -16783,7 +16783,7 @@ function peg$parse(input, options) {
}
}

const version = "5.67.0";
const version = "5.67.2";

class JssmError extends Error {
constructor(machine, message, JEEI) {
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 @@ -16782,7 +16782,7 @@ var jssm = (function (exports) {
}
}

const version = "5.67.0";
const version = "5.67.2";

class JssmError extends Error {
constructor(machine, message, JEEI) {
Expand Down
4 changes: 3 additions & 1 deletion docs/docs/assets/custom.css
Expand Up @@ -22,5 +22,7 @@ html body .tsd-panel table tr th { background-color: #bdf; }
#quicktab td { text-align: right; }
#quicktab td+td { text-align: center; }

#quicktab th { text-align: right; }
#quicktab th { text-align: right; font-weight: normal; }
#quicktab th+th { text-align: center; }

fail { font-style: italic; color: #b00; }
2 changes: 1 addition & 1 deletion docs/docs/assets/search.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/docs/classes/Machine.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/index.html
Expand Up @@ -114,4 +114,4 @@ <h2>High speed</h2>
<p>Correct. Easy. Brief. Powerful. Fast.</p>
<p>Meet your new state machine.</p>
<p><a href="pages/GettingStarted.html">Let&#39;s get started</a>.</p>
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li><li class=" pages-entry pages-entry-menu pages-entry-depth-0"><a>Tutorials</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/GettingStarted.html"><wbr/>Getting started</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">Language reference</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">API reference</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">Example machines</a></li><li class=" pages-entry pages-entry-menu pages-entry-depth-1"><a>Howtos and <wbr/>Recipes</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-2"><a href="pages/todo.html">Environments</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-2"><a href="pages/todo.html">Bundling</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-2"><a href="pages/todo.html">Publishing</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/Shootout.html">Shootout</a></li><li class=" pages-entry pages-entry-menu pages-entry-depth-0"><a>Tools</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/live_editor.html">Live <wbr/>Editor</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">Github <wbr/>Action</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-0"><a href="pages/community.html">Community</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-0"><a href="pages/CHANGELOG.html">Changelog</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/Machine.html" class="tsd-kind-icon">Machine</a></li><li class="tsd-kind-variable"><a href="modules.html#gviz_shapes" class="tsd-kind-icon">gviz_<wbr/>shapes</a></li><li class="tsd-kind-variable"><a href="modules.html#histograph" class="tsd-kind-icon">histograph</a></li><li class="tsd-kind-variable"><a href="modules.html#named_colors" class="tsd-kind-icon">named_<wbr/>colors</a></li><li class="tsd-kind-variable"><a href="modules.html#shapes" class="tsd-kind-icon">shapes</a></li><li class="tsd-kind-variable"><a href="modules.html#version" class="tsd-kind-icon">version</a></li><li class="tsd-kind-variable"><a href="modules.html#weighted_histo_key" class="tsd-kind-icon">weighted_<wbr/>histo_<wbr/>key</a></li><li class="tsd-kind-variable"><a href="modules.html#weighted_rand_select" class="tsd-kind-icon">weighted_<wbr/>rand_<wbr/>select</a></li><li class="tsd-kind-variable"><a href="modules.html#weighted_sample_select" class="tsd-kind-icon">weighted_<wbr/>sample_<wbr/>select</a></li><li class="tsd-kind-function"><a href="modules.html#arrow_direction" class="tsd-kind-icon">arrow_<wbr/>direction</a></li><li class="tsd-kind-function"><a href="modules.html#arrow_left_kind" class="tsd-kind-icon">arrow_<wbr/>left_<wbr/>kind</a></li><li class="tsd-kind-function"><a href="modules.html#arrow_right_kind" class="tsd-kind-icon">arrow_<wbr/>right_<wbr/>kind</a></li><li class="tsd-kind-function tsd-has-type-parameter"><a href="modules.html#compile" class="tsd-kind-icon">compile</a></li><li class="tsd-kind-function tsd-has-type-parameter"><a href="modules.html#from" class="tsd-kind-icon">from</a></li><li class="tsd-kind-function tsd-has-type-parameter"><a href="modules.html#make" class="tsd-kind-icon">make</a></li><li class="tsd-kind-function"><a href="modules.html#parse" class="tsd-kind-icon">parse</a></li><li class="tsd-kind-function"><a href="modules.html#seq" class="tsd-kind-icon">seq</a></li><li class="tsd-kind-function tsd-has-type-parameter"><a href="modules.html#sm" class="tsd-kind-icon">sm</a></li><li class="tsd-kind-function"><a href="modules.html#transfer_state_properties" class="tsd-kind-icon">transfer_<wbr/>state_<wbr/>properties</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li><li class=" pages-entry pages-entry-menu pages-entry-depth-0"><a>Tutorials</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/GettingStarted.html"><wbr/>Quick <wbr/>Start</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">What are state machines?</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">Language reference</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">API reference</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">Example machines</a></li><li class=" pages-entry pages-entry-menu pages-entry-depth-1"><a>Howtos and <wbr/>Recipes</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-2"><a href="pages/todo.html">Environments</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-2"><a href="pages/todo.html">Bundling</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-2"><a href="pages/todo.html">Publishing</a></li><li class=" pages-entry pages-entry-menu pages-entry-depth-1"><a>Comparisons</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-2"><a href="pages/FeatureComparison.html">Feature comparison</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-2"><a href="pages/Shootout.html">LOC <wbr/>Shootout</a></li><li class=" pages-entry pages-entry-menu pages-entry-depth-0"><a>Tools</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/live_editor.html">Live <wbr/>Editor</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/todo.html">Github <wbr/>Action</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-0"><a href="pages/community.html">Community</a></li><li class=" pages-entry pages-entry-page pages-entry-depth-0"><a href="pages/CHANGELOG.html">Changelog</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/Machine.html" class="tsd-kind-icon">Machine</a></li><li class="tsd-kind-variable"><a href="modules.html#gviz_shapes" class="tsd-kind-icon">gviz_<wbr/>shapes</a></li><li class="tsd-kind-variable"><a href="modules.html#histograph" class="tsd-kind-icon">histograph</a></li><li class="tsd-kind-variable"><a href="modules.html#named_colors" class="tsd-kind-icon">named_<wbr/>colors</a></li><li class="tsd-kind-variable"><a href="modules.html#shapes" class="tsd-kind-icon">shapes</a></li><li class="tsd-kind-variable"><a href="modules.html#version" class="tsd-kind-icon">version</a></li><li class="tsd-kind-variable"><a href="modules.html#weighted_histo_key" class="tsd-kind-icon">weighted_<wbr/>histo_<wbr/>key</a></li><li class="tsd-kind-variable"><a href="modules.html#weighted_rand_select" class="tsd-kind-icon">weighted_<wbr/>rand_<wbr/>select</a></li><li class="tsd-kind-variable"><a href="modules.html#weighted_sample_select" class="tsd-kind-icon">weighted_<wbr/>sample_<wbr/>select</a></li><li class="tsd-kind-function"><a href="modules.html#arrow_direction" class="tsd-kind-icon">arrow_<wbr/>direction</a></li><li class="tsd-kind-function"><a href="modules.html#arrow_left_kind" class="tsd-kind-icon">arrow_<wbr/>left_<wbr/>kind</a></li><li class="tsd-kind-function"><a href="modules.html#arrow_right_kind" class="tsd-kind-icon">arrow_<wbr/>right_<wbr/>kind</a></li><li class="tsd-kind-function tsd-has-type-parameter"><a href="modules.html#compile" class="tsd-kind-icon">compile</a></li><li class="tsd-kind-function tsd-has-type-parameter"><a href="modules.html#from" class="tsd-kind-icon">from</a></li><li class="tsd-kind-function tsd-has-type-parameter"><a href="modules.html#make" class="tsd-kind-icon">make</a></li><li class="tsd-kind-function"><a href="modules.html#parse" class="tsd-kind-icon">parse</a></li><li class="tsd-kind-function"><a href="modules.html#seq" class="tsd-kind-icon">seq</a></li><li class="tsd-kind-function tsd-has-type-parameter"><a href="modules.html#sm" class="tsd-kind-icon">sm</a></li><li class="tsd-kind-function"><a href="modules.html#transfer_state_properties" class="tsd-kind-icon">transfer_<wbr/>state_<wbr/>properties</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>

0 comments on commit 210a326

Please sign in to comment.