Unbox v2.3.0 Release Notes

Release Date: 2016-11-30 // over 7 years ago
    • UnboxPathError is now public, meaning that the detailed error reporting introduced in 2.2 has now been combined with the granularity of earlier versions. UnboxError is again an enum to enable developers to switch on the different cases.
    • ⚡️ Xcode settings have now been updated for 8.1. No more ⚠️.
    • 🍱 Unbox now has a shiny new logo (kind of shiny anyway, I'm not a designer 😁).
    • When unboxing Data to an array, you can now start unboxing at a certain key path.
    • Unbox can again be used by dragging Unbox.swift directly into a project, instead of using it as a library.