# 0.1.1-alpha (2020-07-06)

### Perfect

- **Exception:** Throw exception normally.

# 0.1.0-alpha (2020-05-01)

### typescript

- **typescript:** Rewrite with typescript.

# 0.0.2-alpha (2019-07-10)

### New

- **access:** Promise fs.access.

# 0.0.1-alpha (2019-07-09)

### Bug Fixes

- **Entry:** Incorrect entry file setting.

# 0.0.0-alpha (2019-07-09)

### Release

- **stat:** fs.stat.
- **mkDir:** fs.mkdir.
- **readDir:** fs.readdir.
- **copyDir:** Copy the folder to the specified location. If the folder already exists in the specified location, the folder will be cleared.
- **clearDir:** Recursively empty the specified folder, the folder will be created if it does not exist.
- **emptyDir:** Recursively empty the folder.
- **readFile:** fs.readFile.
- **writeFile:** fs.writeFile.
- **dirForEach:** Recursively traverse all folders.
- **fileForEach:** Recursively traverse all files.
- **unlinkDirFileByExtname:** Delete the specified extname file.
