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

Releases: teambit/bit-javascript

v2.0.7

19 May 09:45
daff327
Compare
Choose a tag to compare
  • ignore import/require from CDN (http/https)

v2.0.6

16 May 15:38
Compare
Choose a tag to compare
  • fix identification of link files to take into account not only the import statements but also export

v2.0.5

01 May 13:17
Compare
Choose a tag to compare
  • fix es6 with dynamic import to not show as missing dependencies
  • improve performance by lazy load all external packages and internal files

v2.0.4

10 Mar 14:55
Compare
Choose a tag to compare
  • support scoped packages when resolving package.json directory of a package

v2.0.3

24 Feb 12:41
Compare
Choose a tag to compare
  • upgrade to babel 7
  • resolve symlink packages as packages when custom-resolve-modules is used
  • fix resolve dependencies cache to include parsing errors

v2.0.2

24 Feb 12:43
2a4d73e
Compare
Choose a tag to compare
  • fix "Maximum call stack" error when resolving js files after css files

v2.0.1

04 Feb 19:12
Compare
Choose a tag to compare
  • fix parsing .tsx files

v2.0.0

04 Feb 03:35
Compare
Choose a tag to compare
  • update node-source-walk package to support <> jsx syntax by Babel
  • support mix syntax of typescript and javascript inside .ts file
  • fix ampersand and minus sings causing parse error in css files
  • fix dependency resolver cache to not be accidentally overridden
  • fix a warning about mismatch typescript versions
  • replace the deprecated typescript-eslint-parser with @typescript-eslint/typescript-estree
  • replace css parser (gonzales-pe -> css-tree) for better import syntax support
  • expose precinct lib as getDependenciesFromSource
  • replace Caporal package with Commander to parse cli input
  • update mocha-appveyor-reporter for security reasons
  • support other script languages (such as typescript) inside Vue files
  • utilize the cache mechanism of dependency-tree to cache resolved dependencies
  • fix resolving npm paths to be linked to the correct file
  • fix symlinks to node_modules to be recognized as modules instead of files
  • fix get-dependency command to cache processed files
  • improve the scalability of the dependency resolution
  • add detective-css (before it was using detective-sass for css files)
  • avoid suppressing parsing errors for css, sass, scss and less

v1.0.5

24 Jul 10:01
Compare
Choose a tag to compare
  • fix bit import of a component with authored dependencies
  • generate npm links for Vue packages correctly without adding .vue extension to the package
  • fix bit add to not throw an error for imported components when mainFile is a relative path to consumer

v1.0.4

12 Jul 09:38
Compare
Choose a tag to compare
  • fix error "Cannot read property push of undefined" when a dependent has a parsing error
  • avoid parsing unsupported dependencies files