Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Meteor 1.8.1 #6

Merged
merged 3 commits into from
Apr 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ htmljs@1.0.11
http@1.2.12
id-map@1.0.9
jquery@1.11.10
local-test:omega:direct-stream-access@4.0.2
local-test:omega:direct-stream-access@4.0.3
localstorage@1.1.1
logging@1.1.17
meteor@1.7.2
Expand All @@ -47,7 +47,7 @@ mongo-id@1.0.6
npm-bcrypt@0.9.3
npm-mongo@2.2.34
observe-sequence@1.0.16
omega:direct-stream-access@4.0.2
omega:direct-stream-access@4.0.3
ordered-dict@1.0.9
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ and check out the results in the browser.

### Changelog

- **4.0.3**
- added support for Meteor `1.8.1`

- **4.0.0**
- added support for `DDP.connect` and `userId` in the server's message handler
- dropped support for Meteor below `1.4`
- dropped support for Meteor below `1.4`
Loading