bit

A build system for development of composable software.

OTHER License

Downloads
64.9K
Stars
17.8K
Committers
79

Bot releases are hidden (Show)

bit - v0.10.6-rc.3

Published by GiladShoham about 7 years ago

  • fix ci-update command when there are tester and compiler to use the same isolated-environment
  • fix an error when importing a component, exporting it, modifying and exporting again (v3)
  • fix links generation when importing from a non-consumer root path
  • fix ci-update command to generate links when necessary
  • status output with missing dependencies
  • help flags adjusted to new help
  • missing dependencies formatted on commit
  • sources no longer part of bit.json's defaults
  • exception when using bit test or bit build before adding first components
  • add a new flag to bit add to override or append files to bit component
bit - v0.10.6-rc.2

Published by GiladShoham about 7 years ago

  • improve readme
  • improve outputs
  • improve windows support for import command
bit - v0.10.6-rc.1 - windows support

Published by GiladShoham about 7 years ago

  • windows support
  • fix Error: "Cannot find module './build/Release/DTraceProviderBindings'" when installing via Yarn
  • fix the local and remote search
  • support deleting files from a component
  • fix the internal ci-update command where an environment has a tester without a compiler
  • improved commit, add, export and status outputs
  • improved bit help
  • fix bit config command for Linux
bit - v0.10.5

Published by GiladShoham about 7 years ago

  • improved commit, add, export and status outputs
  • improved bit help
  • Improve log files (rotate, color, prettyPrint)
  • Support define dependencies for imported components
  • bug fixes for export command
bit - v0.10.4

Published by GiladShoham about 7 years ago

  • bug fix - component stays in "staged components" section after the second export
  • 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 nonexisting file
  • improve support for imported components as dependencies of authored components
  • auto-resolve dependencies for imported components
bit - v0.10.4-rc.3

Published by GiladShoham about 7 years ago

  • auto-resolve dependencies for imported components
bit - v0.10.4-rc.2

Published by GiladShoham about 7 years ago

  • improve support for imported components as dependencies of authored components
bit - v0.10.4-rc.1

Published by GiladShoham about 7 years ago

  • 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
bit - v0.10.3

Published by GiladShoham about 7 years ago

  • 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
bit - v0.10.2

Published by GiladShoham about 7 years ago

  • Improve resolving packages dependencies for ts files
bit - v0.10.1

Published by GiladShoham about 7 years ago

  • Fix e2e tests
bit - v0.10.0 - BREAKING CHANGES

Published by GiladShoham about 7 years ago

  • 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.
bit - v0.6.6-rc.1

Published by GiladShoham over 7 years ago

  • Add babel-plugin-transform-runtime to support async functions
bit - v0.6.5

Published by GiladShoham over 7 years ago

bit - v0.6.5-rc.1

Published by GiladShoham over 7 years ago

  • 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
bit - v0.6.4

Published by GiladShoham over 7 years ago

  • update "bit-javascript" dependency to 0.6.4
bit - v0.6.3-rc.3

Published by GiladShoham over 7 years ago

  • bit test shows the error stack in case of a fatal error
  • add logger
  • support debug-mode for e2e tests
bit -

Published by GiladShoham over 7 years ago

bit -

Published by GiladShoham over 7 years ago

  • 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
  • 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