Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
734 bytes
|
Line | |
---|
1 | ## Unreleased
|
---|
2 | - Fixes stringify to only take ancestors into account when checking
|
---|
3 | circularity.
|
---|
4 | It previously assumed every visited object was circular which led to [false
|
---|
5 | positives][issue9].
|
---|
6 | Uses the tiny serializer I wrote for [Must.js][must] a year and a half ago.
|
---|
7 | - Fixes calling the `replacer` function in the proper context (`thisArg`).
|
---|
8 | - Fixes calling the `cycleReplacer` function in the proper context (`thisArg`).
|
---|
9 | - Speeds serializing by a factor of
|
---|
10 | Big-O(h-my-god-it-linearly-searched-every-object) it had ever seen. Searching
|
---|
11 | only the ancestors for a circular references speeds up things considerably.
|
---|
12 |
|
---|
13 | [must]: https://github.com/moll/js-must
|
---|
14 | [issue9]: https://github.com/isaacs/json-stringify-safe/issues/9
|
---|
Note:
See
TracBrowser
for help on using the repository browser.