Skip to content

Commit

Permalink
Housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Feb 12, 2022
1 parent 3ecc499 commit a85f964
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 135 deletions.
13 changes: 12 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 2.1.1 (2020-01-10)
## 3.0.1 (2022-02-12)
* Housekeeping update.

## 3.0.0 (2022-02-12)
* New feature: Websockets API endpoint support.
* New feature: Websockets livestreaming API support.
* Breaking change: Make `protectLogging` camel case to `ProtectLogging` for consistency.
* Breaking change: Rename `eventsListener` to `eventsWs` for consistency.
* Improvements: Don't arbitrarily close the connection to the realtime updates API - only reconnect if we lose the connection somehow.
* Improvements: Further encapsulate the library to avoid spurious access of properties that shouldn't be modified by consumers of the library.

## 2.1.1 (2022-01-10)
* Housekeeping.

## 2.1.0 (2022-01-09)
Expand Down
Loading

0 comments on commit a85f964

Please sign in to comment.