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

Changelog History
Page 9

  • v0.6.0 Changes

    May 15, 2017
    • do not preserve node.js path cache for required bit-driver because it varies over time.
  • v0.5.13 Changes

    May 14, 2017
    • ๐Ÿ— enable bit watch command -> build-all-inline on every change
  • v0.5.12 Changes

    May 14, 2017
    • ๐Ÿ— enable "bit build --inline" command with no arguments for building all inline components
  • v0.5.11 Changes

    May 11, 2017
    • send a correct error message on commit with wrong id.
    • โž• add onModify hook.
    • ๐Ÿ— show error-message for 'bit build' when no compiler is specified.
    • write dependencies on modify.
    • 0๏ธโƒฃ do not write bit.json's misc and lang properties if the default value is presented.
    • send correct error message when there is invalid inline id (wip).
    • โž• add bind command (which calls the driver bind command).
  • v0.5.10 Changes

    May 11, 2017
    • ๐Ÿ›  fix bug with specs that need compiling for server use
  • v0.5.9 Changes

    May 11, 2017
    • ๐Ÿ›  fix bug with specs that need compiling
  • v0.5.8 Changes

    May 11, 2017
    • write the specDist only if it exists
  • v0.5.7 Changes

    May 10, 2017
    • ๐Ÿ›  fix test for components without compiler
  • v0.5.6 Changes

    May 10, 2017
    • ๐Ÿ— implement the isolated environment for build
  • v0.5.5 Changes

    May 09, 2017

    ๐Ÿ”„ Change

    • โœ… bare scope test creates a new environment and runs the tests there.
    • โœ… test command -i runs the tests on the file system (inline components).
    • ๐Ÿ— build command now saves dist/<implFileName> && dist/<specsFileName> for the specs file.
    • ๐Ÿ”„ change the component resolver to fetch from dist/<implFileName> instead of dist/dist.js.

    • ๐Ÿ“ฆ package dependencies of environment modules would be installed at component level from now.

    • npm loader would not be present, --verbose will show npm output after the installation is done.

    ๐Ÿ›  Fixed

    • ๐Ÿ› bug with environment installation (npm install at project level).

    โž• Added

    • โž• add module 'component-resolver' to resolve a component path using its ID.
    • ๐Ÿ‘Œ support generating an isolated bit-component environment on-the-fly so it will be easier to run build and test from everywhere
    • ๐Ÿ— the compiler can implement a build method instead of compile, get an entry file and run webpack for example (wip). implemented for inline_components, and still need to implement environment module in order to fully work.
    • โž• add --skip-update option to the main bit help page.
    • โš™ run some hooks (for now: onCommit, onCreate, onExport and onImport) using a language-driver
    • lang attribute on the bit.json, enable language that will save on the model of the component.