All Versions
71
Latest Version
Avg Release Cycle
27 days
Latest Release
3324 days ago

Changelog History
Page 6

  • v0.7.1 Changes

    November 02, 2012
    • add error-handling for getFiles(). Closes #121
    • add error(res, url) helper
  • v0.7.0 Changes

    October 31, 2012
    • add implicit --save to component-install(1). Closes #103
    • add recursive .local support to component-install(1)
    • add better local dep failure message
    • add -l, --license to component-search(1). Closes #107
    • add component.lookup(pkg) function
    • add component.dependenciesOf(pkg) function
    • add History.md to component-create(1). Closes #101
    • add default .license of "MIT" to component-create(1)
    • update builder
  • v0.6.4 Changes

    October 26, 2012
    • fix a component-install(1) bug where a 404 would not display an error [damian]
  • v0.6.3 Changes

    October 24, 2012
    • update builder for main alias fix
  • v0.6.2 Changes

    October 22, 2012
    • add component-create(1) support for existing dirs and files. Closes #58
    • add local sub-command resolution
    • improve some error handling
    • fix annoying node warning for existsSync()
    • fix utils.error() stderr
  • v0.6.1 Changes

    October 22, 2012
    • change "bundled" to "local"
  • v0.6.0 Changes

    October 22, 2012
    • add COMPONENT_PATH support. Closes #30
    • add component.paths() helper function
    • update builder
  • v0.5.0 Changes

    October 19, 2012
    • add "main" support
    • fix component-search(1) when description is missing. Closes #83 [Tim Oxley]
  • v0.4.2 Changes

    October 17, 2012
    • fix silly component-install(1) bug attempting to read ./component.json. Closes #81
  • v0.4.1 Changes

    October 16, 2012
    • update builder