Skip to content

Commit 90b9814

Browse files
committed
start work on v3
1 parent c561d0f commit 90b9814

7 files changed

Lines changed: 22 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012, 2013, 2014, 2015, 2016, Jake Gordon and contributors
1+
Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, Jake Gordon and contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

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 (v2.3.5)
1+
Javascript Finite State Machine (v3.0.0)
22
========================================
33

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

RELEASE_NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 3.0.0 (December 2016?)
2+
------------------------------
3+
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
6+
7+
TODO: resolve outstanding github issues and pull requests
8+
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+
17+
118
Version 2.3.5 (January 20 2014)
219
-------------------------------
320

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "javascript-state-machine",
3-
"version": "2.3.5",
43
"homepage": "https://github.com/jakesgordon/javascript-state-machine",
54
"authors": [
65
"Jake Gordon <jake@codeincomplete.com>"

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": "2.3.5"
12+
"version": "3.0.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: "2.3.5",
16+
VERSION: "3.0.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)