v1.4.1
Improvements
-
to_timeout/1rewrites to use the next largest unit in some simple instances# before to_timeout(second: 60 * m) to_timeout(day: 7) # after to_timeout(minute: m) to_timeout(week: 1)
Fixes
- fixed styler raising when encountering invalid function definition ast