|
Release Notes Summary:
|
When using "rich" data types with defined resource types, classes or functions, data types considered "rich" were converted to String form too early. Notably, a Regular Expression would be converted to a String. This was done to prevent "rich" data from ending up in the catalog - but that is now handled in a general way. The conversion is now dropped and defines, classes and 3x function will now get instances of Regexp, Version, VersionRange, Binary, Timespan, and Timestamp instead of a String representation of the value.
|