Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-02-16 | 429 Bytes | |
Unbox 2.4.0 source code.tar.gz | 2017-02-16 | 382.8 kB | |
Unbox 2.4.0 source code.zip | 2017-02-16 | 389.6 kB | |
Totals: 3 Items | 772.8 kB | 0 |
- You can now unbox a dictionary of models directly using the top-level
unbox()
function. Works with bothData
andUnboxableDictionary
. 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.