logo

Releases

v3.1.0 October 06, 2024

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v3.0.4...v3.1.0

v3.0.4 July 07, 2024

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v3.0.3...v3.0.4

v3.0.3 June 06, 2024

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v3.0.2...v3.0.3

v3.0.2 May 06, 2024

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v3.0.1...v3.0.2

v3.0.1 April 06, 2024

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v3.0.0...v3.0.1

v3.0.0 March 07, 2024

Migration to ESM and Nodejs 18+ Support

This as a major upgrade moving the library to nodejs 18 and also ESM.

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v2.0.6...v3.0.0

v2.0.6 February 08, 2024

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v2.0.5...v2.0.6

v2.0.5 February 06, 2024

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v2.0.4...v2.0.5

v2.0.4 January 06, 2024

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v2.0.3...v2.0.4

v2.0.3 December 06, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v2.0.2...v2.0.3

v2.0.2 November 06, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v2.0.1...v2.0.2

v2.0.1 October 06, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v2.0.0...v2.0.1

v2.0.0 September 06, 2023

Breaking change removing config parameter to options

migrating to using options instead of config (breaking change) by @jaredwray in https://github.com/jaredwray/airhorn/pull/249

Now when you create a new Airhorn instance and want to access the property `Airhorn.config` you will now do `Airhorn.options`

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.1.4...v2.0.0

v1.1.4 August 06, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.1.3...v1.1.4

v1.1.3 July 05, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.1.2...v1.1.3

v1.1.2 June 05, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.1.1...v1.1.2

v1.1.1 May 11, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.1.0...v1.1.1

v1.1.0 April 15, 2023

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.9...v1.1.0

v1.0.9 April 06, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.8...v1.0.9

v1.0.8 March 07, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.7...v1.0.8

v1.0.7 February 06, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.6...v1.0.7

v1.0.6 January 05, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.5...v1.0.6

v1.0.5 December 06, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.4...v1.0.5

v1.0.4 November 06, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.3...v1.0.4

v1.0.3 October 04, 2022

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.2...v1.0.3

v1.0.2 September 06, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.1...v1.0.2

v1.0.1 August 06, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v1.0.0...v1.0.1

v1.0.0 August 01, 2022

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

```js
import { Airhorn } from 'airhorn';
airhorn.sendWebhook('https://httpbin.org/post', 'foo', 'bar');
```
It's that Easy!

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.8.0...v1.0.0

v0.8.0 June 16, 2022
  • upgrade to ecto version 2.0.1

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.7.8...v0.8.0

v0.7.8 June 16, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.7.6...v0.7.8