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

Changelog History
Page 10

  • v0.5.4 Changes

    May 07, 2017

    ๐Ÿ›  Fixed

    • ssh is exiting before writing the entire response.
    • ๐Ÿ‘ป exception was thrown when trying to read non-existing private key.
  • v0.5.3 Changes

    April 27, 2017

    ๐Ÿ›  Fixed

    • put [search] index procedure under try catch, warns in case it fails.
    • ๐Ÿ›  fixed bug with list/show remote components with misc files.
  • v0.5.2 Changes

    April 27, 2017

    ๐Ÿ›  Fixed

    • โœ… issue with npm ensure that was caused due to latest version changes
    • issue with installing deps from local cache instead of external
    • exit code with only numeric values
  • v0.5.1 Changes

    April 18, 2017

    โž• Added

    • ๐Ÿ‘Œ support adding misc files to a bit component
    • โœ… enable "bit test --inline" command with no arguments (test all inline components)

    ๐Ÿ”„ Change

    • ๐Ÿ“ฆ npm install for bit dependencies will work via temp package.json instead of invoking parallel npmi

    ๐Ÿ›  Fixed

    • when exporting and missing @this, show friendly error
  • v0.5.0 Changes

    ** ๐Ÿ’ฅ breaking change - a scope with this version won't work with consumer with lower versions **

    ๐Ÿ”„ Change

    • ssh protocol has changes and now contains headers with bit version
    • do not override files upon "bit create" unless -f (--force) flag is used

    ๐Ÿ›  Fixed

    • bit ls and show commands can be performed outside of bit scope

    โž• Added

    • โš  if there is a difference between the versions of the remote bit and the local bit (the remote scope has a greater version) bit throws a error/warning message according to semver difference major/minor
    • bit scope-config public command
    • license file inflation
    • scope meta model

    โœ‚ Removed

    • bit resolver command
  • v0.4.5 Changes

    ๐Ÿ›  Fixed

    • error message on component not found
    • ๐Ÿš‘ hotfix for multifetch bug
    • โž• add 'no results found' message on ci when there are no specs
  • v0.4.4 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ› bug fix: typo on destructuring for making export compatible
  • v0.4.3 Changes

    ๐Ÿ›  Fixed

    • โž• added validation on stdin readable for private cmd _put
  • v0.4.2 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ make the ssh mechanism backwards compatible with older versions
  • v0.4.1 Changes

    โž• Added

    • put now work with stream (after export) instead of putting the data on a command argument

    ๐Ÿ”„ Change

    • replace the use of sequest module with ssh2 module directly.