Reverse Chronological Order:
https://github.com/nbulaj/doorkeeper-sequel/compare/2.0.0...master
- Support for Doorkeeper 5.5
https://github.com/nbulaj/doorkeeper-sequel/compare/1.5.0...2.0.0
- Support Doorkeeper >= 5.0.0
https://github.com/nbulaj/doorkeeper-sequel/compare/1.4.0...1.5.0
- Support Doorkeeper >= 4.2.7 && < 5.0.0
https://github.com/nbulaj/doorkeeper-sequel/compare/1.3.1...1.4.0
- Various fixes
- Update Doorkeeper to upstream
https://github.com/nbulaj/doorkeeper-sequel/compare/1.3.0...1.3.1
- Fix Sequel model initialization (database error for rake tasks)
- Fix main migration name for generator
https://github.com/nbulaj/doorkeeper-sequel/compare/1.2.3...1.3.0
- Fix dependencies to allow using of Sequel 5
- Fix models plugins for Sequel >= 4.47
- Fix generators to allow migration generation when tables not created
https://github.com/nbulaj/doorkeeper-sequel/compare/1.2.2...1.2.3
- Test against stable Rails 5.1
- Update Doorkeeper submodule
https://github.com/nbulaj/doorkeeper-sequel/compare/1.2.1...1.2.2
- ORM code refactoring
- Fix Sequel deprecations (>= 4.47)
- Update Doorkeeper submodule (support up to 4.2.6)
- Fix
#table_exists?
method for models Rakefile
refactoring- Remove Gemfile.lock
https://github.com/nbulaj/doorkeeper-sequel/compare/1.2.0...1.2.1
- Association dependencies changed to
:delete
instead of:destroy
(in accordance to Doorkeeper) - Fixed generators and specs for it
- Code refactoring with rubocop
- No braking changes
https://github.com/nbulaj/doorkeeper-sequel/compare/1.0.0...1.2.0
- Added compatibility with Doorkeeper 4.2
- No braking changes
- First stable release
- Compatible with Doorkeeper >= 4.x and Rails >= 4.x