Skip to content

Releases: renderforest/notification-hooks

send errors by UDP to log server

21 Oct 06:49
a379d37
Compare
Choose a tag to compare
Merge pull request #36 from renderforest/udp_log

send tag first

v2.1.2

12 Sep 08:46
7d4c874
Compare
Choose a tag to compare
  • package: update request, jest and remove fixpack from devDependencies
  • package-lock: update package-lock

v2.1.1

17 May 13:16
b18c2f9
Compare
Choose a tag to compare
  • doc: update API documentation examples.

v2.1.0

03 May 09:06
a20b8c2
Compare
Choose a tag to compare
  • flow: remove flow & related deps, scripts, and configuration files
  • lint: update eslint rules
  • travis: update travis configurations - add lint task & update node versions
  • doc: separate documentation into different doc files
  • env: add github template issue
  • deps: update outdated dependencies & set exact versions.

v2.0.1

02 Apr 11:27
3156370
Compare
Choose a tag to compare
  • env: prepare to publish on npm - update name key, remove the private key in package.json, and remove packache-lock.json.

v2.0.0

13 Feb 11:34
2279212
Compare
Choose a tag to compare
  • lib: all functions get options Object instead of list of args.
  • lib: add support for codeSnippet - wraps message in slack code snippet.
  • deps: babel-eslint, eslint, eslint-plugin-flowtype, eslint-plugin-node, flow-bin, jest modules update
  • script: set remove flow on build script instead of test
  • env: remove .vscode settings and add the dir in .gitignore file

v1.1.1

25 Dec 12:12
17e44ae
Compare
Choose a tag to compare
  • deps: add request module in dependencies (required by request-promise)

v1.0.3

22 Dec 15:42
f7a35fb
Compare
Choose a tag to compare
  • lib: Error instance support for notifyError() fn text arg in slack lib.

v1.0.2

21 Dec 17:35
b4bf6d4
Compare
Choose a tag to compare
  • lib: update _payloadForSlack() of slack lib to stringify the text if its an object.
  • lib: JSDoc minor update in slack lib to support both object & string for text arg.

v1.0.1

21 Dec 15:30
f2c92a3
Compare
Choose a tag to compare
  • API: rename slack to Slack in src/index.js, such that one can use as follows: require('notification-hooks').Slack