Viraj Trivedi
|
ff0b15a9ce
|
Merge pull request #49 from inf3cti0n95/patch-1
feat: Removed option to pass webSocket to constructor.
|
6 years ago |
Viraj Trivedi
|
3ca05bd590
|
feat: Removed option to pass webSocket to constructor.
Only url or websocket config can be passed to the constructor.
|
6 years ago |
Viraj Trivedi
|
b814acc3ef
|
Merge branch 'master' of https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS
|
6 years ago |
Viraj Trivedi
|
5e30c93c15
|
release: Bump Version
|
6 years ago |
Viraj Trivedi
|
a1be03d754
|
Merge pull request #48 from inf3cti0n95/semantic-release
fix(releaserc): Fixed typo in the releaserc
|
6 years ago |
Viraj Trivedi
|
e3d102ecb3
|
chore: Resolved Conflicts and merged changes
|
6 years ago |
Viraj Trivedi
|
aaf5334870
|
fix(releaserc): Fixed typo in the releaserc
|
6 years ago |
Viraj Trivedi
|
ec3a03c4ab
|
Merge pull request #47 from inf3cti0n95/revert-46-semantic-release
Revert "Semantic release"
|
6 years ago |
Viraj Trivedi
|
0610a677fd
|
Revert "Semantic release"
|
6 years ago |
Viraj Trivedi
|
0d700fcc1c
|
Merge pull request #46 from inf3cti0n95/semantic-release
Semantic release
|
6 years ago |
Viraj Trivedi
|
9f2e484491
|
release: Bump Version
|
6 years ago |
Viraj Trivedi
|
e2e8eac727
|
feat: Added release rule for major release
|
6 years ago |
Viraj Trivedi
|
53254dfcce
|
BREAKING CHANGE: Updated to RxJS 6, Bump Package Version
|
6 years ago |
Viraj Trivedi
|
7011467eb0
|
Merge pull request #43 from inf3cti0n95/rxjs-6
feat: Updated the current code to RxJS 6.
|
6 years ago |
Viraj Trivedi
|
d6871d5205
|
Merge pull request #45 from inf3cti0n95/keep-alive-observable
Keep alive observable
|
7 years ago |
Viraj Trivedi
|
3783ad0cc8
|
docs: Updated the method keepAlive in docs.
#44
|
7 years ago |
Viraj Trivedi
|
4eb0ce4546
|
feat: keepAlive() method returns an Observable.
keepAlive() method returns an Observable to subscribe to send ping - pong messages to server.
#44
|
7 years ago |
Viraj Trivedi
|
7cd295bc63
|
feat: Updated the current code to RxJS 6.
#32
|
7 years ago |
Viraj Trivedi
|
ee404317b6
|
Merge pull request #41 from inf3cti0n95/add-linter
Add linter
|
7 years ago |
Viraj Trivedi
|
3b27a49de5
|
refactor: Linted existing code.
#35
|
7 years ago |
Viraj Trivedi
|
4864443661
|
style: Added ESlint and prettier for linters.
Added ESlint and prettier with airbnb config and hust precommit hook to lint on commit.
#36, #38
|
7 years ago |
Viraj Trivedi
|
ce8181f189
|
Merge pull request #40 from inf3cti0n95/update-ci
Updated TravisCI Build
|
7 years ago |
Viraj Trivedi
|
4bb59bbce1
|
docs: npm package URL fixed
|
7 years ago |
Viraj Trivedi
|
ef4ad8175b
|
docs: Added semantic-release, npm release and other badges to Readme
|
7 years ago |
Viraj Trivedi
|
75605bf3a3
|
ci: Upgraded CI, Removed deprecated travis-deploy-once
Upgraded to newer Travis Build Stages
#37
|
7 years ago |
Viraj Trivedi
|
eb0b1a4f47
|
build: Removed yarn.lock and updated package-lock.json to avoid lock file inconsistencies.
|
7 years ago |
Viraj Trivedi
|
b71ae61daf
|
Merge pull request #34 from inf3cti0n95/login-observable-issue
Login Observable Issue #30
|
7 years ago |
Viraj Trivedi
|
1b11cc5ce7
|
fix: Changed the filtering of "added" message
Changed the filtering of "added" message in getLoginObservable. Removing all the imperative array
access and handling async stream with buffer.
#30
|
7 years ago |
Viraj Trivedi
|
3d9756d6a9
|
chore: Updated Lock files
|
7 years ago |
Viraj Trivedi
|
6018eeda31
|
Merge pull request #26 from kawin-impekable/feature/disconnect_method
Add disconnect method & Update documentation
|
7 years ago |
Viraj Trivedi
|
89c9ed005d
|
Merge pull request #29 from inf3cti0n95/semver-setup
ci: Added semver-release for Automated Release and TravisCI support
|
7 years ago |
Viraj Trivedi
|
4285a61ef7
|
ci: Added semver-release for Automated Release and TravisCI support
#27
|
7 years ago |
Viraj Trivedi
|
d511a7fdba
|
Merge pull request #28 from inf3cti0n95/tests
test: Added Support for Jest for Testing
|
7 years ago |
Viraj Trivedi
|
583e5370ce
|
test: Added Support for Jest for Testing
#25
|
7 years ago |
Kawin
|
f3c05c1265
|
Add disconnect method & Update documentation
|
7 years ago |
Viraj Trivedi
|
3a6e1d6070
|
Merge pull request #22 from Yiin/patch-1
Use uuid.v4 instead of v1
|
7 years ago |
Yiin
|
bb04f0ff83
|
Use uuid.v4 instead of v1
v1 is based on timestamp, and gives same uuid when methods/subscriptions are called at the same time.
|
7 years ago |
Viraj Trivedi
|
cb42e47894
|
Merge pull request #20 from inf3cti0n95/version-change
Package.json upgraded to 0.0.4
|
8 years ago |
Viraj Trivedi
|
adf0d7eaf8
|
Package.json upgraded to 0.0.4
|
8 years ago |
Viraj Trivedi
|
32ff401ccb
|
Merge pull request #19 from inf3cti0n95/login-email
Login with Username and Email
|
8 years ago |
Viraj Trivedi
|
0180c5249a
|
Login with Username and Email
|
8 years ago |
Viraj Trivedi
|
5f376fa377
|
Merge pull request #17 from InsaneNaman/master
Added example of Using Observable , Cool, Merged ;)
|
8 years ago |
Viraj Trivedi
|
e2f91d9ecb
|
Merge pull request #16 from inf3cti0n95/package.json-Updated
package.json updated
|
8 years ago |
Viraj Trivedi
|
205307c918
|
package.json updated
|
8 years ago |
Viraj Trivedi
|
6140980ca8
|
Merge pull request #12 from inf3cti0n95/Handling-Subscriptions
Subscription Method Added
|
8 years ago |
Viraj Trivedi
|
88346a27e0
|
Merge pull request #15 from inf3cti0n95/travis-delete
Delete .travis.yml
|
8 years ago |
Viraj Trivedi
|
b6a7ff5733
|
Delete .travis.yml
|
8 years ago |
Viraj Trivedi
|
c842ab14dd
|
Merge pull request #13 from inf3cti0n95/travis-ci
travis.yml added
|
8 years ago |
Viraj Trivedi
|
2fe3b925a0
|
travis.yml added
|
8 years ago |
Naman Gupta
|
75b3f44603
|
Added example of Using Observable
|
8 years ago |