scrapbook v1.0.8 Release Notes

Release Date: 2016-01-12 // about 8 years ago
  • 🛠 Fixed

    • Deferred items now register as hit in psr/cache Item
    • Non-string keys now fail in psr/cache Pool
    • Deleting non-existing keys from cache also return true in psr/cache Pool
    • Auto-commit deferred items on psr/cache Pool destruction
    • 0️⃣ If psr/cache Item::expiresAfter is passed null explicitly, default to forever
    • SQL adapters now also return same data type as was stored for numerics
    • 🛠 Fixed psr/cache Pool::save return value when storing a non-existing Item