UNPKG
witbot
Version:
latest (2.1.0)
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
0.1.0
A simple node.js module for making bots with wit.ai
github.com/BeepBoopHQ/witbot
BeepBoopHQ/witbot
witbot
/
CHANGELOG.md
17 lines
(10 loc)
•
250 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog
## 2.0.0
*
Breaking API changes.
*
`process`
now returns an object that you register
`hears`
and
`otherwise`
on
*
Functions are chainable
*
Supports botkit's conversation flows now!
#1.1.0
Added
`otherwise`
#1.0.0
*
Initial release