Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Releases: teambit/bit-javascript

v0.10.9

24 Jan 15:57
Compare
Choose a tag to compare
  • support case when there is no package.json
  • support removing components from workspaces and dependencies in package.json

v0.10.8

18 Jan 15:06
Compare
Choose a tag to compare
  • 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

29 Nov 13:28
Compare
Choose a tag to compare
  • 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

12 Nov 15:24
Compare
Choose a tag to compare
  • add pack command to create tgz for components

v0.10.5

19 Oct 10:04
Compare
Choose a tag to compare
  • 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

01 Oct 08:01
Compare
Choose a tag to compare
  • Add support for writing package.json files
  • Support .tsx files

v0.10.3

23 Aug 13:37
Compare
Choose a tag to compare
  • Improve windows support
  • change back Madge version to the NPM package as it now supports TypeScript

v0.10.3-rc.1

16 Aug 12:53
Compare
Choose a tag to compare
v0.10.3-rc.1 Pre-release
Pre-release
  • Improve windows support

v0.10.2

15 Aug 14:07
Compare
Choose a tag to compare
  • Use a forked version of madge for better typescript support
  • Improve resolving packages dependencies (remove duplicates)

v0.10.1

07 Aug 12:41
Compare
Choose a tag to compare
  • Improve resolving packages dependencies for ts files