Releases: renderforest/notification-hooks
Releases · renderforest/notification-hooks
send errors by UDP to log server
v2.1.2
v2.1.1
- doc: update
API documentationexamples.
v2.1.0
- flow: remove
flow& relateddeps,scripts, and configuration files - lint: update
eslintrules - travis: update
travisconfigurations - addlinttask & updatenodeversions - doc: separate
documentationinto different doc files - env: add
githubtemplate issue - deps: update outdated
dependencies& set exact versions.
v2.0.1
- env: prepare to publish on
npm- updatenamekey, remove theprivatekey inpackage.json, and removepackache-lock.json.
v2.0.0
- lib: all functions get
optionsObject instead of list of args. - lib: add support for
codeSnippet- wraps message inslackcode snippet. - deps:
babel-eslint,eslint,eslint-plugin-flowtype,eslint-plugin-node,flow-bin,jestmodules update - script: set
remove flowonbuildscript instead oftest - env: remove
.vscodesettings and add the dir in.gitignorefile
v1.1.1
- deps: add
requestmodule in dependencies (required byrequest-promise)
v1.0.3
- lib:
Errorinstance support fornotifyError()fntextarg inslacklib.
v1.0.2
- lib: update
_payloadForSlack()ofslacklib tostringifythe text if its an object. - lib: JSDoc minor update in
slacklib to support both object & string fortextarg.
v1.0.1
- API: rename
slacktoSlackinsrc/index.js, such that one can use as follows:require('notification-hooks').Slack