All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Nothing
- Nothing
- Nothing
0.3.4 - 2022-04-12
- Add support for AR 7.x
- Drop support for Ruby < 2.7
0.3.3 - 2019-08-26
- Add support for AR 6.x
- Drop support for Ruby < 2.4
0.3.2 - 2017-05-11
- Add support for AR 5.1.x
- Drop support for AR 4.0.x
- Drop support for Ruby < 2.2
0.3.1 - 2016-12-23
- Add support for AR 5.0.x
- Drop support for AR 3.x
- Drop support for Ruby < 2.1
0.3.0 - 2014-01-14
- You can now pass a nested hash for associaiton conditions (see README)
- Now it requires at least ruby 1.9.2
0.2.0 - 2013-09-09
- Use dynamic query string instead of Arel Table to generate relation (which cause the bug)
- Add a few test for compatibility with gem
squeel
- You can now use this with named scopes
- Initial Release