Releases: teambit/bit
Releases · teambit/bit
v0.10.1
- Fix e2e tests
v0.10.0 - BREAKING CHANGES
- Upgrade: Bit now works with a new set of APIs and data models for the code component and scope consumer.
- Important: Bit is not backward compatible with remote scopes running older versions of Bit.
v0.6.6-rc.1
- Add babel-plugin-transform-runtime to support async functions
v0.6.5
Bump version and update changelog
v0.6.5-rc.1
- bugfix - install drivers in scope level before testing in scope
- bugfix - install drivers in scope level before building in scope
- bugfix - calling to old bind command during component e2e tests
v0.6.4
- update "bit-javascript" dependency to 0.6.4
v0.6.3-rc.3
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)
* update "bit-javascript" dependency to rc ("^0.6.4-rc.1") * fix Jenkins build
v0.6.3-rc.1
- 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 thesource
orenv
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 commandbit 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