Version 1.0.0
The code has been rewritten for ES6. Minor bugs were fixed and features added.
Breaking Changes
Major version update is required because CommonJS export is no longer compatible with the previous version. Now, you must do:
const pluckEmails = require("pluck-emails").default
Using ES6 import as in import pluckEmails from "pluck-emails" will work properly, and the command line can be used the same.
Bug Fix
- Clarified documentation and added options
- The separator provided is now escaped for
RegExp.
New Features
- Added version option
- Added encoding option for files