Skip to content

Releases: lisb/hubot-direct

Release 4.0.0 (2024-10-11)

11 Oct 05:39
0ad13a3
Compare
Choose a tag to compare

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)

30 Jul 05:14
1b655d5
Compare
Choose a tag to compare

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)

16 Mar 02:26
c4c817b
Compare
Choose a tag to compare

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)