Releases: gabooh/text-email-extractor
Releases · gabooh/text-email-extractor
1.2.1
Code modernization release, again.
Use typescript, no lodash, minimatch instead of dead lib node-wildcard, upgraded dependencies.
1.1.0
No new feature in this release. It's a house keeping version.
- Modernize : use ESM, upgrade dependencies.
- Add tests
Node 14.x required.
1.0.8
- update dependencies
- tested with nodejs 14.0.0
1.0.6
- Tested with Node.js v10
- Updated dependencies
- Trim quotes from emails
- Use and conform to Standard.js
1.0.4
Switch to my own made regex. I know this is bad.
But my need is not to validate email but to extract most of valid emails from a large text file containing email sources.
And this works on my data.
Also make the blacklist entries case insensitive.
1.0.3
Use another library to extract emails from strings : email-addresses …