v1.1.0
- add dynarray & dynstring for dynamic array/string sizes. this is a more friendly way to implement the common length-prefixed array/string type, without having to add a dummy
lengthfield to the object. - support differently sized elements in arrays. byte sizes for arrays with variable-size elements are now calculated correctly.