Skip to content

Releases: umijs/father

v4.3.7

07 Nov 09:38
Compare
Choose a tag to compare

Fixed

  • Ignore fs-specific temp files in watch mode #729

Full Changelog: v4.3.6...v4.3.7

v4.3.6

20 Oct 03:26
Compare
Choose a tag to compare

Features

Fixed

  • Correct umd cache directory #726
  • Bundless cache maybe broken if has dts error #725

New Contributors

Full Changelog: v4.3.5...v4.3.6

v4.3.5

19 Sep 08:42
Compare
Choose a tag to compare

Fixed

  • tsconfig.json paths not found error if it out of cwd #715
  • Default typeRoots behavior is inconsistent with tsc #716
  • d.ts may lost if another d.ts source file has error in last time #717

Improvements

  • Use contenthash instead mtime for cache key #718

Full Changelog: v4.3.4...v4.3.5

v4.3.4

12 Sep 06:41
Compare
Choose a tag to compare

Features

  • Add TSCONFIG_RISK doctor rule #712

Fixed

  • Omit d.ts generate errors that not belong to the built files #711

Full Changelog: v4.3.3...v4.3.4

v4.3.3

07 Sep 07:35
Compare
Choose a tag to compare

Fixed

*tsconfig.json include types lost when generating .d.ts files #707

Full Changelog: v4.3.2...v4.3.3

v4.3.2

31 Aug 02:40
Compare
Choose a tag to compare

Fixed

  • d.ts pre emit diagnostics lost after compilation #701
  • d.ts may lost if tsconfig changed #702

Improvements

  • Skip d.ts files when doctor parsing #700

Full Changelog: v4.3.1...v4.3.2

v4.3.1

08 Aug 09:53
Compare
Choose a tag to compare

Fixed

  • .d.ts lost in re-compilation if save file with same content #691

Improvements

  • Downgrade browser targets to { ie: 11 } for swc transformer in #689
  • Downgrade browser targets to { chrome: 51 } for esbuild transformer in #690

Full Changelog: v4.3.0...v4.3.1

v4.3.0

23 Jul 14:24
Compare
Choose a tag to compare

Features

Improvements

  • Improve logic to set react jsx type #681

New Contributors

Full Changelog: v4.2.3...v4.3.0

v4.2.3

07 Jun 03:41
Compare
Choose a tag to compare

Features

  • Support to configure output filename for umd #660

Full Changelog: v4.2.2...v4.2.3

v4.2.2

01 Jun 09:49
Compare
Choose a tag to compare

Fixed

  • fix: externals and postcssOptions type in umd #655 @cloudyan
  • fix: dts lost when esm and cjs has different ignores #656
  • fix: should not read babel config file by #658

New Contributors

Full Changelog: v4.2.1...v4.2.2