Skip to content

Releases: SockDrawer/SockBot

v4.7.0

11 Aug 21:02
Compare
Choose a tag to compare

<a name"4.7.0">

4.7.0 (2016-08-11)

Features

  • chats:
    • Retry chat messages for rate limit (83ae6820)
    • Make retryDelay configurable for testing (28fe205b)

v4.6.0

11 Aug 15:01
Compare
Choose a tag to compare

<a name"4.6.0">

4.6.0 (2016-08-11)

Bug Fixes

  • Chats: Fix error when creating chats that causes rate limiting to be applied (97d17fe6)

Features

  • Errors: Socket Errors now report more correctly (257adf38)

v4.5.0

08 Aug 12:37
Compare
Choose a tag to compare

<a name"4.5.0">

4.5.0 (2016-08-08)

Features

  • Allow adding extended help to commands. (cd156faf, closes #343)

v4.4.0

29 Jul 13:41
Compare
Choose a tag to compare

<a name"4.4.0">

4.4.0 (2016-07-29)

Features

  • Supply better error messages for object retrievals (dfdadc21, closes #341)
  • Chat: ChatRoom methods resolve to self for chaining. (ffb8344a)
  • Commands:
    • Add getRoom to Command object (b91893ab)
    • Add getRoom on Commands object to support chatRooms (288a8f6a, closes #340)
  • User: Add User.whisper() to create private messages (97f85a04, closes #314)

v4.3.0

27 Jun 14:01
Compare
Choose a tag to compare

<a name"4.3.0">

4.3.0 (2016-06-27)

Features

  • Add compatibility announce support in useragent (67c2cef9, closes #332)
  • commands: Allow Provider to set key values synchronously (7c56cd4f, closes #333)

v4.2.1

24 Jun 13:14
Compare
Choose a tag to compare

<a name"4.2.1">

4.2.1 (2016-06-24)

Bug Fixes

  • app: Correct handling of unhandled rejected promises (16f1e6a9)

v4.2.0

20 Jun 11:45
Compare
Choose a tag to compare

<a name"4.2.0">

4.2.0 (2016-06-20)

Bug Fixes

  • commands: Preserve case of input commands in output (7c065cb7, closes #324)

Features

  • commands:
    • Add ability for commands to be forbidden by the forum provider (54c4da0e)
    • Allow handlers to append to existing reply text (996d158b)
    • Add Command protection, do not allow overwriting commands (9cb093e4)
    • Allow commands to be registered with in any case. (2dcc0cc8)
    • Allow Command Aliases (09b2b8a6, closes #328)

v4.1.2

12 Jun 23:07
Compare
Choose a tag to compare

<a name"4.1.2">

4.1.2 (2016-06-12)

Bug Fixes

  • application: Remove Derpy hooves from critical errors. (ad464045, closes #329)

v4.1.1

09 Jun 15:03
Compare
Choose a tag to compare

<a name"4.1.1">

4.1.1 (2016-06-09)

Bug Fixes

  • Resolve CodeClimate duplicate code issue in build scripts (4287a94a)
  • release: Fix semantic-release setup (b1217663)

Features

  • Build: Enable Semantic Release of SockBot. (2ea3382c)

v3.1.1 - Beta Badger

01 Jun 21:44
Compare
Choose a tag to compare

Release v3.1.1 has been released to github and npm

Fixes several bugs in 3.1.10 including (but not limited to)

  • Mentions were not being processed correctly, breaking the summoner plugin

Notable updates in this merge:

  • update travis and tests for release of nodejs 6.0
  • resolve #305
  • add formatters to format URLs for a forum.
  • add quoteText format function. resolves #309, enables SockDrawer/sockMafia#66
  • add misc format functions resolves #311
  • change post link format, resolves #308
  • release version 3.1.1 fixing mention notifications