Skip to content

Releases: Cosrnos/pacmod-cli

v0.5.1 - Command Handler

23 Feb 03:44
Compare
Choose a tag to compare

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

23 Feb 03:48
Compare
Choose a tag to compare

Accidental tag, THIS IS NOT 5.0

v0.4.0 - Configuration Improvements

09 Dec 03:08
Compare
Choose a tag to compare

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

06 Dec 16:11
Compare
Choose a tag to compare

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

06 Dec 14:47
Compare
Choose a tag to compare
CLI Pre-release
Pre-release
  • Adds CLI support! No need to download or keep pacmod files in your directory! Just install the global and you're all set!

Initial Functionality

05 Dec 18:46
Compare
Choose a tag to compare
Initial Functionality Pre-release
Pre-release

Includes initial functionality:

  • Basic Package es2015 compilation
  • Basic configuration
  • Basic development environment