Skip to content

Releases: wonderlandpark/dokdo

Critical Bug Fix

23 Jul 09:03
e8d3215
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0...v1.0.1

Releasing v1.0.0

08 Jul 03:03
cb075cd
Compare
Choose a tag to compare

Typescript is here!

BREAKING CHANGE

  1. Dokdo.Client

YOU SHOULD USE new Dokdo.Client() instead of new Dokdo()

Please check the example on readme or examples/bot.js.

  1. Removed djsDocs command

Due to outdated api website, the djsDocs command has been removed.

Related PR

Full Changelog: v0.6.2...v1.0

Fixed Typing Issue

04 Sep 09:56
e34fcc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

CD, Docs minor changes

21 Aug 05:16
Compare
Choose a tag to compare

What's Changed

  • cd: added npm publish by @wonderlandpark in #512
  • docs: added notes for Discord.js v13 and message contents intent
  • docs: changed author email address

Full Changelog: v0.6...v0.6.1

Supporting Discord.js v14

21 Aug 04:38
7fbb55a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6

Some minor fixes

01 Oct 13:59
931a34e
Compare
Choose a tag to compare

CHANGELOG

Added

Fixed

  • returning main branch when version includes dev on docs command (#325) Thanks to. @KeepSOBP

Minor Changes

  • removed debug code for docs command

Supporting Discord.js v13

27 Aug 01:20
374aacf
Compare
Choose a tag to compare

CHANGELOG

Added

Documents

  • Added issue templates
  • Added Discord.js v12 installation notice

Fixed Djs version

08 Aug 04:39
0ec9cff
Compare
Choose a tag to compare

CHANGELOG

Fixed

Added Docs Command

13 Jul 01:56
4e76703
Compare
Choose a tag to compare

CHANGLOG

New Feature

  • docs command : could search for djs document

Minor

  • made some code style changes

Released v0.3.1

03 Jul 07:51
4f71147
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • secrets including special characters aren't hiding (#225)

Other