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

Changelog History
Page 7

  • v0.11.0 Changes

    November 12, 2017
    • 🔄 change versions numbers to be semantic versions
    • ➕ add --outdated flag to bit show command to show the local and remote versions of a component
    • ➕ add --outdated flag to bit list command to show the local and remote versions of components
    • bit show - show components that will be tagged automatically when their dependencies are tagged
    • 🐎 export / import performance and stability improvements
    • ➕ add plugin mechanism to support different file types
    • SSH authentication can be done with SSH username and password in case a private key or an SSH agent socket is not available
    • 👍 SSH is not supporting passphrase in case a private key is encrypted
    • reimplement cat-object command
    • bit show - show components that will be tagged automatically when their dependencies are tagged
    • 🐛 bug fix - dependencies were not written to the file-system when cloning a project with an existing bit.map file
    • disable the local search
    • 🛠 fix a bug which prevents the ci running tests in some cases
    • 🐛 bug fix - re-adding a component after exporting it was considered as a new component
    • 🛠 fix a bug which makes bit test command not work when a component use bit/ to require another component
    • prevent bare-scope corruption when the export process fails
    • 🛠 fixed stderr maxBuffer exceeded bug in ci-update cmd
    • 🛠 fix a bug which makes imported components considered as modified
    • 🛠 fix typo in help man page
  • v0.10.9 Changes

    October 18, 2017
    • 📇 rename bit commit to bit tag
    • extract only relevant dependencies from link files (files that only require other files)
    • typescript - extract only relevant dependencies from link files (files that only require other files)
    • 📦 take package version from package.json in the component / root folder to support semver package dependencies
    • 🆕 new field in bit.json (bindingPrefix) for dynamic links
    • ➕ add flag to bit show to compare component in file system to last tagged component
    • 👍 better handling deleted files
    • 👌 improve bit add to convert files to valid bit names
    • 🛠 fixed - writing dist files to wrong directory during bit tag / test commands
    • 🛠 fixed remove of exported component
    • prevent bare-scope corruption when the export process fails
    • 🛠 fixed stderr maxBuffer exceeded bug in ci-update cmd
    • ✅ throw error when tester doesn't return any result for test file
    • 🔄 change the order of determine the main/index file - it's now ['js', 'ts', 'jsx', 'tsx', 'css', 'scss', 'less', 'sass']
    • 👌 improve checkVersionCompatibility between server and client
    • ✅ show correct message / error when the tester has an exception during bit test
    • 🛠 fix bug with printing wrong id on bit tag for component in versions between 10-19
    • 🖐 handle invalid bit.json
    • ✅ bit add on missing test file should throw an error
    • ✅ prevent test files from becoming new components
    • 🛠 fix bug when component version is larger than 10 it won't show as staged
  • v0.10.8 Changes

    October 01, 2017
    • 👌 support requiring imported components using require('bit/namespace/name') syntax
    • 🆕 new remove command for removing local and remote components
    • 🆕 new deprecate command for deprecating local and remote components
    • 🆕 new move command for moving files/directories of a component to a new location
    • 📦 create package.json for imported components
    • exclude import-pending components from 'new components' section
    • ➕ add ignore missing dependencies to commit
    • 💾 save all dependencies on one configurable directory (components/.dependencies by default)
    • ➕ add support for tsx files
    • generate internal component links according to their compiled version
    • 🚚 move a re-imported component to a new location when bit import --prefix is used
    • 🛠 fix commit and export issues when dealing with more than 500 components
    • 🛠 fix export of large amount of data
    • 🛠 fix bug with commit --force when tests throws an exception
    • 🛠 fix bug - when you import authored component (and there is a newer version) it duplicate it in the .bit.map.json
    • 🛠 fix bug - when you import authored component it was added to bit.json dependencies
    • 🛠 fix bug with ssh2 times out on handshake
  • v0.10.7 Changes

    September 07, 2017
    • 👌 improve windows support
    • ➕ add bit untrack command
    • 👌 support CSS/less/sass/sass as main file
    • 👌 support jsx extension as the main file of a component
    • 👌 support adding new files to imported components
    • 🗄 deprecated install command
    • 🛠 fix the search according to search-index v0.13.0 changes
    • prevent exporting a component when the same version has been exported already to the same remote scope
    • 🏗 avoid running the build and test processes upon bit status
    • 👍 allow export specific components without specifying the scope-name
    • avoid tagging unmodified components unless --force flag is being used
    • resolve dependencies from all component files regardless whether they are referenced from the main file
    • 🐛 bug fix - the author was not able to update his/her component in case it was changed in another scope
    • 🐛 bug fix - status command shows an error when components directory has an unreferenced (from bit.map) component
    • avoid generating links for author components
    • bit import from bit.json does not write to the file-system a dependency when it is also a direct import
    • 🐛 bug fix - export would hang when the ssh server was existing before closing
    • don't calculate nested deps when calculating modified component during bit status/commit
    • 🛠 fixed exception is thrown in bit ls after exporting components
    • ✂ removed --cache flag from bit ls
    • ➕ added --environment option for bit import
    • reformatted bit import output (components, dependencies, environments)
    • ✂ remove duplication for missing packages warning
    • ✂ Remove the npm tree output for component ci flow
    • ➕ add verbosity option to some places
    • ➕ added auto generated msg to bitmap and all generated link files
    • 🛠 fix a warning on the bit --version command
    • 👌 support render tag in js docs
    • 🐛 bug fix - imported components were deleted from bit.map when importing nested components of the same scope and name
    • write dist files on import according to .bit.map.json
    • 👌 improve bit remote output (put it in a table)
    • 🛠 fix but with export when the remote has a dependency in the wrong version
  • v0.10.6 Changes

    August 23, 2017
    • 🏁 windows support
    • 👌 support auto updating of bit for npm installation
    • 👌 support deleting files from a component
    • 👌 improved bit help
    • 🛠 fix bit config command for linux
    • ⚡️ update bit-javascript dependency
    • 🛠 fixed remote add exceptions to human-friendly errors
    • 👌 improvement - when there are several potential main files, bit add selects the one that is closer to the root
    • 👉 show a friendly error when SSH returns an invalid response
    • 🛠 fix an error when there are multiple open SSH connections
    • ⚡️ update bit.map and the file system when a nested component is re-imported individually
    • 🛠 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
    • 🛠 fix Error: "Cannot find module './build/Release/DTraceProviderBindings'" when installing via Yarn
    • 🛠 fix the local and remote search
    • 🛠 fix the internal ci-update command where an environment has a tester without a compiler
    • 👌 improved commit, add, export and status outputs
    • 👌 support general failures on bit test (like on before)
    • status output with missing dependencies
    • help flags adjusted to new help
    • missing dependencies formatted on commit
    • 0️⃣ sources no longer part of bit.json's defaults
    • 👌 improve readme
    • 👌 improve outputs
    • 👌 improve windows support for import command
    • 🏗 exception when using bit test or bit build before adding first components
    • ➕ add new flag to bit add to override or append files to bit component
  • v0.10.5 Changes

    August 16, 2017
    • 👌 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
  • v0.10.4 Changes

    August 15, 2017
    • 🐛 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 non existing file
    • 👌 improve support for imported components as dependencies of authored components
    • auto-resolve dependencies for imported components
  • v0.10.3 Changes

    August 08, 2017
    • 🛠 fix memory leak when exporting a big amount of components
    • 🛠 fix running import command from a non-root directory
    • 👌 support specifying multiple ids using export command
    • 🛠 fix the auto creating dependencies during commit
    • 🐎 performance improvement for status and commit
  • v0.10.2 Changes

    August 07, 2017

    👌 Improve resolving packages dependencies for ts files

  • v0.10.1

    August 07, 2017