aheckmann / node-ses

An Amazon SES api for nodejs with proper error handling.
http://aheckmann.github.com/node-ses
MIT License
200 stars 37 forks source link

Documentation for published version #22

Closed jspri closed 9 years ago

jspri commented 9 years ago

I think it should be made clearer where the documentation for the version published to npm is or when breaking changes are made if you could update the published version that'd be great. Nice library by the way.

markstos commented 9 years ago

@Crazometer The documentation for the version published to npmjs.org is on npmjs.org https://www.npmjs.com/package/node-ses

We also keep a Changelog to document key changes: https://github.com/aheckmann/node-ses/blob/master/History.md

If you are reading documentation on Github and not npmjs.org, you should reasonable check that the versions match. Github is where active development happens, npmjs.org is where releases are published. It is not a goal to keep them in sync as they serve different purposes.

jspri commented 9 years ago

Thanks for that. The thing that was catching me was the change from sendemail to sendEmail.