All Versions
60
Latest Version
Avg Release Cycle
43 days
Latest Release
682 days ago

Changelog History
Page 3

  • v4.1.2 Changes

    August 17, 2019

    ๐Ÿš€ This is a patch bump before we properly update statesman to drop support for older Rails/Ruby versions in the upcoming 5.0.0 release.

  • v4.1.1 Changes

    July 06, 2019
    • ๐Ÿ›  Fix statesman index detection for indexes that start t-z @hmarr
    • ๐Ÿ“‡ Correct access of metadata via state_machine @glenpike
  • v4.1.0 Changes

    April 10, 2019
  • v4.0.0 Changes

    February 22, 2019
  • v3.5.0 Changes

    November 02, 2018
    • Expose most_recent_transition_join - ActiveRecords or requires that both sides of the query match up. Exposing this methods makes things easier if one side of the or uses in_state or not_in_state. (patch by @adambutler)
    • ๐Ÿ‘ท Various Readme and CI related changes.
  • v3.4.1 Changes

    February 14, 2018
    • โšก๏ธ When unsetting the most_recent flag during a transition, don't assume that transitions have an updated_at attribute, but rather allow the "updated timestamp column" to be re-configured or disabled entirely (patch by @timrogers)
  • v3.4.0 Changes

    February 12, 2018
    • โšก๏ธ When unsetting the most_recent flag during a transition, don't assume that transitions have an updated_at attribute, but rather allow the "updated timestamp column" to be re-configured or disabled entirely (patch by @timrogers)
  • v3.3.0 Changes

    January 05, 2018
    • Touch updated_at on transitions when unsetting most_recent flag (patch by @NGMarmaduke)
    • ๐Ÿ›  Fix force_reload for ActiveRecord models with loaded transitions (patch by @jacobpgn)
  • v3.2.0 Changes

    November 28, 2017
    • ๐Ÿ‘ Allow specifying metadata with Machine#allowed_transitions
      (patch by @vvondra)
  • v3.1.0 Changes

    September 01, 2017
    • โž• Add support for Rails 5.0.x and 5.1.x (patch by @kenchan0130 and @timrogers)
    • โœ… Run tests in CircleCI instead of TravisCI (patch by @timrogers)
    • โšก๏ธ Update Rubocop and fix offences (patch by @timrogers)