* Remove unnecessary dependency on ``typing-extensions``.
0.2.2
--------------------
Fixed ^^^^^
* ``StreamReaderBuffer`` will always read sufficient bytes (or up to EOF) before returning the slice or index requested with the ``get()`` method. Previously, less bytes might have been read causing improper parsing when using ``parse_incremental``.
0.2.1
--------------------
Fixed ^^^^^
* Remove Python 3.7 classifier as it is no longer supported.
0.2.0
--------------------
Added ^^^^^
* Better error reporting if parsing fails: the current input is included in the message with the error position highlighted. * Declare official Python 3.11 support.