Releases: nacholibre/node-readlines
Releases · nacholibre/node-readlines
v3.4.1
v3.4.0
- New isLast() method — Check if the last line has been read
- Bun CI support — Full test suite runs on Bun
v3.3.0
Add stdin support.
v3.1.1
Cleanup.
v3.1.0
- ✨ Automatic support for all line endings (LF, CRLF, CR)
- 🪟 Windows files now work out of the box
- 📝 Mixed line endings in same file supported
v3.0.0
- Add TypeScript type definitions
next()returnsBuffer | nullinstead ofBuffer | false
v2.0.1
- Clean package-lock.json
v2.0.0
- Bump NodeJS min req to >= 18.x
- Fix
(node:48934) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1.0.3
update version
1.0.1: Merge pull request #25 from smitterz/bugfix
Bugfixes for custom newline characters and files containing NULL characters