8000 Releases · apialerts/apialerts-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: apialerts/apialerts-js

1.2.1

26 Apr 07:53
540f092
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

26 Apr 04:59
Compare
Choose a tag to compare

Breaking Change

  • Setting the apikey via the APIALERTS_API_KEY environment variable is no longer supported
  • Use the setApiKey() method early in your application startup

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1 - Workspaces

12 Jan 04:16
Compare
Choose a tag to compare

Hotfix release - Update TS declaration file for the send function

1.1.0 - Workspaces

12 Jan 04:00
Compare
Choose a tag to compare

Workspaces Release

Projects have been migrated to 'Workspaces' and now add 'channel' https://apialerts.com/#workspaces

Channel property #9

  • send() now accepts an optional 'channel' property
  • alerts.send({ message: 'Hello World', channel: 'integration' })
  • If channel not provided, the event will submit to the default channel
  • Logging messages updated with workspace and channel

Build updates

  • CI pipeline now self notifies on build/publish to immediately integration test the codebase

Note: Android and iOS app supporting workspaces will be available within a few days. Feature is backwards compatible.

1.0.1

24 Jun 14:10
437e440
Compare
Choose a tag to compare

What's Changed

  • Update library version to 1.0.1
  • Change to MIT License
  • Add constants file for version and integration name

Full Changelog: 1.0.0...1.0.1

1.0.0

01 Mar 16:23
Compare
Choose a tag to compare

First release

Event support for

  • message
  • tags
  • link
0