Readthis v1.3.0 Release Notes

Release Date: 2016-06-08 // almost 8 years ago
    • ➕ Added: Key expiration refreshing on read. When refresh: true is set as an instance or method option all read operations will refresh the expiration.
    • 🛠 Fixed: Convert float expires_in values to the nearest valid integer. Typically any value less than 1 was rounded down to 0, which is an invalid expiration. Now a value of 0.1 will be rounded up to 1, the lowest possible expiration.