File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # NOTICE: Pending Breaking Change
2
+
3
+ The next 1.3.0 release candidate (1.3.0-rc.2) will contain a perf-related change that is likely to
4
+ introduce breakages in some applications. The change will affect filters and function call
5
+ expressions, and will not call the function if the variables passed to the function are primitive
6
+ values and have not changed since the last digest loop.
7
+
8
+ Example:
9
+
10
+ ``` html
11
+ //date filter would only be called if the 'timeCreated' property has changed
12
+ <span ng-bind =" timeCreated|date" ></span >
13
+
14
+ //custom filter would break if depends on data changed by user other than 'cost'
15
+ <span ng-bind =" cost|i18nLocalizer" >
16
+ ```
17
+
18
+
1
19
<a name =" 1.3.0-rc.1 " ></a >
2
20
# 1.3.0-rc.1 backyard-atomicity (2014-09-09)
3
21
You can’t perform that action at this time.
0 commit comments