Skip to content

Releases: ThatsLiamS/discord.js-ghost-ping

v3.1 TypeScript

27 Dec 23:35
dd01bcf
Compare
Choose a tag to compare

This release brings several enhancements, bug fixes, and improved maintainability. The TypeScript version will provide better type checking and code completion, making it easier for developers to work with the package.

What's Changed

  • TypeScript Support: The entire codebase has been translated into TypeScript for improved developer experience.
  • Developer Dependencies: Relevant TS modules and NodeJS Types.
  • ESLint: Bumped from 8.28.0 to 8.49.0 by @dependabot over various commits.

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

01 Dec 22:43
Compare
Choose a tag to compare

Change Log

Breaking Changes:

> Removed object export
> Set the detector as the default export

Removed:

> Removed all async functions
> Removed the Customisation object parameter
> Removed the auto sent embed message

Added:

> New array merging syntax
> Returns new <Object | Boolean> type

Return Object

const { author, guild, channel, message, mentions } = GhostPing(...args);

/**
 * Author == https://discord.js.org/#/docs/discord.js/stable/class/Message?scrollTo=author
 * Guild == https://discord.js.org/#/docs/discord.js/stable/class/Guild
 * Channel == https://discord.js.org/#/docs/discord.js/stable/class/Message?scrollTo=channel
 
* Message == https://discord.js.org/#/docs/discord.js/stable/class/Message
* Mentions == type Array[String]  | String == /^<@!?(\d+)>$/  OR  /^<@&(\d+)>$/
**/

v2.1.0

05 Jan 15:03
Compare
Choose a tag to compare

Array manipulation

  • Removed all .push() methods
  • Replaced for loops with .filter() and .map()
  • Created Global .map() function parameter
  • Used .concat() to merge arrays

Types

New Contributors

Full Changelog: v2.0.0...v2.1.0

DJS v13

23 Jul 14:31
Compare
Choose a tag to compare
v2.0.0

DJS v13 release

v1.3.4: Fixed formatting and logic errors

05 Jun 10:53
Compare
Choose a tag to compare
  • Created .eslintrc.json
  • Changed formatting to suit the rules set forth above
  • Fixed logic of instanceof and typeof
  • Imported require module in send.js

v1.3.3: Merge branch 'main' of https://github.com/ThatsLiamS/discord.js-ghost…

03 Jun 22:21
Compare
Choose a tag to compare

v1.3.2

31 May 21:14
Compare
Choose a tag to compare
v1.3.2 Lauched

v1.3.1

31 May 18:37
Compare
Choose a tag to compare
Did it work?