Releases: Secreto31126/whatsapp-api-js
Releases · Secreto31126/whatsapp-api-js
2.4.0-beta.0
What's Changed
- Types by @Secreto31126 in #268
- chore(deps): all non-major dependencies by @renovate in #267
- chore(deps): undici v6 by @renovate in #270
- chore(deps): prettier v3.1.1 by @renovate in #269
- Improve CJS code experience by @Secreto31126 in #272
Full Changelog: 2.3.0...2.4.0-beta.0
Interactive CTA, Flows, custom payloads and Types QoL
What's Changed
- Type fix? by @Secreto31126 in #249
- Bump undici from 5.25.4 to 5.26.2 by @dependabot in #251
- chore(deps): sinon v17 by @renovate in #253
- chore(deps): all non-major dependencies by @renovate in #250
- Added interactive CTA support by @Secreto31126 in #256
- Update template.ts by @Secreto31126 in #258
- Flow template by @Secreto31126 in #257
- Examples updated by @Secreto31126 in #259
- Interactive flow by @Secreto31126 in #260
- Undici Types by @Secreto31126 in #262
- chore(deps): all non-major dependencies by @renovate in #254
- chore(deps): actions/setup-node action v4 by @renovate in #255
- Details by @Secreto31126 in #263
- Added biz_opaque_callback_data support by @Secreto31126 in #264
(The repo reached one thousand commits 😄)
Full Changelog: 2.2.2...2.3.0
2.3.0-beta.0
What's Changed
- Bump undici from 5.25.4 to 5.26.2 by @dependabot in #251
- chore(deps): sinon v17 by @renovate in #253
- chore(deps): all non-major dependencies by @renovate in #250
- Added interactive CTA support by @Secreto31126 in #256
- Update template.ts by @Secreto31126 in #258
- Flow template by @Secreto31126 in #257
- Examples updated by @Secreto31126 in #259
- Interactive flow by @Secreto31126 in #260
- Undici Types by @Secreto31126 in #262
- chore(deps): all non-major dependencies by @renovate in #254
- chore(deps): actions/setup-node action v4 by @renovate in #255
Full Changelog: 2.2.3-beta.0...2.3.0-beta.0
2.2.3-beta.0
Type bug fix
Full Changelog: 2.2.1...2.2.2
I promise, last release of the day
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.