Releases: apialerts/apialerts-js
Releases · apialerts/apialerts-js
1.2.1
1.2.0
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
- fix: Client-Site can not deal with process by @ToxicToast in #10
- Add npmignore file by @mononz in #12
Full Changelog: 1.1.1...1.2.0
1.1.1 - Workspaces
1.1.1 - Workspaces
8000
div>
Hotfix release - Update TS declaration file for the send function
1.1.0 - Workspaces
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
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