We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec900a commit d396f42Copy full SHA for d396f42
1 file changed
CHANGELOG.md
@@ -1,3 +1,21 @@
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
19
<a name="1.3.0-rc.1"></a>
20
# 1.3.0-rc.1 backyard-atomicity (2014-09-09)
21
0 commit comments