Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • feat: introduce error response parsing #93
  • doc: start tracking a changelog #91

Changed

  • refactor: rename Client -> API #89
  • the Client module no longer wraps the Request module but is to be used in conjunction with the latter.
  • new endpoints added (including but not limited to: content uploading/downloading, room aliases and read markers).
  • added the examples directory.

First version of the Client-Server API wrapper.