Releases: wonderlandpark/dokdo
Releases · wonderlandpark/dokdo
Critical Bug Fix
Releasing v1.0.0
Typescript is here!
BREAKING CHANGE
- Dokdo.Client
YOU SHOULD USE new Dokdo.Client()
instead of new Dokdo()
Please check the example on readme or examples/bot.js
.
- Removed djsDocs command
Due to outdated api website, the djsDocs command has been removed.
Related PR
- ref: Typescript rewrite by @filename24 in #515
- Releasing v1.0.0 by @wonderlandpark in #516
Full Changelog: v0.6.2...v1.0
Fixed Typing Issue
What's Changed
- fix: noPerm option to optional by @wonderlandpark in #514
Full Changelog: v0.6.1...v0.6.2
CD, Docs minor changes
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
What's Changed
- feat: isOwner option by @pikokr in #368
- feat: added intents display at root command
- deps: update djs to v14 by @skinmaker1345 in #500
- fix(jsi): constructor is called though element is null by @wonderlandpark in #509
- fix: main command displayed at root by @wonderlandpark in #511
- Release v0.6 by @wonderlandpark in #508
New Contributors
- @skinmaker1345 made their first contribution in #500
Full Changelog: v0.5.1...v0.6
Some minor fixes
Supporting Discord.js v13
Fixed Djs version
Added Docs Command
CHANGLOG
New Feature
docs
command : could search for djs document
Minor
- made some code style changes