Version 3.2.0
Introducing createRoutineCreator
that can be used to create your own routines.
createRoutine
and other custom routine creators are now exposes STAGES
attribute with list of all routine stages. Routine by itself has 2 new params: routine._PREFIX
and routine._STAGES
that may be useful in some cases.
Thanks @shapkarin for the help with this updates