v1.1.5 2024/09/09
- #26 Support Ruby 3.2 and Rails 7.2 (@khiav223577)
- #25 Fix: Use explicit expression in where condition (@glasses618)
v1.1.4 2023/09/04
- #23 Fix -
from(nil)
did not generate the expected SQL (@ff2248) - #24 Skip the step of publishing code coverage for the PR from forked repos (@khiav223577)
v1.1.3 2023/08/19
- #22 Support Ruby 3.0 (@khiav223577)
- #21 Migrating from Travis CI to GitHub Actions (@khiav223577)
- #20 Fix: test files should not be included in coverage (@khiav223577)
v1.1.2 2020/09/01
- #19 Fix: changed attributes are not updated when calling
atomically.update
(@khiav223577) - #18 Support Ruby 2.7 (@khiav223577)
- #17 specify gem versions by ENV['DB'] (@khiav223577)
v1.1.1 2019/11/01
- #16 Fix:
create_or_plus
is broken when usingmakara
adapter (@khiav223577)
v1.1.0 2019/10/23
- #12 Support PostgreSQL (@khiav223577)
- #14 Support Rails 6.0 (@khiav223577)
- #13 Remove deprecated codeclimate-test-reporter gem (@khiav223577)
- #11 Fix: Non-attribute arguments will be disallowed in Rails 6.0 (@khiav223577)
v1.0.6 2019/01/28
- #10
decrement_unsigned_counters
should be able to decrement the field to zero (@khiav223577)
v1.0.5 2019/01/28
- #9 Implement
decrement_unsigned_counters
(@khiav223577) - #8 Fix: broken test cases after bundler 2.0 was released (@khiav223577)
v1.0.4 2018/12/21
- #7 Implement
update_all_and_get_ids
(@khiav223577) - #6 Add warning (@kakas)
- #5 fix README
pay_all
description (@kakas)
v1.0.3 2018/11/28
- #4 Implement
update_all
(@khiav223577)
v1.0.2 2018/11/27
- #3 Implement
update
(@khiav223577)