Sha256: da9e3d75e1059ca9200ba32c753ce9da7348be9437a471ba5f3166c12802cf6a

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

= Version 0.5.0.beta
  * Added a Railtie
  * Changed up the detection for persistence in Rails

= Version 0.4.2
  * Some code neatening by pedromenezes - Thanks!
  * Added simple benchmark which is probably not accurate :)
  
= Version 0.4.1
	* Removed the depreciation warnings - FINALLY :)

= Version 0.4.0
* Changed the order of the hooks, now runs in the following order:
	- Exit on previous state
	- Enter on new state
	- Save to persistence

= Version 0.3.0
* Added a non bang method for events (Check README)
* Added tests to persistence layers (About time!)
* Changed the way the persistence layers save to model
* Protected state column is now supported!

= Version 0.2.3
* Silence depreciation warnings (Fixing irritating issue)

= Version 0.2.2
* Previous state can be accessed with `_previous_state` instance method after transitioning states

= Version 0.2.1
* Reverted the writes back to update_attributes

= Version 0.2
* Added a transition to any event, please look at the tests to understand how it works - Thanks to nu7hatch for the patch!
* Changed the persistence layers to use write_attribute, instead of update_attribute - Thanks to achirkunov

= Version 0.1.2
* Fixed Mongoid support - Thanks bmartin for pointing that out

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
multiflow-1.0.0 CHANGELOG.rdoc