|
1 | 1 | # Change Log |
2 | | -All notable changes to this project from August 2014 on will be documented here. |
| 2 | +This change log was started in August 2014. All notable changes to this project |
| 3 | +henceforth should be documented here. |
3 | 4 |
|
4 | | -## Unreleased |
| 5 | +## Version 1.4.0 - 2014-09-23 |
5 | 6 | ### Added |
6 | 7 |
|
7 | | -* Add `ro.yml` Romanian translation file. |
| 8 | +* Add support for Rails 4.2.0! Let us know if you encounter any issues. |
8 | 9 |
|
9 | | - *Andreas Philippi* |
| 10 | + *Xiang Li* |
10 | 11 |
|
11 | 12 | * Add `not_true` and `not_false` predicates and update the "Basic Searching" |
12 | 13 | wiki. Fixes #123, #353. |
13 | 14 |
|
14 | 15 | *Pedro Chambino* |
15 | 16 |
|
16 | | -* Start a CHANGELOG. |
| 17 | +* Add `ro.yml` Romanian translation file. |
| 18 | + |
| 19 | + *Andreas Philippi* |
| 20 | + |
17 | 21 | * Add new documentation in the README explaining how to group queries by `OR` |
18 | 22 | instead of the default `AND` using the `m: 'or'` combinator. |
19 | 23 |
|
| 24 | +* Add new documentation in the README and in the source code comments |
| 25 | + explaining in detail how to handle whitelisting/authorization of |
| 26 | + attributes, associations, sorts and scopes. |
| 27 | + |
| 28 | +* Add new documentation in the README explaining in more detail how to use |
| 29 | + scopes for searching with Ransack. |
| 30 | + |
| 31 | +* Begin a CHANGELOG. |
| 32 | + |
20 | 33 | *Jon Atack* |
21 | 34 |
|
22 | 35 | ### Fixed |
23 | 36 |
|
24 | | -* Fix attribute translations when using ActiveRecord with STI. |
| 37 | +* Fix singular/plural Active Record attribute translations. |
25 | 38 |
|
26 | 39 | *Andreas Philippi* |
27 | 40 |
|
28 | 41 | * Fix the params hash being modified by `Search.new` and the Ransack scope. |
29 | 42 |
|
30 | 43 | *Daniel Rikowski* |
31 | 44 |
|
32 | | -* Apply default scope conditions for association joins (Rails 3). |
| 45 | +* Apply default scope conditions for association joins (fix for Rails 3). |
33 | 46 |
|
34 | 47 | Avoid selecting records from joins that would normally be filtered out |
35 | 48 | if they were selected from the base table. Only applies to Rails 3, as |
36 | 49 | this issue was fixed in Rails 4. |
37 | 50 |
|
38 | 51 | *Andrew Vit* |
39 | 52 |
|
40 | | -* Fix incoherent code examples in the README Associations section that mixed |
41 | | - up `@q` and `@search`. |
| 53 | +* Fix incoherent code examples in the README Associations section that |
| 54 | + sometimes used `@q` and other times `@search`. |
42 | 55 |
|
43 | 56 | *Jon Atack* |
44 | 57 |
|
45 | 58 | ### Changed |
46 | 59 |
|
47 | 60 | * Refactor Ransack::Translate. |
48 | 61 |
|
49 | | -* Rewrite much of the README doc, including the Associations section |
50 | | - code examples and the Authorizations section showing how to whitelist |
51 | | - attributes, associations, sorts and scopes. |
| 62 | +* Rewrite much of the Ransack README documentation, including the |
| 63 | + Associations section code examples and the Authorizations section detailing |
| 64 | + how to whitelist attributes, associations, sorts and scopes. |
52 | 65 |
|
53 | 66 | *Jon Atack* |
54 | 67 |
|
|
0 commit comments