Releases: Cosrnos/pacmod-cli
Releases · Cosrnos/pacmod-cli
v0.5.1 - Command Handler
This is a duplicate release since github tagged the last release as rather weird.
Everything in v0.5.0
- Adds Command Processor
- Migrates existing commands to Command Processor
- Adds
list
command - Adds _DIRNAME internal variable to access pacmod directory
- Adds pacmod-core package
- Adds pacmod-commands package
- Adds base package & Import functionality
Existing Gulp functionality will be removed in favor of a Brocolli build system.
Accidental mistagging
Accidental tag, THIS IS NOT 5.0
v0.4.0 - Configuration Improvements
Public Changes
- Configuration variables are no longer case sensitive! However, it's best to use lower case names as we may be moving toward preferring lower case config variables
- PACKAGE_NAME now defaults to the
name
definition in Package.json if available - BUILD_DESTINATION configuration option renamed to TEMP_FOLDER
- DIST_FOLDER renamed to SCRIPT_PATH
- BUILD_TARGET added
- TEST_DESTINATION removed
Internal Changes
- All virtuals renamed to be more verbose. All virtuals now prefixed with '_' character
- Config virtuals are now object properties
- Config moved to its own folder
- Config loader now uses RSVP Promises to control flow. The loader is still synchronous, however, as asynchronous task definition is not currently supported by gulp.
QUnit Support
This is the first official release of pacmod! Pacmod now includes all major basic functionality from the original idea.
- Adds test running support with
pacmod test
- Adds qunit support
- Improves error logging and handling
- Adds debug mode
CLI
Initial Functionality
Includes initial functionality:
- Basic Package es2015 compilation
- Basic configuration
- Basic development environment