Releases: jellyfin-archive/jellyfin-apiclient-javascript
Releases · jellyfin-archive/jellyfin-apiclient-javascript
v1.4.0
Breaking changes
- Rework the SyncPlay API client to make more sense (#57)
v1.3.1
- Fixes an issue with the SyncPlay endpoint being changed to GET instead of POST (#56)
v1.3.0
- Remove
session_id
from SyncPlay API endpoint (#54)
- Try to connect on both HTTP and HTTPS (#53)
v1.2.1
- Fixed user creation (c4cac41)
- Fix issues with errors thrown during authentication (#49)
v1.1.2
- Remove updateClass parameter from plugin installation method
- Fix an issue with user creation
v1.1.1
- Removed unused files from the built NPM package
- Updated the build dependencies
v1.1.0
- Made the API client compatible with the jellyfin-web repository
- Backported changes from jellyfin-web