Skip to content

v0.1.4

Compare
Choose a tag to compare
@taylorthurlow taylorthurlow released this 24 Sep 21:51
· 72 commits to master since this release
0d20b56

Changed

  • Removed the public accessor for context now that the entire interface for an interaktor's context should consist of explicitly defined attributes. This is a breaking change as it is no longer backwards-compatible with Interactor. No major version bump because this is definitely not 1.0 yet, and I can't imagine anyone is using this at this point.
  • Relaxed zeitwerk dependency version from ~> 2.3.1 to ~> 2.0

Added

  • Added #success! method for early-exit functionality, and their accompanying success attribute DSL method