colander v1.0.a3 Release Notes

Release Date: 2013-05-16 // almost 11 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support spec-mandated truncations of ISO-8601 timezones.

    • ๐Ÿ‘Œ Support spec-mandated truncations of ISO-8601 datetimes.

    • ๐Ÿ‘ Allow specifying custom representations of values for boolean fields.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Ensure that colander.iso8601.FixedOffset instances can be unpickled.

    • Avoid validating strings as sequences under Py3k.

    • ๐Ÿ“š Sync documentation with 0.9.9 change to use insert_before rather than schema_order. See https://github.com/Pylons/colander/issues/104