All Versions
114
Latest Version
Avg Release Cycle
14 days
Latest Release
1357 days ago

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 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
    • 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 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
  • 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)
  • 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 and bit export.