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

Unbox 2.1

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 09 Oct 21:38
· 96 commits to master since this release
  • You can now manually create Unboxer instances with either an UnboxableDictionary or Data. This gives you more flexibility and control over the unboxing process (compared to calling unbox(), which makes Unbox create an Unboxer for you).
  • Unbox now correctly handles Int32, Int64, UInt32 and UInt64, even on 32 bit systems.