Bit v0.11.0 Release Notes

Release Date: 2017-11-12 // over 6 years ago
    • ๐Ÿ”„ change versions numbers to be semantic versions
    • โž• add --outdated flag to bit show command to show the local and remote versions of a component
    • โž• add --outdated flag to bit list command to show the local and remote versions of components
    • bit show - show components that will be tagged automatically when their dependencies are tagged
    • ๐ŸŽ export / import performance and stability improvements
    • โž• add plugin mechanism to support different file types
    • SSH authentication can be done with SSH username and password in case a private key or an SSH agent socket is not available
    • ๐Ÿ‘ SSH is not supporting passphrase in case a private key is encrypted
    • reimplement cat-object command
    • bit show - show components that will be tagged automatically when their dependencies are tagged
    • ๐Ÿ› bug fix - dependencies were not written to the file-system when cloning a project with an existing bit.map file
    • disable the local search
    • ๐Ÿ›  fix a bug which prevents the ci running tests in some cases
    • ๐Ÿ› bug fix - re-adding a component after exporting it was considered as a new component
    • ๐Ÿ›  fix a bug which makes bit test command not work when a component use bit/ to require another component
    • prevent bare-scope corruption when the export process fails
    • ๐Ÿ›  fixed stderr maxBuffer exceeded bug in ci-update cmd
    • ๐Ÿ›  fix a bug which makes imported components considered as modified
    • ๐Ÿ›  fix typo in help man page