logo
Fork me on GitHub

Releases

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 06, 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

v0.7.6 June 16, 2022

What's Changed

New Contributors

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

v0.7.5 June 14, 2022

Updating ProviderTypes

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.7.4...v0.7.5

v0.7.4 June 14, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.7.3...v0.7.4

v0.7.3 June 12, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.7.2...v0.7.3

v0.7.2 Invalid date

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.7.1...v0.7.2

v0.7.1 April 26, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.6.8...v0.7.1

v0.6.8 March 27, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/airhorn/compare/v0.6.5...v0.6.8