Skip to content

Releases: ajcrites/pluck-emails

v1.0.0: Update documentation and minor bug fixing

Choose a tag to compare

@ajcrites ajcrites released this 08 Nov 16:20

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