Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 759 Bytes

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 759 Bytes

Change Log

4.11.0

  • extend mocked slack api methods

4.10.0

  • update to botkit 4.10.0

4.9.0

  • update to botkit 4.9.0

4.8.1

  • update to botkit 4.8.1
  • patch dependency security vulnerabilities noted in npm audit

4.6.2

  • update to botkit 4.6.2
  • add slackAdapterMockParams for simple SlackAdapter initialization
  • patch dependency security vulnerabilities noted in npm audit

4.0.0

Major update with breaking changes

  • bind botmock core to new botkit features
  • botmock is not depend on timeouts anymore
  • new slack provider binding
  • .usersInput return new message structure
  • botExtender - is removed

0.7.4

  • updated the botkit version to 0.7.4
  • started to use the same package version notation as the botkit team