This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Releases: umijs/father-next
Releases Β· umijs/father-next
v4.0.0-rc.9
v4.0.0-rc.8
Fixed
- Auto react jsx runtime not working for
>=
version range - Correct logic for
PACK_FILES_MISSING
doctor rule
v4.0.0-rc.7
v4.0.0-rc.6
Feature
- Bundle support persistent cache π
Improvements
- Improve persistent cache location for bundless
- Improve error output for dts generator, always output location and code for all errors #52
Fixed
- Prebundle command error when no config #53 @wangxingkang
v4.0.0-rc.5
Features
- Bundless support persistent cache π #51
- Support
--quiet
arg to output clear log for dev & build command
Fixed
- Process exit bug when transform failed in dev mode
- Correct
cwd
for bundless loader
v4.0.0-rc.4
v4.0.0-rc.3
Fixed
- Incorrect name of
@types
org dependencies for dts pre-bundle - Lost auto-external from
extraDtsDeps
for dts pre-bundle - Compatibility for
export =
in api-extractor patcher #28 - Incorrect type dependencies when collecting nested dts dependencies
- Referenced dts generate failed in dev mode #43
v4.0.0-rc.2
Fixed
- Skip bundless unexpected alias from
tsconfig.json
paths which out of cwd
v4.0.0-rc.1
Features
- Support pre-bundle nested deps for
.d.ts
#34
Fixed
- inccorect default config for both platform in create-father
- Incorrect
main
,module
&types
fields in create-father - Skip transform
tsconfig.json
paths which out of cwd
v4.0.0-rc.0
Now father@4 RC version is available, you can try it with our docs: δΈζ
Fixed
- Auto-remove suffix for js-like alias #32 @xierenyuan
- Lost template in
create-father
package