- Reader and Writer now can work with QIODevice. Issue #46. Thanks to @apollo13.
- CMake: required version 2.8.11 -> 3.0; simplify CMakeLists.txt. Pull Request #44. Thanks to @apollo13.
- Issue #47 Fix
make install
on Windows
- Reader: do not remove extra symbols in empty string
- Add .pri file to simplify integration to other Qt projects. Pull Requests #51, #53. Thanks to @pollend, @KubaO
- Issue #59: use QElapsedTimer instead of QTime in tests
- Use QRandomGenerator for Qt > 5.10. Pull Request #63. Thanks @gakramx
- Support for Qt 5.10 - 5.15
New contributors: apollo13, pollend, Kuba Ober, gakramx