Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1011 Bytes

File metadata and controls

46 lines (26 loc) · 1011 Bytes

2.2.6

  • Fixed bug related to handling an async call method on Interactor

2.2.5

  • Addition of interactorConditional and interactorResultWrapper

2.2.4

  • Resolve can optionally take a partial of the context to merge with the context
  • Fixed issue with thrown exceptions in interactWrapper interactors not properly rejecting

2.2.3

  • Handle exceptions throw from the wrap/unwrap functions with interactionWrapper

2.2.2

  • Added interactionWrapper to allow calling interactors across context boundries
  • Removed dist folder from git
  • Added a generic constructor descriptor for Interactor

2.2.1

  • Cleaned out old Organizer code and made the organizers method abstract

2.2.0

  • Added context type to the static exec on Interactor

2.1.0

  • Support for generics on Interactor and Organizer

2.0.0

Breaking Changes

  • before/after/rollback must always return a promise
  • States for Interactor are now an enum exported

Features

  • rewriten in TypeScript
  • moved from eslint to tslint