All Versions
114
Latest Version
Avg Release Cycle
14 days
Latest Release
1032 days ago
Changelog History
Page 9
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
andlang
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.