Unbox v2.4.0 Release Notes

Release Date: 2017-02-17 // about 7 years ago
    • 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.