Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Releases: infinitered/reactotron-core-server

v3.0.5

30 Jan 19:40
a971fe1
Compare
Choose a tag to compare

3.0.5 (2023-01-30)

Bug Fixes

  • package.json: update format and lint cmds (#711) (a971fe1)

v3.0.4

30 Jan 19:18
30f8b5f
Compare
Choose a tag to compare

3.0.4 (2023-01-30)

Bug Fixes

  • reactotron-core-server.ts: Removed log when disconnected (#709) (30f8b5f)

v3.0.3

12 Sep 02:49
Compare
Choose a tag to compare

3.0.3 (2019-09-12)

Bug Fixes

  • Add connectionEstablished type to the events list (156b430)

v3.0.2

12 Jul 03:04
Compare
Choose a tag to compare

3.0.2 (2019-07-12)

Bug Fixes

  • deps: update dependency ws to v7.1.0 (#83) (79257d5)

v3.0.1

11 May 17:37
Compare
Choose a tag to compare

3.0.1 (2019-05-11)

Bug Fixes

  • deps: update dependency ws to v7 (#43) (c27ffc3)

v3.0.0

26 Feb 18:51
e7a8713
Compare
Choose a tag to compare

3.0.0 (2019-02-26)

Features

BREAKING CHANGES

  • This likely isn't a breaking change but enough is changing in the process I want to break it out into its own major version

v3.0.0-beta.1

25 Feb 00:51
e7a8713
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2019-02-25)

Features

BREAKING CHANGES

  • This likely isn't a breaking change but enough is changing in the process I want to break it out into its own major version

v2.2.1

14 Feb 02:56
a08f1ff
Compare
Choose a tag to compare

2.2.1 (2019-02-14)

Bug Fixes

  • websocket: Implemented a keep alive for the socket connections since they were dropping after 2 minutes of inactivity. (a08f1ff)

v2.2.0

13 Dec 01:03
Compare
Choose a tag to compare

2.2.0 (2018-12-13)

Features

  • websocket: Adding ability to configure WebSocket to allow for secure connections (6c3652a)

v2.1.4

10 Dec 12:31
Compare
Choose a tag to compare

2.1.4 (2018-12-10)

Bug Fixes

  • subscriptions: Allows you to subscribe to * and see the entire store (02501fe)