This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
Releases: teambit/bit-javascript
Releases · teambit/bit-javascript
v0.10.9
- support case when there is no package.json
- support removing components from workspaces and dependencies in package.json
v0.10.8
- remove pack command
- support yarn workspaces in package.json
- remove auto generated post install scripts
- fix bug with package.json without dependencies
- fix bug with resolve dependencies from package.json
- don't try to resolve dependencies from package.json if doesn't exist
- don't show missing packages if they appear in package.json
- add a new method to PackageJson class: addComponentsIntoExistingPackageJson
v0.10.7
- Stylable support
- improve stability and performance of resolving dependencies
- change post install hook to work with symlink
- bug fix - components that require dependencies with custom binding prefix were not recognized
v0.10.6
- add pack command to create tgz for components
v0.10.5
- Identify dependencies that are link files (files that only require other files)
- Add a CLI command to easily get dependencies for a file
- Support semver in packages dependencies
- Add support for bindingPrefix
v0.10.4
- Add support for writing package.json files
- Support .tsx files
v0.10.3
- Improve windows support
- change back Madge version to the NPM package as it now supports TypeScript
v0.10.3-rc.1
- Improve windows support
v0.10.2
- Use a forked version of madge for better typescript support
- Improve resolving packages dependencies (remove duplicates)
v0.10.1
- Improve resolving packages dependencies for ts files