notifier
Version:
A notifications module for node.js
91 lines (66 loc) • 1.97 kB
Markdown
0.2.0 / 2019-03-13
==================
* Update dependencies
0.1.7 / 2015-02-23
==================
* Update parse api to 0.3.x
0.1.5 / 2014-04-12
==================
* Allow for the parse module to send badges
0.1.4 / 2013-12-25
==================
* Bug fix - Make sure the callback for the notifier.send method is called only once (in case of email and APN)
0.1.3 / 2013-12-25
==================
* Allow dynamic parse channels for APN
0.1.2 / 2013-12-25
==================
* deprecate support for node < 0.8
0.1.1 / 2013-06-17
==================
* update all the dependencies
0.1.0 / 2013-06-17
==================
* support sendgrid
* add tests for api change
* add sendgrid
0.0.4 / 2013-05-13
==================
* add support for different template types
* use latest nodeunit
* add travis ci
0.0.3 / 2013-04-20
==================
* tests
* return the object if env === test or development
0.0.2 / 2013-04-20
==================
* 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
0.0.1 / 2013-04-17
==================
* 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