Skip to content

Commit cdb8d67

Browse files
committed
Update README [ci skip]
1 parent 013cb1f commit cdb8d67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ jQuery DataTables is a very powerful tool with a lot of customizations available
4141

4242
## Warnings
4343

44-
**Breaking changes :** the *v1.0.0* version is a **major break** from *v0.4*.
44+
**Breaking changes :**
45+
46+
1) the *v1.0.0* version is a **major break** from *v0.4*.
4547

4648
* Datatables no longer inherits from `AjaxDatatablesRails::Base` but from `AjaxDatatablesRails::ActiveRecord` (this solves [#228](https://github.com/jbox-web/ajax-datatables-rails/issues/228))
4749
* The `view_context` is no longer injected in Datatables but only the `params` hash (see the [example](#4-setup-the-controller-action)). This will break calls to helpers methods.
4850

4951
To mitigate this 2 changes see the [migration doc](/doc/migrate.md).
5052

51-
**Breaking changes :** the *v0.4* version is a **major break** from *v0.3*.
53+
2) the *v0.4* version is a **major break** from *v0.3*.
5254

5355
The core has been rewriten to remove dependency on [Kaminari](https://github.com/kaminari/kaminari) or [WillPaginate](https://github.com/mislav/will_paginate).
5456

0 commit comments

Comments
 (0)