CHANGELOG.md in ajax-datatables-rails-0.4.2 vs CHANGELOG.md in ajax-datatables-rails-0.4.3
- old
+ new
@@ -1,7 +1,13 @@
# CHANGELOG
+## 0.4.3 (2018-06-05)
+
+* Add: Add `:string_eq` condition on columns filter [Issue #291](https://github.com/jbox-web/ajax-datatables-rails/issues/291)
+
+**Note :** This is the last version to support Rails 4.0.x and Rails 4.1.x
+
## 0.4.2 (2018-05-11)
* Fix: Integer out of range [PR #289](https://github.com/jbox-web/ajax-datatables-rails/pull/289) from [PR #284](https://github.com/jbox-web/ajax-datatables-rails/pull/284)
## 0.4.1 (2018-05-06)
@@ -13,12 +19,9 @@
* Add: Add "order nulls last" option [PR #79](https://github.com/jbox-web/ajax-datatables-rails/pull/279)
* Change: Rename `additional_datas` method as `additional_data` [PR #251](https://github.com/jbox-web/ajax-datatables-rails/pull/251)
* Change: Added timezone support for daterange [PR #261](https://github.com/jbox-web/ajax-datatables-rails/pull/261)
* Change: Add # frozen_string_literal: true pragma
* Various improvements in internal API
-
-**Note :** This is the last version to support Rails 4.0.x and Rails 4.1.x
-
## 0.4.0 (2017-05-21)
**Warning:** this version is a **major break** from v0.3. The core has been rewriten to remove dependency on Kaminari (or WillPaginate).