Skip to content

Releases: replikit-legacy/replikit

v0.23.4

02 Jan 16:03
Compare
Choose a tag to compare

0.23.4 (2022-01-02)

Note: Version bump only for package replikit

v0.23.3

27 Oct 14:54
Compare
Choose a tag to compare

0.23.3 (2021-10-27)

Bug Fixes

  • discord: Fix webhook creation issue (d639759)

v0.23.2

25 Oct 17:12
Compare
Choose a tag to compare

0.23.2 (2021-10-25)

Note: Version bump only for package replikit

v0.23.0

14 Dec 15:42
Compare
Choose a tag to compare

0.23.0 (2020-12-14)

Bug Fixes

  • commands: Fix min and max converter options (8d73aac)

Features

  • discord: Add support for incoming replies (e766172)
  • discord: Update discord backend (4718572)
  • sessions: Allow custom session keys (304d411)
  • storage: Update mongodb driver (f4ef11d)
  • views: Add force text views (ae5f436)
  • vk: Update vk backend (9066938)

v0.22.2

23 Oct 09:50
Compare
Choose a tag to compare

0.22.2 (2020-10-23)

Bug Fixes

v0.22.1

23 Oct 08:35
Compare
Choose a tag to compare

0.22.1 (2020-10-23)

Bug Fixes

  • storage: Fix username index (ec1ed7f)

v0.22.0

23 Oct 08:11
Compare
Choose a tag to compare

0.22.0 (2020-10-23)

Bug Fixes

  • cli: Remove irrelevant prompts (9f66d92)
  • discord: Add language to AccountInfo (6a06a27)
  • help: Improve help message (e313441)

Features

  • cli: Add commands to remove modules and external repositories (4b96040)
  • cli: Add dependency resolution mechanism to addExternal command (84eeb29)
  • cli: Update tsconfig generator (4bea549)

v0.21.0

17 Oct 13:50
Compare
Choose a tag to compare

0.21.0 (2020-10-17)

Bug Fixes

  • commands: Fix usage rendering of class-like commands (1d9b7aa)
  • i18n: Fix typo (32fe69f)
  • storage: Fix command parameters (136f4d2)

Features

  • authorization: Extract authorization logic to middleware and allow it to be used in class-like commands (4812d28)
  • commands: Add ability to use middleware resolvers (2328341)
  • core: Add inlineButtons feature flag (a9078d5)
  • sessions: Redesign session keys. Add ability to search sessions (32b4d54)
  • storage: Add getAccount method (a0fc12c)
  • views: Add text fallback mechanism and authentication (d6e926d)

v0.20.0

28 Sep 14:43
Compare
Choose a tag to compare

0.20.0 (2020-09-28)

Bug Fixes

  • sessions: Fix memory session storage (55f0a0a)

Features

  • commands: Add class-like command syntax (7186d22)
  • core: Add composition system (5275ecc)
  • storage: Add parameters for class-like commands (7a1cbf2)
  • views: Update to use composition system (30733ba)
  • Add ability to create multiple button rows (2a83a74)

v0.19.0

18 Sep 12:41
Compare
Choose a tag to compare

0.19.0 (2020-09-18)

Bug Fixes

  • cli: Use @replikit/cli instead of replikit (1d99cdb)
  • discord: Add support for links and dm channels (96b0c13)
  • sessions: Fix MongoSessionStorage (2a4702d)
  • telegram: Fix formatting in editMessage method (7726e80)

Features

  • core: Add support for inline buttons (d39240c)
  • messages: Add addButton method (1d7f3a0)
  • messages: Add OutMessageLike type and utils (a9fb59c)
  • messages: Add token factories and support for buttons (2275483)
  • router: Add support for buttons (6011d74)
  • sessions: Redesign session system (aa9c505)
  • views: Add experimental view system (8874b49)
  • Add animation support (3fe6611)
  • Add support for switchInline button (506f93e)
  • storage: Add more useful methods (e5cefa5)
  • telegram: Add support for inline buttons (66488b9)
  • vk: Add support for videos (a65a280)