This repository has been archived by the owner on Aug 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cutting Indev to Master for NPM 0.10.0 release (#76)
* Added padding to help command * Removed one line function * Added padding to help command * Custom Permission Roles Support * Adds member usage type. * parseUsage fix and member usage type * Allows multi word values to be used * Fix random missing periods, spelling, etc. * bot owner commands only... * Fix for Core 'conf' command * Adds Boolean Usage type and reverts old boolean fix * Reverted again and made value checking better. Will now correctly change depending on the type of the key. Set can now set a boolean key as 'false' * Quick fix for disable.js not disabling commands in disabledCommands array * Fix for default config being 'out of sync' on updates * Better 'Fix', which allow you to use setKey, and not have your default options overwritten, but still add missing keys if you don't have them * Updated forEach per Ao's recommendation * Download.js VM "Cannot Find Module" Fix * Readded Cybers selfbot option && fix for it * If command is now selfbot only and bot is not a selfbot, The bot will now uninstall the modules it previously installed. * Selfbot commands now correctly load or not if selfbot * Bumping Komada Core to use D.JS Indev * Eslint/Beautify everything~ * Updated ESLint to allow Template Literals * Fix Resolves/Rejects to stop executing further code * Delete .jsbeautifyrc * Update .eslintrc.json * Update package.json * Update package.json * Various Changes. * Update .eslintrc.json * Fixed * Conf.js Fix && Eslint * The Great Conf Fix * Update confs.js * Eslinting Patch * ESlint them all * Fucked up? * Semver Patch * Fixes * Bumped * Monitors addition (#71) * Monitors Loading && Monitors Running * Message Event ignores bot messages and runs monitors * Profanity- 1st Monitor Example * Ignores Bots, Outputs Error Stacks into console * Semver minor bump Monitors * removal of max-len from linter * oops. I mean semver patch * Better Support for Arrays/Ints/Booleans/Strings * Update package.json * Monitors/Inhibitors Uncaught Exception fix * Verison Bumps * Fixes Galore * Aye Fixed Komada not listening to itself * Reload all the things! (#75) * Fixes last eslint issues and codeblock undefined issue * New Reload.js Command. * Reload Function! Reload all the pieces now! * Fixes for Function/Command reload.js * Semver Minor. Preparing for NPM release * Create CHANGELOG.MD * Rename CHANGELOG.MD to CHANGELOG.md * Changelog Released.
- Loading branch information
1 parent
1627e6d
commit 8469fb9
Showing
52 changed files
with
1,895 additions
and
1,364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] | ||
|
||
## [0.10.0] - 2016-11-21 | ||
### Added | ||
- Reloading for Functions, Events, Inhibitors, Monitors from [UnseenFaith] | ||
- Monitors from [UnseenFaith] | ||
- ESLint Rules added from [CyberiumShadow] and [hkwu] | ||
- Discord.JS Indev Support from [CyberiumShadow] | ||
- Custom Permissions Roles from [UnseenFaith] | ||
|
||
### Changed | ||
- New Reload.js Command. from [UnseenFaith] | ||
- Komada no longer listens to bots. from [CyberiumShadow] | ||
- Better support for Arrays/Ints/Booleans/Strings in confs from [UnseenFaith] | ||
- Changing commands to bot owner only. from [eslachance] | ||
- Allowing multiword values to be used in confs from [CyberiumShadow] | ||
- Padding from [vzwGrey] | ||
|
||
### Fixed | ||
- Fixes for Function/Command reload.js from [UnseenFaith] | ||
- Fixes last eslint issues and codeblock undefined issue from [UnseenFaith] | ||
- Monitors/Inhibitors Uncaught Exception fix from [UnseenFaith] | ||
- The Great Conf Fix from [UnseenFaith] | ||
- Fixed Promise Resolve/Rejects to prevent further code execution from [bdistin] | ||
- Download.js VM "Cannot Find Module" Fix from [UnseenFaith] | ||
- Various Confs fixes from [UnseenFaith] | ||
- Usage Addition/ParseUsage fix from [UnseenFaith] | ||
|
||
### Contribution Count (Latest Update) | ||
- [UnseenFaith]: 12 contributions | ||
- [CyberiumShadow]: 4 contributions | ||
- [bdistin]: 1 contribution | ||
- [hkwu]: 1 contribution | ||
- [eslachance]: 1 contribution | ||
- [vzwGrey]: 1 contribution | ||
|
||
|
||
[Unreleased]: https://github.com/eslachance/komada/compare/v0.10.0...HEAD | ||
[0.10.0]: https://github.com/eslachance/komada/compare/1627e6deb1d8c352d83e52ccd590f2330f5f8bb2...v0.10.0 | ||
|
||
[vzwGrey]: https://github.com/vzwGrey | ||
[eslachance]: https://github.com/eslachance | ||
[hkwu]: https://github.com/hkwu | ||
[bdistin]: https://github.com/bdistin | ||
[UnseenFaith]: https://github.com/UnseenFaith | ||
[CyberiumShadow]: https://github.com/CyberiumShadow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.