All Versions
114
Latest Version
Avg Release Cycle
14 days
Latest Release
1337 days ago

Changelog History
Page 11

  • v0.4.0 Changes

    โž• Added

    • bit cat-scope private command
    • โšก๏ธ bit refresh-scope private command for updating model

    ๐Ÿ”„ Change

    • ๐Ÿ”„ change the header of the bit-objects to contain the hash of the file as a second argument
  • v0.3.4 Changes

    ๐Ÿ›  Fixed

    • โž• add the hash to the header of the any bit-object
  • v0.3.3 Changes

    ๐Ÿ›  Fixed

    • โž• add posix as an optional dependency (windows)

    โž• Added

    • โšก๏ธ specsResults verbose output after ci-update
    • โž• add bit clear-cache cmd
    • โšก๏ธ now running clear cache before bit update
  • v0.3.2 Changes

    โž• Added

    • โž• add bit-dev script for linking dev command, for development
    • circle ci integration
    • ๐Ÿ“ฆ package node v6.10.0 (LTS) (working for osx, debian, centos)

    ๐Ÿ›  Fixed

    • throw the right error code when inner problem occures
    • ๐Ÿ– handled errors will also have exit code 1
  • v0.3.0 Changes

    ๐Ÿ”„ Change

    • 0๏ธโƒฃ saving the component id to bit.json after export is a default behavior.
    • bit export --forget flag for not saving to bit.json after export.

    ๐Ÿ›  Fixed

    • โšก๏ธ Solved bug with specsResults pass attribute not updating after ci update.
  • v0.2.6 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ› bug with @ on scope annotation
    • ๐Ÿ‘Œ improved readme and docs
  • v0.2.5 Changes

    โž• Added

    • ๐Ÿ“š documentation under ./docs
    • gitbook integration

    ๐Ÿ”„ Change

    • ๐Ÿ”„ change mock-require to mockery on testing mechanism
    • ๐Ÿ‘Œ support node 4 with babel-preset-env + add plugins, instead of stage-0 preset
  • v0.2.4 Changes

    โž• Added

    • โž• add source-map support for dist (enables compiled bit debugging)

    ๐Ÿ”„ Change

    • small fix after import without peer dependencies (do not show the peer dependencies header)
  • v0.2.3 Changes

    โž• Added

    • import multiple components on one import (bit import componentA componentB)
    • write components specific version in bit.json after import -s flag
    • distinguish between peerDependencies and dependencies on the output of an import command
  • v0.2.2 Changes

    โž• Added

    • loader for export command

    ๐Ÿ”„ Change

    • โœ… scope now fetch devDependencies (compiler/tester) on export
    • scope does not fetch devDependencies on import
    • ๐Ÿ”„ changed dev to environment flag on import command