Skip to content

Releases: Faveod/arel-extensions

v2.3.2/v1.5.2

04 Jan 09:38
Compare
Choose a tag to compare
  • Fix a subtle bug on table access as in table[:col] in certain situations.
  • == and != deprecation warnings can stem from arel itself, so now we don't emit them because they're plain wrong.

v2.3.1./v1.5.1

20 Dec 16:03
Compare
Choose a tag to compare
  • 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

19 Dec 08:07
Compare
Choose a tag to compare
  • 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

27 Nov 15:23
Compare
Choose a tag to compare
  • Fix deprecation warnings for == and !=, showing the true location.
  • Always emit deprecation warnings for == and !=.

v2.2.1/v1.4.1

08 Nov 14:06
Compare
Choose a tag to compare

What's Changed

v2.2.0/v1.4.0

22 Aug 09:04
Compare
Choose a tag to compare

What's Changed

  • Rails 7.2 support
  • mssql: restrict date quoting to arel <= 6

v2.1.11/v1.3.11

08 Aug 13:31
Compare
Choose a tag to compare
  • Warnings for SQL Server visitor are emitted where relevant only.

v2.1.10/v1.3.10

31 Jul 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.9/v1.3.9...v2.1.10/v1.3.10

v2.1.9/v1.3.9

06 May 10:21
Compare
Choose a tag to compare
ci: publish: fix regex typo

First Release

28 Aug 21:30
Compare
Choose a tag to compare

Most features tested successfully on most common DB.