4.0.2 (2024-04-11)
- Fix docs on return value of
quit
6491654 - Darin Spivey
4.0.1 (2024-03-14)
4.0.0 (2024-02-13)
node 16
is becoming unsupported soon. Change the supported versions to be >=18
3.0.1 (2023-01-17)
- Include support for
node-18
d097cbd - Darin Spivey, closes: #32 - dep-dev: bump eslint-config-logdna@7.0.0 42ae9a0 - Darin Spivey, closes: #33
- dev-dep: Bump tap@16 b23860e - Darin Spivey, closes: #33
3.0.0 (2022-06-27)
- deps:
eslint@8.x
and other dependencies no longer support node:10, so this change officially removes support for node:10 as we can no longer do regression testing for it.
- [9dbe1edf07] - fix:
destroyOnReturn
backward compatibility for node (Darin Spivey) - [860045ec12] - (SEMVER-MINOR) fix: Necessary changes for asyncIterators in recent version of node (Darin Spivey)
- [a6dc7baa3d] - fix: Fix flakey test (Darin Spivey)
- [215b293099] - fix: Bump node versions for CI (Darin Spivey)
- [b9453b39d4] - fix: README should explain a clean shutdown (Darin Spivey)
- [feb1886d1c] - ci:
GITHUB_PACKAGES_TOKEN
toGITHUB_TOKEN
(Charles Thomas) REL-731
- [91762e0644] - (SEMVER-MINOR) feat: Include
lastReadPosition
in theflush
event (Darin Spivey) - [165c5c95f2] - fix: Fix test that causes a GC warning (Darin Spivey)
- [558e3233bf] - deps: tap@15.0.9 (Darin Spivey)
- [01b7dd722f] - deps: eslint-config-logdna@5.1.0 (Darin Spivey)
- [36de02bc9e] - deps: eslint@7.27.0 (Darin Spivey)
- [08c8472cbf] - fix: Error on rotated file if new file takes time to appear (Darin Spivey)
- [14faefe57e] - refactor: memory-usage tests should use a temp directory (Darin Spivey)
- [b4934ce398] - fix: Move default branch to
main
and add contributors (Darin Spivey)
- [f22aa14479] - docs: Fix bug in README example for
pipe
(Darin Spivey)
- [ca30b46c46] - fix: Use accurate export style in TypeScript types (Jakub Jirutka)
- [ee4808a09e] - feat: add TypeScript type declarations (Jakub Jirutka)
- [192f4c1dee] - test: Add tap-xunit and flatten results for junit output (Darin Spivey)
- [167a6230cb] - fix: Specify 'r' flag for fs.promises.open (Darin Spivey)
- [b05648c8c0] - (SEMVER-MAJOR) refactor:
start()
should throw if filename doesn't exist (Darin Spivey) LOG-8030
- [9e4061f43b] - (SEMVER-MINOR) feat: startPos allows specifying the position to tail from (Darin Spivey) LOG-7789
- [157194e166] - fix: add PR validation to Jenkinsfile (Ryan Mottley) LOG-7717
- [e485c246f7] - feat(contrib): add initial CONTRIBUTING file (Laura Santamaria)
- [b21c051b77] - fix: CI needs custom work spaces for release stages (Darin Spivey)
- [d1c9466aa2] - fix: Add test to .npmignore (Darin Spivey)
- [2f02a9f39f] - fix: Invalid README link, and add code coverage badge (Darin Spivey)
- [2824c145f6] - (SEMVER-MAJOR) package: tail-file.js lib code and tests (Darin Spivey) LOG-7520