Skip to content

Releases: kavinphan/arq

v0.3.1

29 Sep 06:43
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Refactor ModuleHash to ActionModuleHash.
  • De-dupe action/module handling from Action into ActionModuleHash.

v0.3.0

29 Sep 00:42
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Remove support for running lists of actions and anonymous actions.
  • Add Active Support gem
  • Refactor Runnable into Action
  • Remove Runnable
  • Support calling other actions via snake-cased paths with dot-accessors.

v0.2.1

09 Sep 00:21
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Default Action#call param to new context
  • Default failure message parameter to nil
  • Fix context and instance variable syncing before and after actions

v0.2.0

06 Sep 04:40
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Refactor FailureError to extend Exception
    • Changed to avoid failures being rescued
  • (Internal) refactored all library requires to be relative

v0.1.3

05 Sep 04:48
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Correct changelog URI in metadata