Skip to content

Tags: AroxBot/framework

Tags

0.1.3

Toggle 0.1.3's commit message
chore(release): bump version to 0.1.3 and update tar dependency

0.1.2-beta.2

Toggle 0.1.2-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor!: remove global context, update command/event attachment (#59)

* refactor!: remove global context, update command/event attachment

BREAKING CHANGE: The global context module has been removed. Commands
and events must now access the client and logger via instance properties
after being attached. The `prefix` option is now a function. Update your
usage accordingly.

* refactor(core): limit export factory recursion depth

Add MAX_EXPORT_FACTORY_DEPTH constant and enforce it in registerExport
to prevent infinite recursion when registering export factories. Rename
messages.ts to lang.ts and update imports. Remove unused prefix log and
package.json imports field.

* chore(utils): simplify getDefaultLang return logic

0.1.1

Toggle 0.1.1's commit message
update ver 0.1.1

0.1.0-alpha.2

Toggle 0.1.0-alpha.2's commit message
chore: Update createRelease function

0.1.0-alpha.1

Toggle 0.1.0-alpha.1's commit message
chore: add Error handling