You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 3 brings a lot of changes, including breaking ones. Either a readme or a wiki page should include a complete changelog. Furthermore, make sure that each new feature is properly documented in the readme.
Version 3 brings a lot of changes, including breaking ones. Either a readme or a wiki page should include a complete changelog. Furthermore, make sure that each new feature is properly documented in the readme.
BREAKING DESIGN CHANGES:
undefined
.)random
from standard functions to promote reliability #47BREAKING BUG FIXES:
not in
has weird precedence #42 (Changednot in
to have the same precedence asin
.)DEPRECATIONS:
if..then..else
#34 (Ternary? :
operator deprecated in favor ofif then else
.)%
tomod
#48 (%
deprecated in favor ofmod
.)NEW FEATURES:
customProp
now has additional argumenttype: 'unescaped' | 'single-quoted'
The text was updated successfully, but these errors were encountered: