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
Thanks to @mjclemente on the CFML Slack for causing me to observe that a property with a default most likely does not represent a dependency (since dependencies don't have defaults).
Accordingly, I'm going to addomitDefaultedProperties but default it to true in 4.0 (a potentially breaking change). I'm also going to change the default for omitTypedProperties to true for the same reason and for consistency. Also a potentially breaking change (for folks who do not currently use that setting).
The text was updated successfully, but these errors were encountered:
Thanks to @mjclemente on the CFML Slack for causing me to observe that a
property
with adefault
most likely does not represent a dependency (since dependencies don't have defaults).Accordingly, I'm going to add
omitDefaultedProperties
but default it totrue
in 4.0 (a potentially breaking change). I'm also going to change the default foromitTypedProperties
totrue
for the same reason and for consistency. Also a potentially breaking change (for folks who do not currently use that setting).The text was updated successfully, but these errors were encountered: