CHANGELOG.md in ajax_pagination-0.6.1 vs CHANGELOG.md in ajax_pagination-0.6.2

- old
+ new

@@ -1,9 +1,16 @@ +## v0.6.2 +* Added :except and :only options to the ajax_respond class method (to specify actions which trigger responding to AJAX request) +* Converted ajax_section method to return symbol instead of string, and using symbols for both sections and actions internally (strings passed into methods will be converted into symbols) +* Rewrote ajax_respond class method to add default_render behaviour which checks for AJAX requests in a more efficient way +* Rename ajax_section_displayed? to ajax_section?, for brevity. + ## v0.6.1 -* the ajaxp:done event now sends an extra argument - the ajax_loadzone DOM element. This makes it easier for the event handler to make animations involving the loadzone. If it does not exist, null is returned. +* The ajaxp:done event now sends an extra argument - the ajax_loadzone DOM element. This makes it easier for the event handler to make animations involving the loadzone. If it does not exist, null is returned. * one set of internally used data-pagination attributes has been renamed to data-ajax_section_id. -* the ?pagination= querystring parameter has been renamed to ajax_section. +* The ?pagination= querystring parameter has been renamed to ajax_section. * Fixed Travis CI tests to start up WEBrick servers with the correct rails version. +* Removed deprecated options - from v0.6.0 ## v0.6.0 The :pagination option no longer makes as much sense, now that the sections are called ajax_section. Also, this gem is as much about site navigation as pagination. This is the reason for some of the following changes. * Further name changes made - :pagination option now called :section_id option in AJAX Pagination methods (with exception of ajax_section method), :pagination still works, but is now deprecated.