Releases: teambit/bit
Releases · teambit/bit
v0.10.3
- fix memory leak when exporting a big amount of components
- fix running import command from a non-root directory
- support specifying multiple ids using the export command
- fix the auto creating dependencies during commit
- performance improvement for status and commit
v0.10.2
- Improve resolving packages dependencies for ts files
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 testshows 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