tonik_util 0.0.9
tonik_util: ^0.0.9 copied to clipboard
Runtime tools for packages generated by Tonik.
0.0.9 #
- FEAT: form encoding and decoding support for classes and composition types.
- FIX: double encoded values for simple and form encoding.
0.0.8 #
- REFACTOR: use simple encoding extension for request headers.
- FIX: improved url decoding.
- FIX: improved property json handling for one of models.
- FEAT: improved simple en- and decoding for all of models.
- FEAT: parse time zones agnostic of locations.
0.0.7 #
- FEAT: Uri property encoding and decoding.
- FEAT: time zone aware date time parsing.
- FEAT: time zone aware encoding of date time objects.
0.0.6 #
- FIX: proper handle dates.
0.0.5 #
0.0.4 #
- no changes
0.0.3 #
- FIX: base url not set if there are no other options set.
0.0.2 #
- REFACTOR: throw JsonDecodingException instead of ArgumentError.
- FIX: handle url encoding for simple decoding.
- FIX: catch any thrown objects.
- FEAT: improved json decoding.
- FEAT: add date class to util package.
- FEAT: allow context for decoding exceptions.
- FEAT: generate server class.
- FEAT: add json decoding of more types to util.
- FEAT: fromSimple for classes.
- FEAT: generate fromSimple factory for enums.
- FEAT: add simple and json decoder.
0.0.1 #
- Initial version.