2.7 KiB
2.7 KiB
rrdom
2.0.0-alpha.8
Patch Changes
2.0.0-alpha.7
Patch Changes
2.0.0-alpha.6
Patch Changes
-
#1139
f27e545Thanks @YunFeng0817! - Fix: If RRNode appends a single child twice, children of the node will become an infinite link list. -
Updated dependencies [
c28ef5f,f6f07e9,eac9b18,8e47ca1]:- rrweb-snapshot@2.0.0-alpha.6
2.0.0-alpha.5
Major Changes
-
#1127
3cc4323Thanks @YunFeng0817! - Refactor: Improve performance by 80% in a super large benchmark case.- Refactor: change the data structure of childNodes from array to linked list
- Improve the performance of the "contains" function. New algorithm will reduce the complexity from O(n) to O(logn)
Patch Changes
-
#1126
227d43aThanks @YunFeng0817! - Refactor all suffix of bundled scripts with commonjs module from 'js' to cjs #1087. -
#1126
227d43aThanks @YunFeng0817! - Fix: improve rrdom robustness #1091. -
Updated dependencies [
1385f7a,227d43a]:- rrweb-snapshot@2.0.0-alpha.5