File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased
3+ ## Version 1.8.0 - 2016-07-14
44### Added
55
66* Support Mongoid 5. PR [ #636 ] ( https://github.com/activerecord-hackery/ransack/pull/636 ) , commit
4646
4747 * Marcel Eeken*
4848
49+ * Add Taiwanese Hokkien/Mandarin i18n locale file (` zh-TW.yml ` ). PR
50+ [ #674 ] ( https://github.com/activerecord-hackery/ransack/pull/674 ) .
51+
52+ * Sibevin Wang*
53+
4954* Add Danish i18n locale file (` da.yml ` ). PR
5055 [ #663 ] ( https://github.com/activerecord-hackery/ransack/pull/663 ) .
5156
6873
6974### Fixed
7075
76+ * In ` FormHelper::SortLink#parameters_hash ` , convert ` params#to_unsafe_h `
77+ only if Rails 5, and add tests. Commit
78+ [ 14e66ca] ( https://github.com/activerecord-hackery/ransack/commit/14e66ca ) .
79+
80+ * Jon Atack*
81+
7182* Respect negative conditions for collection associations and fix Mongoid
7283 compat. PR [ #645 ] ( https://github.com/activerecord-hackery/ransack/pull/645 ) .
7384
124135### Changed
125136
126137* Memory/speed perf improvement: Freeze strings in array global constants and
127- move from using global string constants to frozen strings
138+ partially move from using global string constants to frozen strings
128139 ([ 381a83c] ( https://github.com/activerecord-hackery/ransack/commit/381a83c )
129140 and
130141 [ ce114ec] ( https://github.com/activerecord-hackery/ransack/commit/ce114ec ) ).
You can’t perform that action at this time.
0 commit comments