All Versions
39
Latest Version
Avg Release Cycle
231 days
Latest Release
1011 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.9 Changes
August 31, 2020- ⚠ Avoid warning on uninitialized instance variable (#188)
- ⬆️ Bump rack to 2.2.3 (#190)
- ✂ Remove Gemfile.lock
- Resolve outstanding TODO entries (#179)
- A bunch of gem structure cleanup (thanks @olleolleolle)
- Set winning strategy when :warden is thrown (#174)
- ⬆️ Bump rack dependency to >= 2.0.9 due to CVEs
-
v1.2.8 Changes
November 15, 2018- 🛠 Bugfix: Flips two lines to allow scopes authenticating from another without stepping on each other's toes. (PR #144)
- ⚡️ Update rack dependency to >= 2.0.6 due to security vulnerability (CVE-2018-16471)
- 👕 Internal: Add Rubocop Lint checking
- ⚡️ Internal: Update RSpec to use .rspec file
-
v1.2.7 Changes
January 24, 2017- Added 'frozen_string_literal' comment, bump ruby to 2.3
-
v1.2.6 Changes
February 04, 2016✅ Separate test helpers to encapsulate Warden object mocking inside it's own class
-
v1.2.5 Changes
February 04, 2016✅ Expands on the test helpers available to make it easier for testing gems
-
v1.2.4 Changes
December 10, 2015- ⚡️ updates the specs to run on rspec 3
- ➕ Add Strategy::Base#successful?
- Correctly handles Rack::Response (Grape issues)
- 🛠 Fixes many typos in documentation
- ⚡️ Updates erratic specs to be more consistent
-
v1.2.3 Changes
July 14, 2013- 🛠 Fix an issue with lazy loaded sessions
-
v1.2.2 Changes
July 12, 2013- 👌 Support nil session stores on logout
- 🛠 Fix strategies blowing up with undefined method base
-
v1.2.1 Changes
June 16, 2012- Minor caching and speed improvements
- ➕ Add support to #lock in the proxy
- Add support to after_failed_fetch callback
-
v1.2.0 Changes
May 08, 2012- 🗄 Deprecate warden_cookies since it was never functional
- Add support to serialize_from_session and serialize_into_session per scope