reader v0.1.1 Release Notes

  • 🚀 Released on 2018-10-21

    • 🛠 Fix broken reader serve command (broken in 0.1).
    • 🔧 Raise :exc:StorageError for unsupported SQLite configurations at :class:Reader instantiation instead of failing at run-time with a generic StorageError("sqlite3 error"). (:issue:92)
    • 🛠 Fix wrong submit button being used when pressing enter in non-button fields. (:issue:69)
    • Raise :exc:StorageError for failed migrations instead of an undocumented exception. (:issue:92)
    • ✅ Use requests-mock in parser tests instead of a web server (test suite run time down by ~35%). (:issue:90)