Releases: nbulaj/doorkeeper-sequel
Releases · nbulaj/doorkeeper-sequel
2.2.0
Doorkeeper 5.3 compatability
2.0.0
[ci skip] Update changelog
1.5.0
Merge pull request #13 from nbulaj/4.4.x_compatible
4.4.x compatible
1.4.0
Update to upstream, specs, fixes
* Update to Doorkeeper upstream
* Fix various issues
* Test against Rails 5.2
* Bump version
1.3.1
- Fix Sequel model initialization (database error for rake tasks)
- Fix main migration name for generator
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
1.2.3
- Test against stable Rails 5.1
- Update Doorkeeper submodule
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
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
1.2.0
Fully compatible with Doorkeeper >= 4.0 and Sequel >= 4.0