Skip to content

Releases: totigm/whatsapp-bot

v1.0.6

30 Aug 21:30
Compare
Choose a tag to compare

📝 Add bot examples section to README

Full Changelog: v1.0.5...v1.0.6

v1.0.5

30 Aug 09:15
Compare
Choose a tag to compare

✨ Add Docker support

The library now automatically checks if the app is being run on a Docker container and set its configurations according to that.

Changelog:

  • ✨ Add Docker support
  • ➕ Add tslib to prod dependencies instead of dev dependencies
  • 📝 Update docs

Full Changelog: v1.0.4...v1.0.5

v1.0.4

18 Aug 20:13
Compare
Choose a tag to compare

🏷️👽 Update types for @totigm/bot-builder options

Add option with data that will be passed to the auth method. Could be tokens, or whatever you need.

Changelog:

Full Changelog: v1.0.3...v1.0.4

v1.0.3

17 Aug 15:31
Compare
Choose a tag to compare

✨ Add specific help suggestion to general help command

The general help command didn't suggest to use the specific help one, now it does.

specific help suggestion on general help command

Changelog:

Full Changelog: v1.0.2...v1.0.3

v1.0.2

16 Aug 09:58
Compare
Choose a tag to compare

🐛 Fix specific help without example output

The bot crashed when a user asked for specific help for a command that didn't have an example.output in the Documentation object.

Changelog:

Full Changelog: v1.0.1...v1.0.2

v1.0.1

14 Aug 14:58
Compare
Choose a tag to compare

🐛 Fix help suggestion

The bot sent the ✅ emoji instead of ❓ when suggesting the help command

Changelog:

  • ⬆️ Update @totigm/bot-builder to v1.0.2
  • 📝 Update example usage
    • Update example
    • Add image showing bot responses
  • 💚 Update workflows
  • 🔨 Update scripts
  • 📝 Update docs
  • 🔧 Update configs

Full Changelog: v1.0.0...v1.0.1

v1.0.0

11 Aug 12:24
Compare
Choose a tag to compare

This release is the first stable version.

Changelog:

  • 🔧 Add configurations
  • 🚨 Add ESLint
  • 💄 Add Prettier
  • 🎉 Add project
  • 🏷️ Add types
  • 📝 Add docs
  • 👷 Add CICD

Full Changelog: https://github.com/totigm/whatsapp-bot/commits/v1.0.0