Sha256: 16fb032caabc7e9a80a452dd87df7c908b9b50a328ff660c1c84eb681ef83550

Contents?: true

Size: 1.81 KB

Versions: 1

Compression:

Stored size: 1.81 KB

Contents

# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]

### Added

- Nothing

### Changed

- Nothing

### Fixed

- Nothing


## [0.3.5] - 2024-12-18

### Changed

- Add support for AR 8.x
- Drop support for AR < 7.x
- Drop support for Ruby < 3.0


## [0.3.4] - 2022-04-12

### Changed

- Add support for AR 7.x
- Drop support for Ruby < 2.7


## [0.3.3] - 2019-08-26

### Changed

- Add support for AR 6.x
- Drop support for Ruby < 2.4


## [0.3.2] - 2017-05-11

### Changed

- 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

### Changed

- 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

### Added

- You can now pass a nested hash for associaiton conditions (see README)

### Changed

- Now it requires at least ruby 1.9.2


## [0.2.0] - 2013-09-09

### Changed

- Use dynamic query string instead of Arel Table to generate relation (which cause the bug)
- Add a few test for compatibility with gem `squeel`

### Fixed

- You can now use this with named scopes


## 0.1.0 - 2013-04-12

### Added

- Initial Release


[Unreleased]: https://github.com/PikachuEXE/where_lower/compare/v0.3.4...HEAD
[0.3.5]: https://github.com/PikachuEXE/where_lower/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/PikachuEXE/where_lower/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/PikachuEXE/where_lower/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/PikachuEXE/where_lower/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/PikachuEXE/where_lower/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/PikachuEXE/where_lower/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/PikachuEXE/where_lower/compare/v0.1.0...v0.2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
where_lower-0.3.5 CHANGELOG.md