This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5508,8 +5508,9 @@ See https://github.com/angular/angular.js/issues/10236 for an example.
5508
5508
5509
5509
- **angular.toJson:** due to [c054288c](https://github.com/angular/angular.js/commit/c054288c9722875e3595e6e6162193e0fb67a251),
5510
5510
5511
- If you expected `toJson` to strip these types of properties before,
5512
- you will have to manually do this yourself now.
5511
+ `toJson()` will no longer strip properties starting with a single `$`. If you relied on
5512
+ `toJson()`'s stripping these types of properties before, you will have to do it manually now.
5513
+ It will still strip properties starting with `$$` though.
5513
5514
5514
5515
5515
5516
Original file line number Diff line number Diff line change @@ -496,10 +496,9 @@ This change also makes our forEach behave more like Array#forEach.
496
496
497
497
498
498
- **angular.toJson:** due to [c054288c](https://github.com/angular/angular.js/commit/c054288c9722875e3595e6e6162193e0fb67a251),
499
-
500
- If you expected `toJson` to strip these types of properties before, you will have to
501
- manually do this yourself now.
502
-
499
+ `toJson()` will no longer strip properties starting with a single `$`. If you relied on
500
+ `toJson()`'s stripping these types of properties before, you will have to do it manually now.
501
+ It will still strip properties starting with `$$` though.
503
502
504
503
505
504
You can’t perform that action at this time.
0 commit comments