ITADN
share/sharedb

版本发布 8

v5.2.2
? · 2025-05-20

- https://github.com/share/sharedb/pull/695 — Fix `hasOwn()` for browsers missing this function (@welkinwong )

v5.2.1
? · 2025-03-11

- https://github.com/share/sharedb/pull/693 — Hard rollback error for Presence (@dawidreedsy)

v5.2.0
? · 2025-03-05

- https://github.com/share/sharedb/pull/691 — Remove redundant `type` unset (@dawidreedsy) - https://github.com/share/sharedb/pull/692 — Allow detection of op submission during a hard rollback (@dawidreedsy)

v5.1.1
? · 2024-10-24

- https://github.com/share/sharedb/pull/686 — Fix `closed` check when handling `querySubscribe()` (@alecgibson)

v5.1.0
? · 2024-10-15

- https://github.com/share/sharedb/pull/682 — Optionally skip committing no-ops to the database with `new Backend({doNotCommitNoOps: true})` (@alecgibson)

v5.0.4
? · 2024-08-27

- https://github.com/share/sharedb/pull/679 — Presence broadcast performance improvement (@alecgibson)

v5.0.3
? · 2024-07-30

- https://github.com/share/sharedb/pull/671 — Fix inflight/pending callback execution order (@benjismith)

v5.0.2
? · 2024-06-12

- https://github.com/share/sharedb/pull/660 — Fix error handling in `_fetchCreateOpVersion()` (@alecgibson) - https://github.com/share/sharedb/pull/662 https://github.com/share/sharedb/pull/663 https://github.com/share/sharedb/pull/664 - Various test stability fixes