Readthis v1.0.0-rc.1 Release Notes

Release Date: 2015-09-27 // over 8 years ago
    • ๐Ÿ›  Fixed: Custom serializers would be encoded correcty, but would be ignored when the value was read back out, leaving the encoding flags prefixed to the value.
    • ๐Ÿ”„ Changed: There are no longer direct accessors for namespace and expires_in. Instead, the exposed options hash is used as the fallback for all operations. For ActiveSupport compliance options must be exposed, so this prevents configuration drift after initialization. readthis#21
    • โž• Added: More helpful errors are raised when attempting to use a serializer that hasn't been configured. readthis#22.