File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.6.0 (2025-??-??)
4
+
5
+ * Remove dead code
3
6
* 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
4
16
5
17
## 1.5.0 (2024-04-08)
6
18
7
- * Drop support of Rails 5.2
8
19
* Add support for grouped results (merge: [ #419 ] ( https://github.com/jbox-web/ajax-datatables-rails/pull/419 ) )
9
20
* Fix server-side out of order ajax responses (merge: [ #418 ] ( https://github.com/jbox-web/ajax-datatables-rails/pull/418 ) )
10
21
* Add support for postgis adapter (merge: [ #417 ] ( https://github.com/jbox-web/ajax-datatables-rails/pull/417 ) )
11
22
* Add support for trilogy adapter (merge: [ #423 ] ( https://github.com/jbox-web/ajax-datatables-rails/pull/423 ) )
23
+ * Drop support of Rails 5.2
12
24
* Add support for Rails 7.1
25
+ * Add support for Ruby 3.2
13
26
* Add support for Ruby 3.3
14
27
15
28
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.
21
34
* Drop support of Ruby 2.5
22
35
* Drop support of Ruby 2.6
23
36
* Add support of Ruby 3.1
24
- * Add support of Rails 7
37
+ * Add support of Rails 7.0
25
38
* Fix: prevent establishing ActiveRecord connection on startup
26
39
27
40
## 1.3.1 (2021-02-09)
Original file line number Diff line number Diff line change 11
11
12
12
It's tested against :
13
13
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
16
16
* Databases: MySQL 8 / SQLite3 / Postgresql 16 / Oracle XE 11.2 (thanks to [ travis-oracle] ( https://github.com/cbandy/travis-oracle ) )
17
17
* Adapters: sqlite / mysql2 / trilogy / postgres / postgis / oracle
18
18
You can’t perform that action at this time.
0 commit comments