df_type 0.15.0
df_type: ^0.15.0 copied to clipboard
Simplifies type conversions, inspections, nested data access, sync/async operations and more.
Changelog #
0.15.0 #
- breaking: Remove
DateTimeUtils,StreamUtils, andStringToDurationConverter. Moved to the newdf_oddpackage. - breaking: Rename extension
ValueOfOnEnumExtensiontoValueOfOnEnumExt. - feat: Add
decodeJsonbStrings— recursively decodes JSON-shaped strings inside Maps and Lists, for normalising Postgresjsonbcolumns. - fix:
letIntOrNullnow rejectsNaN,±Infinity, and values outside the signed-int64 range. Previously could throwUnsupportedErroror silently saturate toint64.min/int64.max. - fix:
wait/consec*now preserves positional argument order across mixed sync/async inputs. - fix:
letDateTimeOrNullnow trims whitespace before parsing.