- Allow for the parse module to send badges
- Bug fix - Make sure the callback for the notifier.send method is called only once (in case of email and APN)
- Allow dynamic parse channels for APN
- deprecate support for node < 0.8
- update all the dependencies
- support sendgrid
- add tests for api change
- add sendgrid
- add support for different template types
- use latest nodeunit
- add travis ci
- tests
- return the object if env === test or development
- updates 1. remove facebook methods and config 2. log the mail object if env is development or test 3. throw err if action is not specified in notifier config
- update test config
- update readme
- remove fb
- add credits
- add License
- if alert is provided use that otherwise use subject
- add route option
- update readme
- do not throw instead just log and return
- update readme
- apple push notifications and keys
- rename filePath to template
- add postmark key
- use constructor to initialize. use the method to change config
- update readme
- log the object if running in test env
- rename test method
- add test script
- add tests
- add gitignore
- add notifier methods
- update package.json
- add library methods and update readme
- include jade for templating
- update readme
- initial commit