You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2026-01-03 23:22:30 +03:00
Bump to 0.2.2 and update CHANGELOG
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -1,3 +1,24 @@
|
||||
Changes in 0.2.2
|
||||
================
|
||||
|
||||
Bug fixes:
|
||||
* Null pointer fixes for VoIP calling and push notification processing.
|
||||
* Set the `Content-Type` to `application/octet-stream` in the event that the
|
||||
file object has no `type`.
|
||||
|
||||
New methods:
|
||||
* Added `MatrixClient.getCasServer()` which calls through to the HTTP endpoint
|
||||
`/login/cas`.
|
||||
* Added `MatrixClient.loginWithCas(ticket, service)` which logs in with the
|
||||
type `m.login.cas`.
|
||||
* Added `MatrixClient.getHomeserverUrl()` which returns the URL passed in the
|
||||
constructor.
|
||||
* Added `MatrixClient.getIdentityServerUrl()` which returns the URL passed in
|
||||
the constructor.
|
||||
* Added `getLastModifiedTime()` to `RoomMember`, `RoomState` and `User` objects.
|
||||
This makes it easier to see if the object in question has changed, which can
|
||||
be used to improve performance by only rendering when these objects change.
|
||||
|
||||
Changes in 0.2.1
|
||||
================
|
||||
|
||||
|
||||
@@ -227,8 +227,7 @@ host the API reference from the source files like this:
|
||||
$ python -m SimpleHTTPServer 8005
|
||||
```
|
||||
|
||||
Then visit ``http://localhost:8005`` to see the API docs. By
|
||||
default, ``jsdoc`` produces HTML in the ``out`` folder.
|
||||
Then visit ``http://localhost:8005`` to see the API docs.
|
||||
|
||||
Contributing
|
||||
============
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "matrix-js-sdk",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Matrix Client-Server SDK for Javascript",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user