Skip to content

Commit

Permalink
Merge pull request #391 from StoneCypher/LetsMakeNodesStyleable
Browse files Browse the repository at this point in the history
Lets make nodes styleable
  • Loading branch information
StoneCypher committed Jan 9, 2020
2 parents dce8174 + ae2b2fc commit 15d7202
Show file tree
Hide file tree
Showing 17 changed files with 2,491 additions and 1,310 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
* [[`6bc16b6cff`](https://github.com/StoneCypher/jssm/commit/6bc16b6cff)] - merge and fix resulting eslint mess (John Haugeland)
* [[`9f9d02d228`](https://github.com/StoneCypher/jssm/commit/9f9d02d228)] - Added state, in\_state, out\_state top level properties w/ vat; repaired shape w/ vat; tests (John Haugeland)
* [[`f99017834d`](https://github.com/StoneCypher/jssm/commit/f99017834d)] - Added state, in\_state, out\_state top level properties w/ vat; repaired shape w/ vat; tests (John Haugeland)
* [[`134c186389`](https://github.com/StoneCypher/jssm/commit/134c186389)] - extensive repair node shape -\> state shape w/ vat (John Haugeland)
* [[`dce8174435`](https://github.com/StoneCypher/jssm/commit/dce8174435)] - Update README.md (John Haugeland)
* [[`3fb6134b80`](https://github.com/StoneCypher/jssm/commit/3fb6134b80)] - update eslint (John Haugeland)
* [[`7845b0f62c`](https://github.com/StoneCypher/jssm/commit/7845b0f62c)] - roll back opencollective image thing (John Haugeland)
* [[`afbd96094e`](https://github.com/StoneCypher/jssm/commit/afbd96094e)] - Update README.md (John Haugeland)
* [[`b45738cea7`](https://github.com/StoneCypher/jssm/commit/b45738cea7)] - support for module field and thus importing from es6 version, should improve tree shaking significantly (John Haugeland)
Expand Down
889 changes: 573 additions & 316 deletions dist/jssm.es5.cjs.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

889 changes: 573 additions & 316 deletions dist/jssm.es6.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

889 changes: 573 additions & 316 deletions dist/jssm.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.iife.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>jssm 5.17.1 | Documentation</title>
<title>jssm 5.19.0 | Documentation</title>
<meta name='description' content='A Javascript finite state machine (FSM) with a terse DSL and a simple API. Well tested, and typed with Flowtype. MIT License.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>jssm</h3>
<div class='mb1'><code>5.17.1</code></div>
<div class='mb1'><code>5.19.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down

0 comments on commit 15d7202

Please sign in to comment.