Bit v0.6.3-rc.1 Release Notes

Release Date: 2017-06-06 // almost 7 years ago
    • ๐Ÿ‘Œ support running e2e tests in a dev environment where bit command is different (such as bit-dev)
    • bit import no longer uses the internal cache objects to retrieve remote bit-components.
    • avoid corrupted data in a scope when dependencies somehow are not being resolved.
    • ๐Ÿ‘ allow bit init when there is a bit.json file without the source or env attributes.
    • ๐Ÿ› bug fix: don't show the version-compatibility warning more than once
    • โœ‚ remove duplications from dependencies list of bit import output.
    • suppress dependencies list upon bit import, unless a flag --display_dependencies is being used.
    • warn for missing driver
    • 0๏ธโƒฃ set the file-extension of the built-dist-file according to the current language ('.js' by default)
    • ๐Ÿ‘Œ support async/await syntax.
    • โœ‚ remove the injection of bit-js module into the tester environment.
    • โž• add bit-javascript as a dependency and a post install hook.
    • ๐Ÿ‘€ do not show tests output in case of thrown error on commit, use verbose flag to see the error.
    • ๐Ÿ“œ parse @property tag of JSDoc
    • โž• add bit reset command for cancelling the last local commit
    • extract the importing bit.json components functionality from bit import into a new command bit install.
    • โž• add infrastructure for e2e tests
    • ๐Ÿ›  fix onExport hook to get called after writing dependencies to bit.json
    • โš  increased max listeners to 100 (prevent warning message)
    • colored commit success message
    • ๐Ÿ‘Œ support for merge conflict error reporting via ssh
    • ๐Ÿ“„ docs - fix bitsrc links to work