- Use new warden-github version that fixes a membership caching bug
- Use custom session serialization for proper compatibility with mock users (#16)
- Improve serialization and devise compatibility
- Add support for multiple teams (@bhuga)
- Add warden config to not intercept 401 status
- Support Rails 4.2 default of JSON marshalling
- Drop support for Rails 3.1
- Prevent loss of memberships in mocked user when marshaling
- Transform string to integer when stubbing team membership
- Place redirect helper in correct rack module
- Upgrade to octokit.rb version 2
- Require ruby 1.9 or higher
- Fully test on Rails 4
- Improve mock user membership stubbing
- Add testing instructions to README
- Add Devise compatibility
- Initial release