Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 696 Bytes

CHANGES.md

File metadata and controls

21 lines (17 loc) · 696 Bytes

v1.3

  • Bug fix in WrapperCallable (loopover) for lists and arrays

v1.2

  • Made executor and loopComposer (in DefaultMultiTask) protected for subclasses to use
  • Added another constructor to WrapperCallable for more flexibility
  • Updated WrapperCallable to make it more inheritance friendly

v1.1

  • Fix to support arrays while evaluating DefaultExpression
  • Fixed Copyright Comment Style
  • Added shutdown() to dispatcher
  • Ability to use functions in DefaultExpression
  • Support to dispatch task per value of a multivalued parameter - via DefaultMultiTask

v1.0.1

  • Updated README to include glossary and an example
  • Added code example to support README

v1.0

  • First Release