4.7 KiB
4.7 KiB
rrdom-nodejs
2.0.0-alpha.13
Patch Changes
- Updated dependencies [
123a81e,123a81e,f7c6973]:- rrdom@2.0.0-alpha.13
- rrweb-snapshot@2.0.0-alpha.13
2.0.0-alpha.12
Patch Changes
- Updated dependencies [
58c9104,a2be77b,a7c33f2,8aea5b0,314a8dd,e607e83,7c0dc9d,07ac5c9]:- rrweb-snapshot@2.0.0-alpha.12
- rrdom@2.0.0-alpha.12
2.0.0-alpha.11
Patch Changes
- Updated dependencies [
11f6567,efdc167,efdc167]:- rrweb-snapshot@2.0.0-alpha.11
- rrdom@2.0.0-alpha.11
2.0.0-alpha.10
Patch Changes
- Updated dependencies [
c6600e7]:- rrweb-snapshot@2.0.0-alpha.10
- rrdom@2.0.0-alpha.10
2.0.0-alpha.9
Patch Changes
2.0.0-alpha.8
Patch Changes
2.0.0-alpha.7
Patch Changes
2.0.0-alpha.6
Patch Changes
- Updated dependencies [
c28ef5f,f6f07e9,eac9b18,f27e545,8e47ca1]:- rrweb-snapshot@2.0.0-alpha.6
- rrdom@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)