alexwhitman / node-pushbullet-api

PushBullet API module for Node.js
165 stars 36 forks source link

Support of "body" in link push #33

Closed PierrickMartos closed 6 years ago

PierrickMartos commented 6 years ago

Fix: https://github.com/alexwhitman/node-pushbullet-api/issues/31

alexwhitman commented 6 years ago

Thanks. If I merge as is it would be a breaking change requiring a major release. Instead it can be made backwards compatible with code similar to https://github.com/alexwhitman/node-pushbullet-api/blob/master/lib/internal/pushes.js#L52

PierrickMartos commented 6 years ago

Updated :)

alexwhitman commented 6 years ago

Thanks :+1: