- Ensure the result of ``BaseType.to_dict`` is always json serializable. - The parameter for ``BaseType.from_dict`` is always json serializable: - For ``Binary`` type, ``default_for_null`` should be base64 encoded string. - For ``Datetime`` type, ``default_for_null`` should be string in ISO format.
- Fix a bug that the ``Set`` type cannot handle ``TinyInt``, ``SmallInt``, ``BigInt`` and ``Double``, ``Decimal`` item types.
0.2.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **Features and Improvements**
- Add the following public APIs: - ``simpletype.api.AwsDynamoDBTypeEnum`` - ``simpletype.api.AwsGlueTypeEnum`` - ``simpletype.api.SparkTypeEnum`` - ``simpletype.api.polars_type_to_simple_type``