Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Releases: umijs/father-next

v4.0.0-alpha.2

29 Jun 16:28
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

Features

  • Release create-father package for create father boilerplate
  • .d.ts pre-bundle support auto-external other pre-bundle deps #29
  • .d.ts pre-bundle support targeted external like { a: 'b' } #29

Fixed

  • package.json resolve bug in prebundle
  • Correct prebundle config types
  • Workaround to downgrade @vercel/[email protected] to resolve bundle error #28
  • Assets files lost bug after @vercel/ncc pre-bundle
  • Type imports/specifier not exported bug in dist files for Babel transformer

v4.0.0-alpha.1

28 Jun 16:13
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

Features

  • Complete version command #14 @xiaohuoni
  • Auto-convert alias from tsconfig paths #21 @xierenyuan
  • Bundless ignores config support negate globs

Fixed

  • Lost api method addJSTransformer #24
  • Ignore fixtures and d.ts in bundless mode by default #26
  • Local check logic in cli #22
  • platform error for esbuild config

Improvements

  • improve config types #17 @zzcan
  • Use single typescript with api-extractor, to reduce install size (240MB -> 175MB)
  • Do not force transform babel runtime #19

v4.0.0-alpha.0

26 Jun 05:54
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

Now father@4 alpha version is available, you can try it with our docs: 中文

v3.0.0-alpha.4

23 Jan 04:28
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release
  • chore: update publish script 51b25ab
  • feat: upgrade esbuild to ^0.8 1f0f19e

v3.0.0-alpha.3...v3.0.0-alpha.4