Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 956 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 956 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • An option to toggle follow mode on/off has been added. This is a breaking change, because it modifies the default behavior of the library where follow mode was the default.

  • An option to specify the last number of bytes only has been added, similar to the -c / --bytes flag of the tail command.

  • Additional factory method to create a tailer that explicitly starts tailing from the beginning of a file has been added for improved convenience.

1.0.0 - 2024-07-10

Added

  • Initial release.