Sha256: 2095a427d5bc34673a6544cd41a532faf953b8ed9e75829d830ce7a036be5868
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.8.1] - 2021-10-26 ### Changed - Simplify guest transfer ([#38](https://github.com/cbeer/devise-guests/pull/38)) ## [0.8.0] - 2021-10-25 ### Added - Allow setting of custom params on guest model ([#31](https://github.com/cbeer/devise-guests/pull/31)) by [@pacso](https://github.com/pacso) - Allow deletion of guest records to optionally be skipped ([#32](https://github.com/cbeer/devise-guests/pull/32)) by [@pacso](https://github.com/pacso) ### Changed - Switch to SecureRandom.uuid for guest_user_unique_suffix ([#28](https://github.com/cbeer/devise-guests/pull/28)) by [@notch8](https://github.com/notch8) - Update combustion gem ([#29](https://github.com/cbeer/devise-guests/pull/29)) by [@notch8](https://github.com/notch8) ### Fixed - Defining the logging_in callback when the controller loads ([#34](https://github.com/cbeer/devise-guests/pull/34)) by [@davidkuz](https://github.com/davidkuz) [Unreleased]: https://github.com/cbeer/devise-guests/compare/v0.8.1...HEAD [0.8.1]: https://github.com/cbeer/devise-guests/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/cbeer/devise-guests/compare/v0.7.0...v0.8.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-guests-0.8.1 | CHANGELOG.md |