What's Changed
Core Architecture & Features
- Redis Adapter: Added
LiveStash.Adapters.Redisfor server-side state in Redis with a lightweight stash reference in the browser by @wegorz13 in #90 - Automatic Stashing: Added
auto_stash: trueto attach an:after_renderhook that callsLiveStash.stash/1when you want stashing without explicit calls by @wegorz13 in #88 - Payload Compression: Compress Erlang term payloads for browser-memory tokens (sign and encrypt) and for Redis writes to reduce size on the wire and in storage by @wegorz13 in #103
Bug Fixes
Full Changelog: v0.2.0...v0.3.0