Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 428 Bytes

CHANGELOG.md

File metadata and controls

19 lines (9 loc) · 428 Bytes

Operate Changelog

[0.2.0] - February 23, 2019

  • expose a value within a handler block to the caller

0.1.1 - October 27, 2017

  • dependency on ActiveSupport::Concern removed
  • ActiveRecord no longer required: if ActiveRecord is not available, Operate::Command#transaction(&block) is disabled

0.1.0 - September 27, 2017

  • Initial release