Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 3.69 KB

2021-06-08, Version 2.1.0 (Stable)

  • [91762e0644] - (SEMVER-MINOR) feat: Include lastReadPosition in the flush event (Darin Spivey)
  • [165c5c95f2] - fix: Fix test that causes a GC warning (Darin Spivey)

2021-06-02, Version 2.0.7 (Stable)

2021-02-09, Version 2.0.6 (Stable)

  • [b4934ce398] - fix: Move default branch to main and add contributors (Darin Spivey)

2021-02-05, Version 2.0.5 (Stable)

  • [f22aa14479] - docs: Fix bug in README example for pipe (Darin Spivey)

2021-01-20, Version 2.0.4 (Stable)

  • [ca30b46c46] - fix: Use accurate export style in TypeScript types (Jakub Jirutka)

2020-12-21, Version 2.0.3 (Stable)

  • [ee4808a09e] - feat: add TypeScript type declarations (Jakub Jirutka)

2020-12-03, Version 2.0.2 (Stable)

  • [192f4c1dee] - test: Add tap-xunit and flatten results for junit output (Darin Spivey)

2020-11-24, Version 2.0.1 (Stable)

  • [167a6230cb] - fix: Specify 'r' flag for fs.promises.open (Darin Spivey)

2020-11-16, Version 2.0.0 (Stable)

  • [b05648c8c0] - (SEMVER-MAJOR) refactor: start() should throw if filename doesn't exist (Darin Spivey) LOG-8030

2020-11-02, Version 1.1.0 (Stable)

  • [9e4061f43b] - (SEMVER-MINOR) feat: startPos allows specifying the position to tail from (Darin Spivey) LOG-7789

2020-10-28, Version 1.0.3 (Stable)

2020-10-22, Version 1.0.2 (Stable)

  • [e485c246f7] - feat(contrib): add initial CONTRIBUTING file (Laura Santamaria)

2020-10-15, Version 1.0.1 (Stable)

  • [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)

2020-10-14, Version 1.0.0 (Stable)

  • [2824c145f6] - (SEMVER-MAJOR) package: tail-file.js lib code and tests (Darin Spivey) LOG-7520