Skip to content

Commit d11801b

Browse files
committed
lets do a small 2.4 point release before tackling the big things for 3.0
1 parent 6904a2e commit d11801b

5 files changed

Lines changed: 22 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Javascript Finite State Machine (v3.0.0)
1+
Javascript Finite State Machine (v2.4.0)
22
========================================
33

44
This standalone javascript micro-framework provides a finite state machine for your pleasure.

RELEASE_NOTES.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1-
Version 3.0.0 (December 2016?)
2-
------------------------------
31

4-
I know, I know, I've neglected this library for far too long, so
5-
lets get it back on track before the end of 2016
2+
FUTURE Version 3.0.0 (ETA - Early 2017)
3+
------------------------------
4+
5+
I know, I know, I've neglected this library for far too long, so
6+
lets get it back on track before the end of 2016
7+
8+
ADD: Promise based async transitions
9+
ADD: conditional transitions
10+
ADD: observable transitions
11+
ADD: composable state machines
12+
ADD: better introspection
13+
ADD: undo/redo history
14+
15+
Version 2.4.0 (ETA - December 2016)
16+
--------------------
617

718
TODO: resolve outstanding github issues and pull requests
819
TODO: replace yui compressor with uglify
9-
TODO: better npm integration
10-
ADD: Promise based async transitions
11-
ADD: conditional transitions
12-
ADD: observable transitions
13-
ADD: composable state machines
14-
ADD: better introspection
15-
ADD: undo/redo history
16-
20+
21+
* added npm install instructions to readme
22+
* fix for javascript error when running in jasmine/node (issue #88)
1723

1824
Version 2.3.5 (January 20 2014)
1925
-------------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"devDependencies": {
1010
"qunit": "~0.6.2"
1111
},
12-
"version": "3.0.0"
12+
"version": "2.4.0"
1313
}

state-machine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
//---------------------------------------------------------------------------
1515

16-
VERSION: "3.0.0",
16+
VERSION: "2.4.0",
1717

1818
//---------------------------------------------------------------------------
1919

state-machine.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)