Skip to content

Commit c224c0f

Browse files
committedNov 7, 2019
release v5.1.0
1 parent c95c304 commit c224c0f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes will be documented in this file.
44
`readdir-enhanced` adheres to [Semantic Versioning](http://semver.org/).
55

66

7+
[v5.1.0](https://github.com/JS-DevTools/readdir-enhanced/tree/v5.1.0) (2019-11-07)
8+
----------------------------------------------------------------------------------------------------
9+
10+
- The [`filter` option](README.md#filter) can now be set to a boolean to include/exclude everything.
11+
12+
[Full Changelog](https://github.com/JS-DevTools/readdir-enhanced/compare/v5.0.1...v5.1.0)
13+
14+
715
[v5.0.0](https://github.com/JS-DevTools/readdir-enhanced/tree/v5.0.0) (2019-11-03)
816
----------------------------------------------------------------------------------------------------
917

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readdir-enhanced",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)
Failed to load comments.