Skip to content

v1.0.0

Compare
Choose a tag to compare
@jaredwray jaredwray released this 31 Jul 17:36
· 407 commits to main since this release

Major update as we are now fully ESM native which means you will need to be on Node 12 or greater and also convert your app to a Module or use dynamic import to use this.

Guide on how to upgrade: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

import { Airhorn } from 'airhorn';
airhorn.sendWebhook('https://httpbin.org/post', 'foo', 'bar');

It's that Easy!

What's Changed

Full Changelog: v0.8.0...v1.0.0