All Versions
14
Latest Version
Avg Release Cycle
139 days
Latest Release
1493 days ago

Changelog History
Page 1

  • v3.3.0 Changes

    February 26, 2020

    ActiveRecord: Avoid a count query in empty? #593

    ๐Ÿ‘Œ Support MS SQL Server #540

    โš  Avoid Ruby 2.7 warnings about keyword arguments #609

    ๐Ÿ’ฅ Breaking: drop Ruby 1.9 compatibility

  • v3.2.1 Changes

    October 15, 2019
    • Ensure PageNumber is serialized as JSON number
  • v3.2.0 Changes

    October 09, 2019

    ๐ŸŽ Performance: avoid extending Numeric with PageNumber logic

    ๐Ÿ’ฅ BREAKING: Integer === page_number is no longer true.

    ๐Ÿ‘‰ Make pagination markup more accessible:

    • container div now has role="navigation";
    • container div now has aria-label="Pagination", translatable via will_paginate.container_aria_label i18n key;
    • individual page links now have aria-label="Page {N}", translatable via will_paginate.page_aria_label i18n key;

    - current page now has aria-current="page".

    โž• Add support for will_paginate view helpers in Hanami View

    โž• Add total_entries support for Mongoid

    โš  Rails: avoid circular require warning

    ๐Ÿš… Rails: fix serving HTTP 404s for WillPaginate::InvalidPage exceptions

  • v3.1.8 Changes

    August 19, 2019
    • โš  Avoid warnings on Ruby 2.7
  • v3.1.7 Changes

    March 18, 2019
    • ๐Ÿš… Rails 5.2.2.1 & 6.0.0 compatibility
  • v3.1.6 Changes

    June 07, 2017

    ๐Ÿ—„ Reference Integer instead of Fixnum to avoid Ruby 2.4 deprecation warning.

  • v3.1.5 Changes

    October 15, 2016
    • ๐Ÿ—„ Avoid Rails 5 deprecation warning about original_exception
    • No longer generates <a rel="start"> for first page link since "start" is an invalid rel value
  • v3.1.3 Changes

    September 21, 2016
    • ๐Ÿš… Rails 5 compatibility for inheriting query params in pagination links
    • ๐Ÿ›  Fix locale load path so that application can override will_paginate's built-in translations.
  • v3.1.2 Changes

    September 21, 2016

    ๐Ÿ”’ Further fix security vulnerability when generating pagination URLs in Rails.

  • v3.1.1 Changes

    September 20, 2016

    ๐Ÿ›  Fixed security vulnerability when generating pagination URLs in Rails.