Closed kpdecker closed 10 years ago
A whole slew of macro and micro optimizations. These are generally non breaking but there are a few changes that may break some workflows.
helper:$name
helper
_.uniqueId
_resetIdCounter
context
Released in 3.0.0-beta.4
A whole slew of macro and micro optimizations. These are generally non breaking but there are a few changes that may break some workflows.
helper:$name
event has been removed. Users should bind to thehelper
event and check the name parameter that they wish to examine._.uniqueId
no longer uses global variables for tracking state. Instead callers must call_resetIdCounter
when wishing to modify that behavior.context
no longer clones the model attributes so callers need to take care to not modify the returned value.