Skip to content

Commit 82633ef

Browse files
committed
Add release dates in CHANGELOG
1 parent 5e04cae commit 82633ef

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.4.1
3+
## 0.4.1 (to come)
44

55
* Fix: Restore behavior of #filter method [Comment](https://github.com/jbox-web/ajax-datatables-rails/commit/07795fd26849ff1b3b567f4ce967f722907a45be#comments)
66
* Fix: Fix erroneous offset/start behavior [PR #264](https://github.com/jbox-web/ajax-datatables-rails/pull/264)
@@ -14,16 +14,16 @@
1414
**Note :** This is the last version to support Rails 4.0.x and Rails 4.1.x
1515

1616

17-
## 0.4.0
17+
## 0.4.0 (2017-05-21)
1818

1919
**Warning:** this version is a **major break** from v0.3. The core has been rewriten to remove dependency on Kaminari (or WillPaginate).
2020

2121
It also brings a new (more natural) way of defining columns, based on hash definitions (and not arrays) and add some filtering options for column search. Take a look at the [README](https://github.com/jbox-web/ajax-datatables-rails#customize-the-generated-datatables-class) for more infos.
2222

23-
## 0.3.1
23+
## 0.3.1 (2015-07-13)
2424
* Adds `:oracle` as supported `db_adapter`. Thanks to [lutechspa](https://github.com/lutechspa) for this contribution.
2525

26-
## 0.3.0
26+
## 0.3.0 (2015-01-30)
2727
* Changes to the `sortable_columns` and `searchable_columns` syntax as it
2828
required us to do unnecessary guessing. New syntax is `ModelName.column_name`
2929
or `Namespace::ModelName.column_name`. Old syntax of `table_name.column_name`
@@ -34,7 +34,7 @@ It also brings a new (more natural) way of defining columns, based on hash defin
3434
for this contribution.
3535
* Moves paginator settings to configuration initializer.
3636

37-
## 0.2.1
37+
## 0.2.1 (2014-11-26)
3838
* Fix count method to work with select statements under Rails 4.1. Thanks to
3939
[Jason Mitchell](https://github.com/mitchej123) for the contribution.
4040
* Edits to `README` documentation about the `options` hash. Thanks to
@@ -52,22 +52,22 @@ text-based columns and perform searches depending on the use of `:mysql2`,
5252
`:sqlite3` or `:pg`. Thanks to [M. Saiqul Haq](https://github.com/saiqulhaq)
5353
for contributing this feature.
5454

55-
## 0.2.0
55+
## 0.2.0 (2014-06-19)
5656
* This version works with jQuery dataTables ver. 1.10 and it's new API syntax.
5757
* Added `legacy` branch to repo. If your project is working with jQuery
5858
dataTables ver. 1.9, this is the branch you need to pull, or use the last
5959
`0.1.x` version of this gem.
6060

61-
## 0.1.2
61+
## 0.1.2 (2014-06-18)
6262
* Fixes `where` clause being built even when search term is an empty string.
6363
Thanks to [e-fisher](https://github.com/e-fisher) for spotting and fixing this.
6464

65-
## 0.1.1
65+
## 0.1.1 (2014-06-13)
6666
* Fixes problem on `searchable_columns` where the corresponding model is
6767
a composite model name, e.g. `UserData`, `BillingAddress`.
6868
Thanks to [iruca3](https://github.com/iruca3) for the fix.
6969

70-
## 0.1.0
70+
## 0.1.0 (2014-05-21)
7171
* A fresh start. Sets base class name to: `AjaxDatatablesRails::Base`.
7272
* Extracts pagination functions to mixable modules.
7373
* A user would have the option to stick to the base
@@ -85,3 +85,7 @@ Thanks to [iruca3](https://github.com/iruca3) for the fix.
8585
* Sets generator inside the `Rails` namespace. To generate an
8686
`AjaxDatatablesRails` child class, just execute the
8787
generator like this: `$ rails generate datatable NAME`.
88+
89+
## 0.0.1 (2012-09-10)
90+
91+
First release!

0 commit comments

Comments
 (0)