Releases: teambit/bit
Releases · teambit/bit
v0.10.4-rc.1
- support exporting binary files
- fix a bug when importing version 2 of a component while version 1 has been imported before
- fix a bug when exporting version 3 of a component after importing version 2
- bug fix - install test environment if not exist upon bit test
- Fix conflicts when import from bit.json more than one component with the same nested deps
- Remove duplicates from missing packages (during import) warning
- improve error on adding non existing file
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 test
shows the error stack in case of a fatal error- add logger
- support debug-mode for e2e tests