Skip to content

Commit 16aacc6

Browse files
committed
Update CHANGELOG
1 parent 6416287 commit 16aacc6

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
# CHANGELOG
22

3+
## 1.6.0 (2025-??-??)
4+
5+
* Remove dead code
36
* Implementing `searchable: false` tests
7+
* Improve objects shape
8+
* Fix Rubocop offenses
9+
* Make gem smaller
10+
* Drop support of Rails 6.0
11+
* Drop support of Rails 6.1
12+
* Drop support of Ruby 2.7
13+
* Add support for Rails 7.2
14+
* Add support for Rails 8.0
15+
* Add support for Ruby 3.4
416

517
## 1.5.0 (2024-04-08)
618

7-
* Drop support of Rails 5.2
819
* Add support for grouped results (merge: [#419](https://github.com/jbox-web/ajax-datatables-rails/pull/419))
920
* Fix server-side out of order ajax responses (merge: [#418](https://github.com/jbox-web/ajax-datatables-rails/pull/418))
1021
* Add support for postgis adapter (merge: [#417](https://github.com/jbox-web/ajax-datatables-rails/pull/417))
1122
* Add support for trilogy adapter (merge: [#423](https://github.com/jbox-web/ajax-datatables-rails/pull/423))
23+
* Drop support of Rails 5.2
1224
* Add support for Rails 7.1
25+
* Add support for Ruby 3.2
1326
* Add support for Ruby 3.3
1427

1528
This is the last version to support Rails 6.0.x and Ruby 2.7.x.
@@ -21,7 +34,7 @@ This is the last version to support Rails 6.0.x and Ruby 2.7.x.
2134
* Drop support of Ruby 2.5
2235
* Drop support of Ruby 2.6
2336
* Add support of Ruby 3.1
24-
* Add support of Rails 7
37+
* Add support of Rails 7.0
2538
* Fix: prevent establishing ActiveRecord connection on startup
2639

2740
## 1.3.1 (2021-02-09)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
It's tested against :
1313

14-
* Rails: 7.0.4 / 7.1.0 / 7.2.0
15-
* Ruby: 3.0 / 3.1 / 3.2 / 3.3
14+
* Rails: 7.0 / 7.1 / 7.2 / 8.0
15+
* Ruby: 3.0 / 3.1 / 3.2 / 3.3 / 3.4
1616
* Databases: MySQL 8 / SQLite3 / Postgresql 16 / Oracle XE 11.2 (thanks to [travis-oracle](https://github.com/cbandy/travis-oracle))
1717
* Adapters: sqlite / mysql2 / trilogy / postgres / postgis / oracle
1818

0 commit comments

Comments
 (0)