It seems issue #41 was caused by all files being buffered on the existence of options.extra, which was overriding the logic in Newer.prototype._transform.
The version in package.json was bumped from 1.2.0 to 1.2.1.
The patch allows options.extra to function as expected. All tests are passing. Feel free to chop out the contribution in package.json if you don't like it as well.
If the npm package could be updated with this ASAP, that would be fantastic.
It seems issue #41 was caused by all files being buffered on the existence of
options.extra
, which was overriding the logic inNewer.prototype._transform
.The version in
package.json
was bumped from 1.2.0 to 1.2.1.The patch allows
options.extra
to function as expected. All tests are passing. Feel free to chop out the contribution inpackage.json
if you don't like it as well.If the npm package could be updated with this ASAP, that would be fantastic.