Hubot Versions Save

A customizable life embetterment robot.

v9.0.0

8 months ago

9.0.0 (2023-09-23)

Features

BREAKING CHANGES

  • Updating datastore to async/await API.
  • Bump Node support to v18
  • Making robot.run async/await is an API change.

Get tests working with node v18.17.1. It's fine if there's not a history file for the shell adapter. fixed this[#rl].close is not a function in pipeline. Possible race condition between loading the readline interface and call to close happening close together.

v8.1.0

8 months ago

8.1.0 (2023-09-16)

Features

v8.0.3

9 months ago

8.0.3 (2023-08-14)

Bug Fixes

  • Loading .mjs Adapter from file and scripts failing on Windows (#1662) (91cbe76)

v8.0.2

9 months ago

8.0.2 (2023-08-13)

Bug Fixes

  • ERR_UNSUPPORTED_ESM_URL_SCHEME on Windows (#1661) (a98b433)

v8.0.1

9 months ago

8.0.1 (2023-08-13)

Bug Fixes

  • on Windows, getting ERR_UNSUPPORTED_ESM_URL_SCHEME error when trying to load an adpater (#1660) (8a198e2)

v8.0.0

9 months ago

8.0.0 (2023-08-13)

Features

BREAKING CHANGES

  • This change introduces using async/await to load files from the scripts folder.

v7.0.0

9 months ago

7.0.0 (2023-07-29)

Features

  • Use organization scoped adapters like @hubot-friends/hubot-slack (#1655) (ac5dcd2)

BREAKING CHANGES

  • This change now requires you to include hubot- when specifying hubot adapters.

v6.0.0

10 months ago

6.0.0 (2023-07-24)

Bug Fixes

  • es2015 hadn't been updated to the v5 Robot signature (aed26e6)

BREAKING CHANGES

  • version 5 introduced a new Robot signature which impacts any program using es2015.js directly.

v5.0.7

10 months ago

5.0.7 (2023-07-13)

Bug Fixes

  • standard: Word-wrap vulnerability (94c1926)

v5.0.6

11 months ago

5.0.6 (2023-06-11)

Bug Fixes

  • Removing files from published package. (c30b433)