UNPKG

@shadow-dev/core

Version:

A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.

39 lines (22 loc) 2.66 kB
# Changelog ## [2.1.0](https://github.com/Shadows-Development/ShadowCore/compare/v1.2.1...v2.1.0) (2025-12-19) ### Features * Event Bus System ([#128](https://github.com/Shadows-Development/ShadowCore/issues/128)) ([6390211](https://github.com/Shadows-Development/ShadowCore/commit/639021118908edbc317941b5b0ab09ee6e65c6e8)) * Plugin System Auto Registration of Components ([#132](https://github.com/Shadows-Development/ShadowCore/issues/132)) ([5d8918f](https://github.com/Shadows-Development/ShadowCore/commit/5d8918f4e933adebbb4ee57c91604a14fc8952a0)) ## [1.2.1](https://github.com/Shadows-Development/ShadowCore/compare/v1.2.0...v1.2.1) (2025-07-29) ### Bug Fixes * changed GatewayIntentBits to GatewayIntentsString ([109702a](https://github.com/Shadows-Development/ShadowCore/commit/109702aee54375d16b394ea929e34d7255a97096)) * Lint issues ([28d1a0f](https://github.com/Shadows-Development/ShadowCore/commit/28d1a0f4254aa78b5df79dd6cc0d53b9274179c7)) * npm Audit Security fix ([9da46b3](https://github.com/Shadows-Development/ShadowCore/commit/9da46b344e57f65b2c08ccecd8f453f527fb80f1)) ## [1.2.0](https://github.com/Shadows-Development/ShadowCore/compare/v1.1.0...v1.2.0) (2025-04-20) ### Features * **security:** add core security utilities (argon2, jwt, hmac) ([f7a4e54](https://github.com/Shadows-Development/ShadowCore/commit/f7a4e54360a8ffd06e3bea4b2dcfc672c3931eee)) * **security:** Added some security utils ([6757eb4](https://github.com/Shadows-Development/ShadowCore/commit/6757eb43b8abf8dc09e6ef521b82156420b61a56)) * **security:** Fixed import ([b19406f](https://github.com/Shadows-Development/ShadowCore/commit/b19406f0c7c102a47ca3ed562e843fbd89748e3a)) * **security:** Ran npm i to fix package-lock.json ([d82ea20](https://github.com/Shadows-Development/ShadowCore/commit/d82ea207ead8c0a220728cf88b58ba7a7cc90e06)) * **security:** Replaced old version number with latest ([a4549a8](https://github.com/Shadows-Development/ShadowCore/commit/a4549a8c2255bc41e98263acc99ba235f6d62733)) ## [1.1.0](https://github.com/Shadows-Development/ShadowCore/compare/v1.0.1...v1.1.0) (2025-04-18) ### Features * **plugin:** add experimental plugin system with dynamic loading support ([9700af7](https://github.com/Shadows-Development/ShadowCore/commit/9700af7ed60c1bb0a0df6d44f3db1d34cf0ffb5d)) * **plugin:** Added base structure of the backend ([43a23f3](https://github.com/Shadows-Development/ShadowCore/commit/43a23f3a009dcd57e206c5a64c19202959448bbb)) * **plugin:** Added experimental plugin system ([f2d2fb3](https://github.com/Shadows-Development/ShadowCore/commit/f2d2fb3917be0548f1a15abac4db38e8e2297e41))