Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Unbox 2.3.0

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 30 Nov 23:40
· 67 commits to master since this release
  • 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.