Releases: jaredwray/airhorn
Releases · jaredwray/airhorn
v3.1.0
What's Changed
- upgrading xo to 0.59.3 by @jaredwray in #326
- upgrading wepback and typescript to latest by @jaredwray in #327
- removing winston for standard logging by @jaredwray in #328
- migrating to nodejs 20 by @jaredwray in #329
- upgrading vitest to 2.0.5 by @jaredwray in #330
- upgrading rimraf to 6.0.1 by @jaredwray in #331
- upgrading firebase-admin to 12.3.0 by @jaredwray in #332
- upgrading ecto to 3.0.8 by @jaredwray in #333
- upgrading axios to 1.7.3 by @jaredwray in #334
- upgrading docula to 0.7.2 by @jaredwray in #335
- upgrading aws-sdk to 3.623.0 by @jaredwray in #336
- upgrading firebase-admin to 12.3.1 by @jaredwray in #337
- upgrading aws-sdk to 3.629.0 by @jaredwray in #338
- Adding in airhorn store by @jaredwray in #339
- updating workflows and dist locations by @jaredwray in #340
- upgrading docula to 0.8.0 by @jaredwray in #341
- upgrading axios to 1.7.4 by @jaredwray in #342
- upgrading aws-sdk to 3.631.0 by @jaredwray in #343
- moving ProviderType to AirhornProviderType by @jaredwray in #344
- Airhorn store with notifications and subscriptions by @jaredwray in #345
- upgrading docula to 0.9.0 by @jaredwray in #346
- upgrading axios to 1.7.5 by @jaredwray in #347
- upgrading firebase-admin to 12.4.0 by @jaredwray in #348
- fixing logo spacing and sizing by @jaredwray in #349
- airhorn store crud methods for subscription and notification by @jaredwray in #350
- updating store file paths by @jaredwray in #351
- breaking out files for better organization by @jaredwray in #352
- Airhorn queue by @jaredwray in #353
- upgrading twilio to 5.2.3 by @jaredwray in #354
- upgrading ecto to 4.0.0 by @jaredwray in #355
- upgrading axios to 1.7.7 by @jaredwray in #356
- upgrading aws-sdk to 3.637.0 by @jaredwray in #357
- fixing webhook to use local only by @jaredwray in #358
- removing env and dotenv requirement by @jaredwray in #359
- moving to AirhornOptions type by @jaredwray in #360
- airhorn subscription functions and store by @jaredwray in #361
- google pub/sub updates and fixes by @jaredwray in #362
- moving to cjs and esm via tsup by @jaredwray in #363
- removing google pubsub and adding nodejs 22 testing by @jaredwray in #364
- upgrading vitest, typescript, and tsup to latest by @jaredwray in #365
- upgrading twilio to 5.3.1 by @jaredwray in #366
- upgrading mongodb to 6.9.0 by @jaredwray in #367
- upgrading docula to 0.9.1 by @jaredwray in #368
- upgrading ecto to 4.1.0 by @jaredwray in #369
- upgrading vitest to 2.1.2 by @jaredwray in #370
- Upgrading twilio to 5.3.3 by @jaredwray in #371
- upgrading firebase-admin to 12.6.0 by @jaredwray in #372
- upgrading aws-sdk to 3.665.0 by @jaredwray in #373
Full Changelog: v3.0.4...v3.1.0
v3.0.4
What's Changed
- upgrading typescript webpack and types to latest by @jaredwray in #318
- upgrading twilio to 5.2.2 by @jaredwray in #319
- upgrading rimraf to 5.0.8 by @jaredwray in #320
- upgrading firebase-admin to 12.2.0 by @jaredwray in #321
- upgrading ecto to 3.0.6 by @jaredwray in #322
- upgrading aws sdk to 3.609.0 by @jaredwray in #324
- updating github actions with workflow_dispatch by @jaredwray in #325
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- upgrading twilio to 5.1.1 by @jaredwray in #311
- removing eslint and modules by @jaredwray in #312
- upgrading firebase-admin to 12.1.1 by @jaredwray in #313
- upgrading ecto to 3.0.5 by @jaredwray in #314
- upgrading docula to 0.5.4 by @jaredwray in #315
- upgrading axios to 1.7.2 by @jaredwray in #316
- upgrading aws-sdk to 3.590.0 by @jaredwray in #317
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- upgrading vitest to 1.6.0 by @jaredwray in #302
- upgrading typescript to 5.4.5 by @jaredwray in #304
- upgrading @typescript-eslint/eslint-plugin and modules to latest by @jaredwray in #305
- upgrading twilio to 5.0.4 by @jaredwray in #306
- upgrading firebase-admin to 12.1.0 by @jaredwray in #307
- upgrading ecto to 3.0.4 by @jaredwray in #308
- upgrading docula to 0.5.3 by @jaredwray in #309
- upgrading aws-sdk to 3.569.0 by @jaredwray in #310
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- updating setup node actions to v3 by @jaredwray in #291
- upgrading xo to 0.58.0 and eslint to 9.0.0 by @jaredwray in #292
- upgrading winston to 3.13.0 by @jaredwray in #293
- upgrading webpack, typescript, and @types/node to latest by @jaredwray in #294
- upgrading vitest to 1.4.0 by @jaredwray in #295
- upgrading twilio to 5.0.3 by @jaredwray in #296
- upgrading ecto to 3.0.3 by @jaredwray in #297
- upgrading docula to 0.5.2 and site to be deployed to airhorn.org by @jaredwray in #298
- upgrading axios to 1.6.8 by @jaredwray in #299
- upgrading @sendgrid/mail to 8.1.3 by @jaredwray in #300
- upgrading aws sdk to 3.549.0 by @jaredwray in #301
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Migration to ESM and Nodejs 18+ Support
This as a major upgrade moving the library to nodejs 18 and also ESM.
What's Changed
- Migrating to ESM (adding in npm, vitest, and nodejs version 18+ support) by @jaredwray in #285
- upgrading webpack, typescript, and winston to latest by @jaredwray in #286
- upgrading twilio to 4.23.0 by @jaredwray in #287
- upgrading @sendgrid/mail to 8.1.1 by @jaredwray in #288
- upgrading aws-sdk to 3.525.0 by @jaredwray in #289
- upgrading eslint to 8.57.0 by @jaredwray in #290
Full Changelog: v2.0.6...v3.0.0
v2.0.6
What's Changed
- Deploy airhorn.org by @jaredwray in #282
- upgrading ecto to 2.4.2 by @jaredwray in #283
- upgrading aws-sdk to 3.509.0 by @jaredwray in #284
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Upgrading xo to 0.57.0 by @jaredwray in #275
- upgrading ts-jest to 29.1.2 and webpack to 5.90.1 by @jaredwray in #276
- upgrading dotenv to 16.4.1 by @jaredwray in #277
- upgrading twilio to 4.21.0 by @jaredwray in #278
- upgrading axios to 1.6.7 by @jaredwray in #279
- upgrading ecto to 2.4.1 by @jaredwray in #280
- upgrading awssdk to 3.507.0 by @jaredwray in #281
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- upgrading eslint to 8.56.0 and modules to latest by @jaredwray in #269
- upgrading twilio to 4.20.0 by @jaredwray in #270
- upgrading ecto to 2.2.5 by @jaredwray in #271
- upgrading axios to 1.6.5 by @jaredwray in #272
- upgrading @AWS-SDK modules to 3.485.0 by @jaredwray in #273
- upgrading firebase-admin to 12.0.0 by @jaredwray in #274
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- migrating to axios from got by @jaredwray in #261
- upgrading twilio and sendgrid to latest versions by @jaredwray in #262
- upgrading fs-extra to 11.2.0 by @jaredwray in #263
- upgrading eslint and typescript to latest by @jaredwray in #264
- upgrading firebase-admin to 11.11.1 by @jaredwray in #265
- upgrading ecto to 2.2.4 by @jaredwray in #266
- upgrading aws-sdk to 3.465.0 by @jaredwray in #267
- fixing package scripts to be more compatible by @jaredwray in #268
Full Changelog: v2.0.2...v2.0.3