Releases: lisb/hubot-direct
Releases · lisb/hubot-direct
Release 4.0.0 (2024-10-11)
Breaking changes
- Requires
node >= 18
and npm >= 10
after this version
Features
Type declarations for new features were added to keep up with the update of direct-js. Please refer to the direct-js's Release Note for details.
Release 3.0.0 (2023-07-30)
Breaking changes
- Convert to JavaScript (#11)
Features
- Add support for
direct
mention (#10)
- Use
pino
for direct-js
internal logging (#12)
- Add type definitions for daab (#13, #14)
Others
- Update GitHub workflows (#8)
Release 2.0.0 (2022-03-16)
Breaking changes
- Requires node >= 12 and npm >= 7 (#7)
Features
- Add optional domainId parameter to
users
method (#5)
Bug fixes
- Avoid calling the unnecesary method when creating an envelope object. (#4)