Dharshan
7c2a12085c
Fix small typo in README.md in root dir ( #3788 )
2023-10-10 08:37:04 +00:00
Michael Telatynski
68317ac836
Remove browserify builds ( #3759 )
2023-10-03 10:23:11 +01:00
Travis Ralston
8c16d69f3c
Set minimum supported Matrix 1.1 version (drop legacy r0 versions) ( #3007 )
...
Co-authored-by: Germain <germains@element.io >
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-08-14 09:25:15 +01:00
Michael Telatynski
ff29de743c
Update README.md
2023-06-27 12:38:58 +01:00
sigmaSd
feb424b0a9
mention deno support in the README ( #3417 )
...
* mention deno support in the README
It seems to work fine, and I have a demo bot with it https://github.com/sigmaSd/deno-matrix-bot
* Update README.md
2023-06-01 07:52:55 +00:00
Michael Telatynski
3ce582d004
Fix dated example ( #3049 )
2023-01-11 13:08:30 +00:00
Michael Weimann
349c2c2587
Apply prettier formatting
2022-12-09 09:38:20 +01:00
Germain
a071a82a03
Update test runner instructions ( #2948 )
2022-12-07 11:18:32 +00:00
Travis Ralston
ad16b26247
Define a spec support policy for the js-sdk ( #2882 )
...
* Define a spec support policy for the js-sdk
* Update timeline per team discussion
2022-11-25 09:07:09 -07:00
Richard van der Hoff
67f343d6f0
Switch to typedoc for documentation ( #2869 )
...
This seems to give *much* better results than jsdoc, and means that we can
start to get rid of all the duplicated type information.
2022-11-11 11:38:04 +00:00
Richard van der Hoff
d548b04d06
README.md: fix jsdoc viewer incantation
...
SimpleHTTPServer was python 2.
2022-10-19 10:19:23 +01:00
Michael Telatynski
34c5598a3f
Modernize http-api - move from browser-request to fetch ( #2719 )
2022-10-12 18:59:04 +01:00
Michael Telatynski
9b633251d5
Add README badges ( #2335 )
2022-05-03 14:52:44 -06:00
Michael Telatynski
45f1991d4e
Correctly specify minimum Node version ( #2324 )
2022-04-29 11:02:05 +01:00
David Baker
1bb82108b7
fix example in readme ( #2315 )
...
Co-authored-by: Matthew Hodgson <matthew@matrix.org >
2022-04-22 12:04:31 +01:00
Rüdiger Herrmann
33a824b980
Fix typo in main readme
...
Signed-off-by: Rüdiger Herrmann <ruediger.herrmann@gmx.de >
2021-02-08 17:41:48 +01:00
Carlos
857ad9b180
Fixed Yarn broken link
...
Yarn install guide link was broken, so I just fixed.
2020-09-15 17:08:36 +02:00
Brett Zamir
2e30b08e74
Update on Promises
...
It seems that with ES6 Promises being apparently used, the reference to `done()` is outdated.
Also clarifies that it is "problematic" to discard the results of promises rather than it being an "error" .
2020-08-09 17:39:53 +08:00
Travis Ralston
89173be055
Update README to describe build targets better
2019-12-19 13:42:47 -07:00
Travis Ralston
dcd6626fe6
Fix readme for new lack of minification
2019-12-12 10:26:44 -07:00
Travis Ralston
4bdabbfbe9
[BREAKING] Refactor the entire build process
...
For https://github.com/vector-im/riot-web/issues/8880
Features:
* Export modern JS
* Export typings
* Export source maps that actually mean something
* No longer supporting minified builds
This is a step towards being a boring SDK and not anticipating an install location.
This commit requires a major version bump of the SDK.
2019-12-10 13:25:07 -07:00
Michael Telatynski
4a47867e49
Down to two test failures
2019-12-04 19:17:58 +00:00
David Baker
8c6d9586bf
Update docs to reflect minimum olm version
2019-10-09 15:41:34 +01:00
Travis Ralston
0121bdbb75
welcome back, Olm
2019-06-14 08:23:27 -06:00
Travis Ralston
b199f133b3
fixup readme
2019-05-27 10:41:04 -06:00
Travis Ralston
3b09ab3ca1
Use new Olm repo link in README
2019-04-17 23:50:51 -06:00
Travis Ralston
33d2837ec3
Use packages.matrix.org for Olm
...
See https://github.com/vector-im/riot-web/issues/9497
2019-04-15 21:23:18 -06:00
J. Ryan Stinnett
48f290196c
Rename MatrixInMemoryStore to MemoryStore
...
None of the other store classes use the `Matrix` prefix, and I find the mismatch
confusing (it leads me to think it might have a different purpose than the
others).
This change removes the prefix from the store for consistency. The old name is
left as an export for existing SDK consumers.
2019-03-19 14:24:47 +00:00
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