Node Tail Versions Save

The zero dependency Node.js module for tailing a file

2.0.2

5 years ago

Release of #82

2.0.1

5 years ago

Fix #78

The error is caused by some off bug deep into Babel gut. This fix allows the use of tail with Electron based solution.

2.0.0

5 years ago

Two major bug fixes:

  • #40 existing lines are printed immediately (rather than waiting for the first appended one) if fromBeginning is passed
  • #70 updated the minum engine requirement to allign to Nodejs LTS

1.4.0

5 years ago
  • Add abilty to tail binary file (fix #75) via null separator
  • Add capability to force flush of content at the end of file if file separator is not the last char in the file (fix #18)

1.3.0

5 years ago

merged #71

update pos field in watchEvent so that progress could be tracked by client app.

1.2.4

5 years ago

Fix major issues with high throughput files. bugs: #60 #51 #50

1.2.3

6 years ago

Fixed bug #54

1.2.2

6 years ago
  • fix #53 and #48

v1.2.1

7 years ago

Implemented feature requests #37 and #46

1.1.1

7 years ago
  • fixed bug #41