Releases: Secreto31126/whatsapp-api-js
Expose Whatsapp instance to OnMessage
What's Changed
- Show yourself by @Secreto31126 in #248
Full Changelog: 2.2.0...2.2.1
This should have been a single release, my bad
LTO component and new reply method for OnMessage
What's Changed
- Added reply method to OnMessage callback by @Secreto31126 in #246
- chore(deps): all non-major dependencies by @renovate in #243
- Added Limited-Time Offer component by @Secreto31126 in #247
Full Changelog: 2.1.2...2.2.0
2.1.3-beta.0
Full Changelog: 2.1.2...2.1.3-beta.0
Types, errors and documentation QoL
What's Changed
- Improve interactive's documentation by @Secreto31126 in #238
- Update error message by @Secreto31126 in #240
- API types QoL by @Secreto31126 in #241
- chore(deps): all non-major dependencies by @renovate in #237
- Never trust the official documentation by @Secreto31126 in #242
Full Changelog: 2.1.1...2.1.2
Fixed package size
What's Changed
- Build improvements by @Secreto31126 in #235
- GAS support by @Secreto31126 in #236
Full Changelog: 2.1.0...2.1.1
I accidentaly left bundle=true in esbuild, which was generating tons of duplicated code in the output, hence the massive package size of 2mb.
Problem fixed, back to 559kb, where a third of it are types, a third of esm and a third of cjs.
2.1.1-beta.0
What's Changed
- Build improvements by @Secreto31126 in #235
- GAS support by @Secreto31126 in #236
Full Changelog: 2.1.0...2.1.1-beta.0
Carousel Template support and Version API bump
What's Changed
- Allow tree shaking by @Secreto31126 in #223
- Update web-release.yml by @Secreto31126 in #225
- Carousel Template support by @Secreto31126 in #226
- Version API bump by @Secreto31126 in #227
- Minor changes by @Secreto31126 in #230
- chore(deps): sinon v16 by @renovate in #229
- Updated actions by @Secreto31126 in #231
- Let him cook by @Secreto31126 in #232
- chore(deps): all non-major dependencies by @renovate in #228
- Create SECURITY.md by @Secreto31126 in #234
Full Changelog: 2.0.0...2.1.0
I accidentally allowed Prettier to edit package-lock, so there are 12 thousand extra lines edited :)
2.1.0-beta.0
What's Changed
- Update web-release.yml by @Secreto31126 in #225
- Carousel Template support by @Secreto31126 in #226
- Version API bump by @Secreto31126 in #227
- Minor changes by @Secreto31126 in #230
- chore(deps): sinon v16 by @renovate in #229
- Updated actions by @Secreto31126 in #231
- Let him cook by @Secreto31126 in #232
- chore(deps): all non-major dependencies by @renovate in #228
Full Changelog: 2.0.1-beta.0...2.1.0-beta.0
2.0.1-beta.0
New messages, middlewares, docs and Node16 EoL
Second stable release
Huh, I never thought v2 would come so soon after v1 release. A few months ago the API had some changes that broke the library implementations, so rather than rushing an update to support the new messages, I spent the time to write new features like the middlewares and more unit tests for the messages in the repo Secreto31126/whatsapp-api-test
Since today Node 16 reaches EoL, it seems fitting to release the new version the same day.
Hope you like it!
What's Changed
- QoL by @Secreto31126 in #185
- Catalog message support by @Secreto31126 in #168
- Template update by @Secreto31126 in #187
- Removed extra enter by @Secreto31126 in #188
- Fixed get() example in README by @Secreto31126 in #192
- chore: fixed typos and updated README to use proper function arguments by @RahulLanjewar93 in #193
- fix: allow event handlers to be asynchronous by @RahulLanjewar93 in #196
- chore(deps): eslint-config-prettier v9 by @renovate in #194
- chore(deps): all non-major dependencies by @renovate in #190
- Promisify users' callbacks by @Secreto31126 in #201
- Express middleware by @Secreto31126 in #205
- esbuild fix by @Secreto31126 in #203
- Renovate fix by @Secreto31126 in #207
- Template update by @Secreto31126 in #210
- Native middleware by @Secreto31126 in #212
- chore(deps): all non-major dependencies by @renovate in #204
- Add contributors table by @Secreto31126 in #214
- Stop testing against Node 16 by @Secreto31126 in #215
- chore(deps): prettier v3 by @renovate in #173
- Adapters by @Secreto31126 in #216
- Docs update by @Secreto31126 in #219
- Last moves by @Secreto31126 in #220
- V2 by @Secreto31126 in #213
- chore(deps): actions/checkout action v4 by @renovate in #218
- chore(deps): all non-major dependencies by @renovate in #217
New Contributors
- @RahulLanjewar93 made their first contribution in #193
Full Changelog: 1.0.5...2.0.0