Comparing version 3.1.6 to 3.1.8
{ | ||
"name": "qiao-file", | ||
"version": "3.1.6", | ||
"version": "3.1.8", | ||
"description": "nodejs file tool", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "f5b2ab71d20cffdaa843154d937aa5b0a1388f78" | ||
"gitHead": "bbabee40cb17da984631b755d1b159028fe50afb" | ||
} |
@@ -282,90 +282,1 @@ ## qiao-file | ||
``` | ||
## version | ||
### 0.1.8.20230407 | ||
1. 优化测试用例和 readme | ||
2. 3.0.0 | ||
### 0.1.7.20230404 | ||
1. add ava | ||
2. readDir --> readdir | ||
### 0.1.6.20230307 | ||
1. 2.0.0 | ||
### 0.1.5.20221008 | ||
1. 1.0.0 | ||
### 0.1.4.20220707 | ||
1. write file from lines | ||
2. read file line by line | ||
3. read file line by line sync | ||
### 0.1.3.20220420 | ||
1. lstree path name | ||
2. mv | ||
3. write file | ||
### 0.1.2.20220419 | ||
1. es6 | ||
2. add lstree | ||
3. read file | ||
### 0.1.1.20220417 | ||
1. add lerna | ||
### 0.1.0.20220317 | ||
1. add cp | ||
### 0.0.9.20191204 | ||
1. add funding | ||
### 0.0.8.20191011 | ||
1. exports.fs | ||
2. exports.path | ||
### 0.0.7.20190122 | ||
1. modify md | ||
### 0.0.6.20190117 | ||
1. extname to lower case | ||
2. add lsdir | ||
3. add rm | ||
### 0.0.5.20190107 | ||
1. nodejs file tool | ||
### 0.0.4.20181127 | ||
1. modify method name | ||
2. add .js | ||
### 0.0.3.20181122 | ||
1. npm audit | ||
### 0.0.2.20181017 | ||
1. isExists | ||
2. extname | ||
3. mkdir | ||
4. getAllFiles | ||
### 0.0.1.20181016 | ||
1. init |
21344
282