All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. and this project adheres to Semantic Versioning.
- make the ssh mechanism backwards compatible with older versions
- put now work with stream (after export) instead of putting the data on a command argument
- replace the use of sequest module with ssh2 module directly.
- bit cat-scope private command
- bit refresh-scope private command for updating model
- change the header of the bit-objects to contain the hash of the file as a second argument
- add the hash to the header of the any bit-object
- add posix as an optional dependency (windows)
- specsResults verbose output after ci-update
- add bit clear-cache cmd
- now running clear cache before bit update
- add bit-dev script for linking dev command, for development
- circle ci integration
- package node v6.10.0 (LTS) (working for osx, debian, centos)
- throw the right error code when inner problem occures
- handled errors will also have exit code 1
- 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.
- Solved bug with specsResults pass attribute not updating after ci update.
- bug with @ on scope annotation
- improved readme and docs
- documentation under ./docs
- gitbook integration
- change mock-require to mockery on testing mechanism
- support node 4 with babel-preset-env + add plugins, instead of stage-0 preset
- add source-map support for dist (enables compiled bit debugging)
- small fix after import without peer dependencies (do not show the peer dependencies header)
- 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
- loader for export command
- scope now fetch devDependencies (compiler/tester) on export
- scope does not fetch devDependencies on import
- changed dev to environment flag on import command
fix a bug with import many ones function
- loaders.
- stablize version.
- improve error handling.
initial version