1.1.0: Optional Caching and Performance Improvements
- The reader now supports pluggable caching of the decoded data. By default,
no caching is performed. Please see theREADME.md
file or the API docs
for information on how to enable caching. Pull requests by Viktor Szathmáry.
GitHub #21. - This release also includes several additional performance enhancements as
well as code cleanup from Viktor Szathmáry. GitHub #18, #19, #20, #22,and
#23.