1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00
Commit Graph

75 Commits

Author SHA1 Message Date
J. Ryan Stinnett
1bae15ede9 Recommend using the latest Node LTS version 2019-03-13 10:50:58 +00:00
J. Ryan Stinnett
2144791d52 Update scripts and docs to use yarn where appropriate
Most `npm` operations are replaced with `yarn`, which generally has better
behavior. However, steps like publish that write to the NPM registry are left to
`npm`, which currently handles these tasks best.
2019-03-08 15:45:57 +00:00
David Baker
4b9c6e6bd2 Merge remote-tracking branch 'origin/develop' into dbkr/wasm 2018-10-24 19:15:04 +01:00
David Baker
84b91d4575 Update to Olm 3 2018-10-24 16:58:48 +01:00
Ben Parsons
fbca7951fc improvements suggested by Bruno 2018-10-01 14:29:24 +01:00
Ben Parsons
d28f829b1c add new examples, to be expanded into a post 2018-09-20 13:12:50 +01:00
Richard van der Hoff
d1e91cd702 Add MatrixClient.initCrypto
initialising the crypto layer needs to become asynchronous. Rather than making
`sdk.createClient` asynchronous, which would break every single app in the
world, add `initCrypto`, which will only break those attempting to do e2e (and
in a way which will fall back to only supporting unencrypted events).
2017-07-18 23:35:33 +01:00
Richard van der Hoff
3f70f532b7 Update README.md
lack of olm is a warning, not an exception
2017-06-05 09:24:59 +01:00
arxcode
caf73f387f Update README: Clarify how to install libolm 2017-06-04 23:24:11 +02:00
Richard van der Hoff
41864d46c3 Load Olm from the global rather than requiring it.
This means that we can avoid confusing everybody in the world about how to
webpack js-sdk apps.
2017-06-01 13:09:48 +01:00
Kegan Dougal
8c52870e07 Dummy commit 2017-01-13 12:03:44 +00:00
David Baker
66c4c8882f Right repo 2016-11-01 15:37:39 +00:00
David Baker
fff354669c Update README to point to where releases now live 2016-11-01 14:53:26 +00:00
Richard van der Hoff
4503c320e5 README: callbacks deprecated
We are no longer adding callback arguments as a matter of course.
2016-09-07 11:39:29 +01:00
Kegan Dougal
19721c3f53 Bump to 0.2.2 and update CHANGELOG 2015-10-13 10:31:00 +01:00
Kegan Dougal
0988332850 Minor cleanup 2015-10-13 10:05:29 +01:00
Kegan Dougal
f665748fe5 Add 0.2.1 browser-dist. 2015-09-11 10:59:44 +01:00
Kegan Dougal
bfefa380ae Update README; v0.2.0 release commit. 2015-07-28 13:17:05 +01:00
Kegsay
319595407c Tweak example to mention startClient() 2015-06-30 13:46:27 +01:00
Kegan Dougal
b3ef0b90ac Update README 2015-06-23 15:44:24 +01:00
Kegsay
402a648a92 Update list of what the SDK does 2015-06-19 17:15:36 +01:00
Kegan Dougal
d151ac49f2 Mark events which fail to send. 2015-06-18 09:32:04 +01:00
Kegan Dougal
d74a71cc2d linting and update README. 2015-06-17 17:47:57 +01:00
Kegsay
ae9e68d9b2 Add a "what this sdk does" section 2015-06-12 17:12:53 +01:00
Kegsay
9dfb5b72b8 NPM hates RST. Convert README to Markdown. 2015-06-12 16:52:02 +01:00