File: Changes.md

package info (click to toggle)
node-require-all 3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: javascript: 294; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,563 bytes parent folder | download | duplicates (2)
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
# Changes

This file is a manually maintained list of changes for each release. Feel free
to add your changes here when sending pull requests. Also send corrections if
you spot any mistakes.

## v3.0.0 (2018-07-02)

* Drop support for Node.js 0.6 and below #54 #56
* Skip adding keys for directories without modules #51 #53

## v2.2.0 (2017-02-18)

* Accept "filter" RegExps without any capture groups #43 #46

## v2.1.0 (2016-12-09)

* Accept a function for "filter" option #27 #31

## v2.0.0 (2015-10-17)

* Add "recursive" argument to control directory recursion #21
* Default "excludeDirs" and "filter" if not provided in options #19
* Ignore dot files & folder by default #12
* Update the "map" property to map directory names #20

## Older releases

These releases were done before maintaining this file:

* [v1.1.0](https://github.com/felixge/node-require-all/compare/v1.0.0...v1.1.0)
  (2015-05-19)
* [v1.0.0](https://github.com/felixge/node-require-all/compare/v0.0.8...v1.0.0)
  (2014-12-01)
* [v0.0.8](https://github.com/felixge/node-require-all/compare/v0.0.6...v0.0.8)
  (2013-08-19)
* [v0.0.6](https://github.com/felixge/node-require-all/compare/v0.0.4...v0.0.6)
  (2013-03-13)
* [v0.0.4](https://github.com/felixge/node-require-all/compare/v0.0.3...v0.0.4)
  (2012-06-12)
* [v0.0.3](https://github.com/felixge/node-require-all/compare/v0.0.2...v0.0.3)
  (2012-01-12)
* [v0.0.2](https://github.com/felixge/node-require-all/compare/v0.0.1...v0.0.2)
  (2011-12-19)
* [v0.0.1](https://github.com/felixge/node-require-all/commits/v0.0.1)
  (2011-12-14)