Skip to content

Commit 83c5c78

Browse files
committed
2 parents d8fb9ab + 32efe7b commit 83c5c78

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.5.0 -
2+
3+
- Use ddp-ejson instead of meteor-ejson. ddp-ejson is a repackage of Meteor's latest EJSON package
4+
- Use ddp-srp insead of node-srp. ddp-srp is a repackage of Meteor's latest SRP package
5+
- Added second callback to ddpclient.call, executed when the DDP `updated` message is received
6+
- TODO: Allow automatic EJSON serialization/deserialization of ObjectIDs
7+
- TODO: Expose EJSON package to allow for addition of custom EJSON types
8+
- added DDP pre2 support
9+
- DDP version negotiation
10+
- DDP heartbeat support (reply only)
11+
- `ddpclient.callWithRandomSeed` supports client-generated `_id`s
12+
113
0.4.6 - 2014-04-28
214

315
- Return id used when calling subscribe method

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Node DDP Client
22
===============
33

4-
A callback style DDP ([Meteor](http://meteor.com/)'s Distributed Data Protocol) node client, originally based alansikora's [node-js_ddp-client](https://github.com/alansikora/node-js_ddp-client) and Meteor's python client. Uses a more callback style approach.
4+
A callback style [DDP](https://github.com/meteor/meteor/blob/devel/packages/livedata/DDP.md) ([Meteor](http://meteor.com/)'s Distributed Data Protocol) node client, originally based alansikora's [node-js_ddp-client](https://github.com/alansikora/node-js_ddp-client) and Meteor's python client. Uses a more callback style approach.
55

66
The client implements the pre1 and pre2 versions of DDP.
77

0 commit comments

Comments
 (0)