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.1.5

12 Jan 12:21
Compare
Choose a tag to compare

Bug fixes

  • #2231 update typescript to support optional chaining

v2.1.4

24 Nov 10:27
Compare
Choose a tag to compare
  • #2140 support import { x as y } syntax

v2.1.3

23 Oct 09:48
Compare
Choose a tag to compare

Bug fixes

  • #2079 fix error when Yarn workspaces uses nohoist
  • #2072 upgrade module-definition package to support React fragments

Internal

  • move from flow to typescript

v2.1.2

06 Oct 09:50
Compare
Choose a tag to compare
  • avoid recognizing any require/import starts with . as a custom-resolve-module on Windows

v2.1.1

14 Aug 09:24
Compare
Choose a tag to compare
  • remove angular dependencies. use typescript compiler to parse Angular Decorators
  • #1925 fix Angular non-relative paths from decorators

v2.1.0

18 Jul 13:51
Compare
Choose a tag to compare
  • propagate from component root dir backwards to find tsconfig.json for Angular projects
  • #1779 resolve first according to the custom-resolve settings and fallback to the standard resolver
  • fix dependency resolution of . and .. to not be identified as custom-resolved used.
  • add rxjs package
  • support angular components (experimental)

v2.0.11

06 Jun 09:12
d4807c1
Compare
Choose a tag to compare
  • #1708 support require with apostrophes

v2.0.9

02 Jun 12:23
1226b19
Compare
Choose a tag to compare
  • #1665 fix resolve-modules prefix with tilda

v2.0.8

02 Jun 12:23
Compare
Choose a tag to compare
  • add support with optionalChaining and nullishCoalescingOperator plugins (by updating node-source-walk)

v2.0.10

02 Jun 12:28
2d7c990
Compare
Choose a tag to compare
  • #1690 fix error "Cannot read property 'find' of undefined" with typescript files