Sha256: 4fbdb6ba41119a02723bbb1c571223fbc3ea1c16e1aa6eecd1d67569a68b7ee0

Contents?: true

Size: 1.19 KB

Versions: 2

Compression:

Stored size: 1.19 KB

Contents

### Version 1.2.1
* Configuration class
  * Added the new Configuration class that exposes the #allow_custom_classes property which takes a Boolean allowing/disallowing the use of custom commands to be used. See the documentation for details and usage.
* Custom commands
  * Allow ability for users to use custom commands (i.e. classes that do not prepend the SimpleCommand module) as long as the command class respond_to? the ::call public class method. Note: Configuration#allow_custom_commands must be set to true to use custom commands.
* Documentation updates
  * Add documentation for new Configuration class and miscellaneous other code additions/changes.

### Version 1.1.1
* Documentation updates
  * Add example code in README.md to include clarification on command namespacing, and how to autoload command classes to avoid NameError exceptions when SimpleCommand::Dispatcher.call(...) is call due to uninitialized command constants.

## Version 1.1.0 - 2016-11-01 [YANKED]
## Version 1.0.0 - 2016-11-01 [YANKED]
## Version 0.2.0 - 2016-11-01 [YANKED]
## Version 0.1.3 - 2016-11-01 [YANKED]
## Version 0.1.2 - 2016-10-29 [YANKED]
## Version 0.1.1 - 2016-10-29 [YANKED]
## Version 0.1.0 - 2016-10-29 [YANKED]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_command_dispatcher-1.2.2 CHANGELOG.md
simple_command_dispatcher-1.2.1 CHANGELOG.md