Files
rrweb/packages/rrdom-nodejs/CHANGELOG.md
github-actions[bot] a736f72e0f Version Packages (alpha) (#1436)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-01 12:00:00 +08:00

4.7 KiB

rrdom-nodejs

2.0.0-alpha.13

Patch Changes

2.0.0-alpha.12

Patch Changes

2.0.0-alpha.11

Patch Changes

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

  • Updated dependencies [b798f2d, d7c72bf]:
    • rrdom@2.0.0-alpha.9
    • rrweb-snapshot@2.0.0-alpha.9

2.0.0-alpha.8

Patch Changes

  • Updated dependencies [bc84246, d0fdc0f]:
    • rrweb-snapshot@2.0.0-alpha.8
    • rrdom@2.0.0-alpha.8

2.0.0-alpha.7

Patch Changes

  • Updated dependencies [d2582e9, e7f0c80]:
    • rrweb-snapshot@2.0.0-alpha.7
    • rrdom@2.0.0-alpha.7

2.0.0-alpha.6

Patch Changes

2.0.0-alpha.5

Major Changes

  • #1127 3cc4323 Thanks @YunFeng0817! - Refactor: Improve performance by 80% in a super large benchmark case.

    1. Refactor: change the data structure of childNodes from array to linked list
    2. Improve the performance of the "contains" function. New algorithm will reduce the complexity from O(n) to O(logn)

Patch Changes