Skip to content

Releases: CleverStack/cleverstack-cli

FIX: Support HTTPS_PROXY and HTTP_PROXY environment variables

18 Feb 00:17
Compare
Choose a tag to compare
  • fix(proxy): Support HTTP_PROXY and HTTPS_PROXY environment variables for install and search commands - fixes #81

Support HTTPS_PROXY and HTTP_PROXY environment variables

17 Feb 05:28
Compare
Choose a tag to compare

Fixed init command

27 Jan 13:00
Compare
Choose a tag to compare
  • fix(init): Fixed issue with buffer filling up and pausing child_process until its emptied
  • release(1.2.8): Fixed init command

Hotfix - Fixed issues with grunt utility

05 May 14:12
Compare
Choose a tag to compare
  • fix(grunt): Resolved issue with function hoisting runTask and issue wth stdio
  • release(1.2.7): Hotfix - Fixed issues with grunt utility

Performance gains using spawn instead of exec, build working again and windows support bug fixes

20 Apr 04:16
Compare
Choose a tag to compare
  • feat(bower): Now uses spawn instead of exec
  • chore(cleanup): Handle exists for all spawned processes + deadline implementation + cleanup
  • fix(build): Build working again for frontend using spawn
  • fix(windows): Fix windows error in init - fixes #66

Hotfix:Modules - Correctly handle multiple peerDependencies as module dependencies

07 Apr 04:47
Compare
Choose a tag to compare
  • hotfix(modules): Correctly handle multiple peerDependencies as module dependencies

Re-implemented module installation dependencies without bundledDependencies[]

06 Apr 18:27
Compare
Choose a tag to compare
  • feat(peerDependencies): Module dependencies at install time
  • feat(peerDependencies): Module dependencies at install time fully implemented
  • fix(modules): Fixed matching of module versions for init and install commands
  • fix(log): Correctly output the stack trace for exceptions while running init
  • chore(cleanup): Small cleanup of init command
  • feat(spawn): Use spawn instead of exec in clever init
  • feat(peerDependencies): Re-implement module installation dependencies without bundledDependencies[]
  • release(1.2.4): Re-implement module installation dependencies without bundledDependencies[] #62 and #64

Full support for node 0.10, 0.11, 0.12 and iojs. Much faster install command without any Buffer out of space errors caused by using exec. Cleanup of tests and REPL/install related files.

01 Apr 22:06
Compare
Choose a tag to compare
  • refactor(repl): REPL will now work on all versions of node > 0.8
  • fix(repl): Fixed REPL for node <= 0.10.x, should fix #60
  • fix(repl): clever repl does not work on node 0.11, 0.12 and io.js
  • chore(cleanup): Removed debug log
  • fix(modules): Dependencies now install much faster using async smarter + use spawn instead of exec - this makes things much faster and more efficient, as well as ensuring we don't get any Buffer max/out-of-space related errors.
  • chore(cleanup): Search related tests
  • fix(tests): Removed use of verbose for tests
  • fix(tests): REPL Tests updated to work with cli-tables
  • chore(cleanup): Build command
  • refactor(tests): Linting and Re-indenting tests
  • release(1.2.3): Full support for node 0.10, 0.11, 0.12 and iojs. Much faster install command without any Buffer out of space errors caused by using exec. Cleanup of tests and REPL/install related files.

Fixed NODE_PATH for grunt utility, fixes #56

16 Mar 21:23
Compare
Choose a tag to compare
  • fix(grunt): Fixed NODE_PATH for grunt utility, fixes #56
  • grunt fails while installing modules
  • chore(docs): Added gitter badge
  • feat(travis): Add gitter hooks
  • release(1.2.2): Fixed NODE_PATH for grunt utility, fixes #56

Hotfix - Re-added grunt task execution after installation

16 Mar 17:39
Compare
Choose a tag to compare
  • hotfix(tasks): Re-added grunt task execution after installation
  • release(1.2.1): hotfix(tasks): Re-added grunt task execution after installation