Skip to content

v4.1.0

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 26 Sep 04:40
  • New --bail flag who'll exit the generator as soon as a conflict occurs.
  • New generator#queueMethod() allows generator to programmatically schedule tasks on the queue. This can be useful for parents generator who're inherited by children generators to schedule some default tasks automatically. (not a very common use, but might be useful in some edge cases)