Update change log, prepare release [skip ci]

This commit is contained in:
Jon Atack 2014-10-26 23:22:41 +01:00
parent 5da6f50532
commit 2cee4dfbce
1 changed files with 21 additions and 7 deletions

View File

@ -2,7 +2,7 @@
This change log was started in August 2014. All notable changes to this project This change log was started in August 2014. All notable changes to this project
henceforth should be documented here. henceforth should be documented here.
## Unreleased ## Version 1.5.0 - 2014-10-26
### Added ### Added
* Add support for multiple sort fields and default orders in Ransack * Add support for multiple sort fields and default orders in Ransack
@ -11,12 +11,26 @@ henceforth should be documented here.
*Caleb Land*, *James u007* *Caleb Land*, *James u007*
* Add test specs for `lteq`, `lt`, `gteq` and `gt` predicates. These are * Add tests for `lteq`, `lt`, `gteq` and `gt` predicates. They are also
also tested in Arel, but testing them in Ransack has proven useful to tested in Arel, but testing them in Ransack has proven useful to detect
detect issues. issues.
* Add test specs for `start`, `not_start`, `end` and `not_end` predicates, *Jon Atack*
with emphasis on cases when attribute names end with `_start` and `_end`.
* Add tests for unknown attribute names.
*Joe Yates*
* Add tests for attribute names containing '_or_' and '_and_'.
*Joe Yates*, *Jon Atack*
* Add tests for attribute names ending with '_start' and '_end'.
*Jon Atack*, *Timo Schilling*
* Add tests for `start`, `not_start`, `end` and `not_end` predicates, with
emphasis on cases when attribute names end with `_start` and `_end`.
*Jon Atack* *Jon Atack*
@ -38,7 +52,7 @@ henceforth should be documented here.
`_or_`. Attributes named like `foo_and_bar` or `foo_or_bar` are recognized `_or_`. Attributes named like `foo_and_bar` or `foo_or_bar` are recognized
now instead of running failing checks for `foo` and `bar`. now instead of running failing checks for `foo` and `bar`.
*joeyates* *Joe Yates*
* Improve `attribute_method?` parsing for method names ending with a * Improve `attribute_method?` parsing for method names ending with a
predicate like `_start` and `_end`. For instance, a `life_start` attribute predicate like `_start` and `_end`. For instance, a `life_start` attribute