Skip to content

v0.6.3-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 06 Jun 13:29
· 12786 commits to master since this release
  • 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
  • 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