Skip to content

Releases: CleverStack/cleverstack-cli

Removed bundledDependencies, support for node 0.10, 0.11, 0.12 and iojs

16 Mar 15:56

Choose a tag to compare

  • feat(install): Added verbose output option to install command
  • patch(deportee): Temporarily patching dependency lib to not use deptree for now
  • chore(license): Updated year
  • chore(reps): Updated nom dependencies to latest versions
  • fix(tests): After updating to commander 2.6
  • fix(tests): Backout latest version of rimraf
  • chore(docs): Updated Contributing guide
  • chore(tests): Add 0.11 and 0.12 as targets for jenkins testing
  • chore(keywords): Updated keywords in package.json for npm
  • chore(docs): Updated links to documentation and gitter chat
  • chore(cleanup): General
  • refactor(cli): Use 2 spaces and no extra spaces, finished removing bundledDependencies
  • fix(tests): Updating help tests
  • refactor(tests): Bringing up-to date with latest code
  • refactor(tests): Added directive test
  • chore(cleanup): Use chai.config.includeStack
  • release(1.2.0): Removed bundledDependencies, support for node 0.10, 0.11, 0.12 and iojs

Fixed ENOTFOUND errors stopping clever from running

30 Jan 13:34

Choose a tag to compare

  • release(1.1.6): Fixed ENOTFOUND errors stopping clever from running
  • hotfix(updater): Fixed ENOTFOUND errors stopping clever from running

Updated docs and faster execution time

29 Jan 10:13

Choose a tag to compare

  • fix(updateNotifier): Made clever commands faster
  • docs(readme): Updated
  • chore(license): Updated
  • release(1.1.5): Made commands faster again

Correctly output logs when running with -v or --verbose and updateNotifier

23 Jan 15:56

Choose a tag to compare

  • fix(verbose): Correctly output logs when running with -v or --verbose
  • feat(update-notifier): Fixes #49
  • fix(travis): Clear the configstore for updateNotifier
  • release(1.1.4): Correctly output logs when running with -v or --verbose

Tests, keywords, repo and issue locations

17 Jan 09:29

Choose a tag to compare

  • chore(package): Updated keywords to target for cleverstack-cli
  • fix(tests): Be sure to clean the bower and npm caches before running tests
  • chore(cleanup): Cleaned up the init tests
  • chore(package): Update repo and issue locations
  • release(1.1.3): Tests, keywords, repo and issue locations

Better setup messages and various cleanup of code

04 Jan 18:46

Choose a tag to compare

  • fix(init): Progress bar now correctly displays percentage while running and after finishing
  • feat(services): Added ability to use Services in repl
  • refactor(verbose): Only output seed locations in verbose mode
  • chore(cleanup): Spacing
  • refactor(init): Log messages have been cleaned up and also fixed the progress percent problem
  • fix(progress): Check if cursorTo function is available before using it
  • refactor(init): Better progress bar messages
  • refactor(init): Further fixes to progress messages
  • release(1.1.2): Better setup messages and various cleanup of code

Hotfix Now correctly running install/setup prompts in series to prevent odd errors

21 Nov 19:59

Choose a tag to compare

  • hotfix(prompts): Now correctly running install/setup prompts in series to prevent odd errors

Fixed problem with Bower and applied hotfix for node-status

21 Nov 19:08

Choose a tag to compare

  • hotfix(init): Fixed bug in init command that was stopping progress bars from displaying
  • fix(packages): Util now runs over each in series to prevent weird bower related issues
  • release(1.1.0): Fixed problem with Bower and applied hotfix for node-status

Upgraded dependencies and bug fixes for upgrade and downgrade commands

21 Nov 17:16

Choose a tag to compare

  • refactor(Promises): Removed usage of Promise.defer() in favour of using the constructor
  • undefined
  • update(deps): Using the latest npm package versions
  • refactor(tests): Updated commander module means slightly different docs were generated, this updates them
  • undefined
  • update(deps): Dev Dependencies updated
  • fix(util): module util now correctly filters in series
  • fix(verbose): Added verbose option to upgrade and downgrade
  • release(1.0.9): Upgraded dependencies and bug fixes for upgrade and downgrade commands

Upgraded to work with seed versions 1.2.x plus lots of bug fixes

19 Nov 03:10

Choose a tag to compare

  • fix(nodeVersion): Target 0.10.x fixes #34
  • fix(progress): Implemented function to stop progress bar showing anything less than 100% on completion
  • fix(init): Patch clever init to only run grunt bootstrap build when requested to do so
  • fix(init): Fixes #46 #43 #41
  • fix(setup): Fixes #39 #38
  • fix(nom): Make sure warnings don't break clever install or init
  • fix(init): Ignore empty npm errors because of warnings and --silent
  • fix(tests): Install tests have been fixed
  • fix(tests): Updated clever install backend tests
  • refactor(tests): Use the backend-example-module instead of clever-background-tasks
  • feat(templates): 1.2.x clever generate, scaffold and new templates
  • refactor(tests): Updated tests for 1.2.x and new templates
  • fix(tests): clever new frontend tests updated
  • release(1.0.8): Upgraded to work with seed versions 1.2.x plus lots of bug fixes