Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifandelse committed Oct 25, 2018
1 parent 5d503c1 commit 19c476f
Show file tree
Hide file tree
Showing 6 changed files with 10,162 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# machina v3.0.0
# machina v4.0.0

## What is it?
Machina.js is a JavaScript framework for highly customizable finite state machines (FSMs). Many of the ideas for machina have been *loosely* inspired by the Erlang/OTP FSM behaviors.
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
### v4.0.0
* Updated lodash to 4.x (made this a major bump due to impact on client side bundling scenarios that still used lodash 3.x)

### v3.0.0

* Updated `deferUntilTransition` to support passing the string value of a single state OR an array of target states.
* Removed bower.json & component.json files.


### v2.0.2

* Fix broken formatting in README.md
Expand Down
2 changes: 1 addition & 1 deletion lib/machina.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/machina.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 19c476f

Please sign in to comment.