Releases: totigm/whatsapp-bot
v1.0.6
📝 Add bot examples section to README
Full Changelog: v1.0.5...v1.0.6
v1.0.5
✨ 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
🏷️👽 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:
- ⬆️ Update
@totigm/bot-builder
to v1.1.0 - 👽️ Update types for
@totigm/bot-builder
options - 📝 Add authData docs
- 📝 Update help command images
Full Changelog: v1.0.3...v1.0.4
v1.0.3
✨ Add specific help suggestion to general help command
The general help command didn't suggest to use the specific help one, now it does.
Changelog:
- ⬆️ Update
@totigm/bot-builder
to v1.0.5- New changes: from v1.0.3 to v.1.05
- 📝 Update docs
- Bot conversation image
- Bot options reference
Full Changelog: v1.0.2...v1.0.3
v1.0.2
🐛 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:
- ⬆️ Update
@totigm/bot-builder
to v1.0.3
Full Changelog: v1.0.1...v1.0.2
v1.0.1
🐛 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
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