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

Unbox 2.4.0

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 17 Feb 16:09
· 53 commits to master since this release
  • You can now unbox a dictionary of models directly using the top-level unbox() function. Works with both Data and UnboxableDictionary. Implemented by @mislavjavor.
  • Decimal is now a first-class number type, and gets automatically converted from other number types and strings. Implemented by @bencallis.
  • You can now unbox Set directly from an array, without any custom transformation code. Implemented by @hartbit.