You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
- Fix reconnection by destroying the connection only when properly closed (and add a test for this)
9
+
- Guard an error from showing when `showErrors` is false; relatedly use an 'out' object for error and debug messages to be less repetitive with guarding based on config values
10
+
- Latest changelog version links now point to the right repository
11
+
- Docs: fix formatting of a RFC2812 link
12
+
- Remove unused jscs devDependency
13
+
14
+
**Misc:**
15
+
16
+
- Make the 'non-latest' message (hopefully) less confusing, only show in debug mode
17
+
- Update tape to ^4.7.0
18
+
- Update eslint to ^4.2.0
19
+
- Docs: clarify example message is an example
20
+
- Docs: be consistent with phrasing around boolean config values
0 commit comments