Skip to content

Releases: teambit/bit

v0.6.3-rc.3

25 Jun 11:22
Compare
Choose a tag to compare
v0.6.3-rc.3 Pre-release
Pre-release
  • bit test shows the error stack in case of a fatal error
  • add logger
  • support debug-mode for e2e tests

v0.6.3-rc.2: Release/v0.6.3 rc.2 (#177)

15 Jun 12:43
Compare
Choose a tag to compare
Pre-release
* update "bit-javascript" dependency to rc ("^0.6.4-rc.1")

* fix Jenkins build

v0.6.3-rc.1

06 Jun 13:29
Compare
Choose a tag to compare
v0.6.3-rc.1 Pre-release
Pre-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