Skip to content

Version 3.2.0

Compare
Choose a tag to compare
@afitiskin afitiskin released this 12 Jul 13:28
· 6 commits to master since this release

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