All Versions
114
Latest Version
Avg Release Cycle
14 days
Latest Release
1044 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.10.0 Changes
August 07, 2017๐ฅ 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 Changes
June 28, 2017- โ Add babel-plugin-transform-runtime to support async functions
-
v0.6.5
June 26, 2017 -
v0.6.5-rc.1 Changes
June 26, 2017- ๐ bugfix - install drivers in scope level before test in scope
- ๐ bugfix - install drivers in scope level before build in scope
- ๐ bugfix - calling to old bind command during component e2e tests
-
v0.6.4 Changes
June 25, 2017- โก๏ธ update "bit-javascript" dependency to 0.6.4
-
v0.6.3-rc.3 Changes
June 15, 2017- โ
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 Changes
June 08, 2017- โก๏ธ update "bit-javascript" dependency to rc ("0.6.4-rc.1")
- Try using cache before fetching remote
-
v0.6.3-rc.1 Changes
June 06, 2017- ๐ 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
- 0๏ธโฃ 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
- ๐ support running e2e tests in a dev environment where
-
v0.6.2 Changes
May 21, 2017- ๐ [removed] JSDoc data are saved only for functions with a tag
@bit
. - ๐ fixed component classification (local or external)
- ๐ [removed] JSDoc data are saved only for functions with a tag
-
v0.6.1 Changes
May 18, 2017- JSDoc data are saved only for functions with a tag
@bit
. - do not terminate watcher after failures.
- โ add the commit-log details to the Component object, so then it'll be available for
bit show --json
andbit export
.
- JSDoc data are saved only for functions with a tag