Skip to content

Releases: share/sharedb

v3.2.2

07 Feb 18:06
Compare
Choose a tag to compare
  • #588 — Decrease event emitter max listener count sensitivity for presence

v3.2.1

25 Oct 16:34
Compare
Choose a tag to compare
  • #579 — Allow getting Presence while it's being destroyed
  • #580 — Allow getting a Doc while it's being destroyed

v3.2.0

27 Sep 16:59
Compare
Choose a tag to compare
  • #576 — Add ping/pong support

v3.1.0

09 Aug 17:24
Compare
Choose a tag to compare

What's Changed

  • Refactor action code strings into an enum-like object by @ericyhwang in #570

Internal and Documentation Changes

Full Changelog: v3.0.0...v3.1.0

v3.0.0

03 May 16:09
Compare
Choose a tag to compare
  • BREAKING: Drop Node.js 12 support

v2.2.5

27 Jan 10:16
Compare
Choose a tag to compare
  • #540 — fix op transformation when submitting in before op hook (@happy15)

v2.2.4

25 Jan 17:40
Compare
Choose a tag to compare

v2.2.3

18 Jan 17:49
Compare
Choose a tag to compare
  • #534 — fix legacy json0 op shim

v2.2.2

05 Jan 18:20
Compare
Choose a tag to compare
  • #528 — Fix Presence edge case

v2.2.1

30 Nov 19:06
Compare
Choose a tag to compare
  • #525 - Only display "sendPresence" error deprecation if presence is enabled (@ericyhwang)
    • [email protected] added a deprecation message for sending "sendPresence" middleware errors to clients, but it displayed the message even when presence was not enabled.
    • This change reduces warning spam by only showing the deprecation warning when relevant.