ntee
Version:
Portable Unix shell command 'tee', with some extras - read from standard input and write to standard output and files
37 lines (23 loc) • 696 B
Markdown
# Changelog
## Unreleased
## v2.0.0 - 2019-05-26
- Rewrite without dependencies
- It now properly streams data. Before, all stdin data was buffered in memory.
- Add prettier and editorconfig files
- Update documentation
- Add CHANGELOG file
## v1.2.0 - 2019-03-26
- Upgrade dependencies to mitigate CVE-2016-10538
- Add lock files to .gitignore
- Fix test script
- Fix typo on README
## v1.1.4 - 2015-06-21
## v1.1.3 - 2015-06-21
## v1.1.2 - 2015-06-21
## v1.1.1 - 2015-06-21
## v1.1.0 - 2015-06-21
- Fix binary not showing right version
- Improve documentation
- Add -i/--ignore-interrupts option to make ntee more compliant with UNIX tee
## v1.0.0 - 2015-06-17
- Initial release