Releases: Faveod/arel-extensions
Releases · Faveod/arel-extensions
v2.3.2/v1.5.2
- Fix a subtle bug on table access as in
table[:col]
in certain situations. ==
and!=
deprecation warnings can stem fromarel
itself, so now we don't emit them because they're plain wrong.
v2.3.1./v1.5.1
- Fallback to Ruby's Warning module if ActiveSupport doesn't exist. Relevant for old Rails versions.
- Added documentation on how to "properly" configure the deprecator in a Rails application.
v2.3.0/v1.5.0
- Use ActiveSupport's deprecation machinery instead of Ruby's Warning module.
- Fix a bug with group concat that didn't correctly check for the separator value.
v2.2.2/v1.4.2
- Fix deprecation warnings for
==
and!=
, showing the true location. - Always emit deprecation warnings for
==
and!=
.
v2.2.1/v1.4.1
What's Changed
- lib: emit caller info for deprecated methods by @stackmystack in #116
v2.2.0/v1.4.0
What's Changed
- Rails 7.2 support
- mssql: restrict date quoting to arel <= 6
v2.1.11/v1.3.11
- Warnings for SQL Server visitor are emitted where relevant only.
v2.1.10/v1.3.10
What's Changed
- mysql visitor: fixes on collation by @jdelporte in #106
- Mssql date time literal support by @jdelporte in #108
- mssql: support rails 7 by @stackmystack in #107
Full Changelog: v2.1.9/v1.3.9...v2.1.10/v1.3.10
v2.1.9/v1.3.9
ci: publish: fix regex typo
First Release
Most features tested successfully on most common DB.