forked from m0rtadelo/recursive-readdir-async
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
50 lines (50 loc) · 1.49 KB
/
Copy pathCHANGELOG
File metadata and controls
50 lines (50 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
1.0.1
adding fs and path to module exports
better packaje.json information
added extensions option
added deep option
1.0.2
minified build created (module.min.js)
minified build added to package.json (to be used instead of source code on npm)
minified build added to .gitignore (github is for source/development)
source code added to .npmignore (npm is production)
clean of lint errors & warnings (refactor)
added realPath & normalizePath option
Fixed path separator duplication
1.0.3
added exclude & include options (wip)
improved build file (keeps js doc and params names)
1.1.0
finished include & exclude options (GerHobbelt pull)
100% UT coverage (GerHobbelt pull)
minor fixes and updates
1.1.1
fix normalizePath bug
added continuous integration
1.1.2
improved build (jsdocs added to minified version)
improved jsdoc
package switched to non minified version (minified build removed)
fix all linter errors (javascript standard - https://github.com/standard/standard)
adds content from files to file object (feature/readContent)
1.1.3
fix ignoreFolders bug
improved tests
Added link to wiki
1.1.4
fix npm vulnerabilities
fix jsdoc files
1.1.5
adds data encoding options
1.1.6
fix npm vulnerabilities
1.1.7
fix issue 3 & 10 (are the same)
1.1.8
add support to ES6 modules
1.2.0
now using typescript source
new build method
builds with types (cjs and esm)
fix minor bugs
fix docs