Statesman v1.1.0 Release Notes

Release Date: 2014-12-09 // over 9 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ‘Œ Support for Rails 4.2.0.rc2:
      • Remove use of serialized_attributes when using 4.2+. (patch by @greysteil)
      • Use reflect_on_association rather than directly using the reflections hash. (patch by @timrogers)
    • Fix ActiveRecordQueries.in_state when Model.initial_state is defined as a symbol. (patch by @isaacseymour)

    ๐Ÿ”„ Changes

    • ๐Ÿ“‡ Transition metadata now defaults to {} rather than nil. (patch by @greysteil)