- First release on PyPI.
- Added support for "latin-1".
- Marked the package "Production/Stable".
- Updated README.rst for more clarity around encoding support and Python 2.7 and 3 support.
- Documentation re-arrangement. Usage examples are now in README.rst
- Minor refactoring
- Include context manager style as it provides cleaner/automatic close functionality
- Made doc strings consistent to Google style and some code linting
- Re-release of 1.2.1 for ease of updating pypi page for updated travis & pyup.
Mimicing Python file object behavior.
- FileReadBackwards no longer creates multiple iterators (a change of behavior from 1.x.y version)
- Adding readline() function retuns one line at a time with a trailing new line and empty string when it reaches end of file. The fine print: the trailing new line will be os.linesep (rather than whichever new line type in the file).
- Officially support Python 3.7 - 3.11.
- Officially support Python 3.7 - 3.12