This commit aimed to simplify the syntax for generate methods with animation or without animation. Now when running the sourcery script against a template with such syntax, the output on the default method argument will be either 1 or 0 instead of true or false.
This commit aimed to simplify the syntax for generate methods with animation or without animation. Now when running the sourcery script against a template with such syntax, the output on the default method argument will be either
1
or0
instead oftrue
orfalse
.Reverting this commit will fix the issue