Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

v0.2.0

Latest
Compare
Choose a tag to compare
@nicolas-goudry nicolas-goudry released this 15 Dec 01:53

Changelog

  • Add support for line event emitting already decoded data
  • Fix emitting when file is truncated
  • Destroy stream on end event when follow option is set to false
  • unfollow method now executes only when follow option is set to true (as indicated in documentation)

Tests

  • Add tests for line event
  • Add tests for truncated file behavior

Documentation

  • Small overall improvements
  • Add new « good to know » section giving further details on some behaviors
  • Add section on line event and update data event section