All Versions
83
Latest Version
Avg Release Cycle
21 days
Latest Release
-

Changelog History
Page 3

  • v5.6.5 Changes

    • ๐Ÿ‘Œ Improved a few code comments; added post link in README
    • Full name for translate, aliased as t
    • โž• Added check for no calendar units in pagy_calendar configuration
    • โšก๏ธ Updated gemfiles
    • ๐Ÿ“„ Small docs layout adjustment
  • v5.6.4 Changes

    • โšก๏ธ Updated RM run configurations
    • ๐Ÿ›  Fix for missing innerHTML reset, unintentionally committed during a cleanup (closes #350)
    • โšก๏ธ Updated gemfiles, docs and comments
  • v5.6.3 Changes

    • ๐Ÿ‘Œ Improved readability and efficiency of calendar files
    • ๐Ÿ›  Fix for English spelling in local variable name
  • v5.6.2 Changes

    • โšก๏ธ Updated pagy.manifest for Tamil locale
    • โž• Add Tamil (ta) translation (#349)
    • Internal changes in calendar files:
      • Simpler calculations for month mixin
      • Normalized naming of non-api methods
      • Better comments
    • ๐ŸŽ Pagy::I18n: small performance improvement
    • ๐Ÿ“„ Docs reorganization
    • โšก๏ธ Update paths_ignore for skip CI and docs
  • v5.6.1 Changes

    • โšก๏ธ Updated cypress and bundler
    • ๐Ÿ‘Œ Improved efficiency of unit labelling and support for custom calendar unit sub formats
    • โž• Added missing initializer default for calendar quarter and missing doc for custom units
  • v5.6.0 Changes

    • โšก๏ธ Updated gemfiles
    • โšก๏ธ Updated docs
    • โž• Added calendar quarter tests
    • ๐Ÿ”จ Internal calendar refactoring to allow custom units; added quarter unit
  • v5.5.1 Changes

    • ๐Ÿ“„ Docs updates
    • ๐Ÿ”— upgrade bootstrap template navs: call pagy_link_proc with link_extra key (#348)
    • Renamed internal #time_for -> #start_for
    • ๐Ÿ“„ Docs fixes and improvements
  • v5.5.0 Changes

    • โšก๏ธ Updated cypress and related packages
    • Calendar API: FINAL breaking changes (stable from now on):
      • Refactoring of calendar classes and variables:
      • Moved calendar defaults from Pagy::DEFAULT to class-specific Pagy::Calendar::*::DEFAULT
      • Renamed variables:
      • :minmax -> :period
      • :time_order -> :order
      • :week_offset -> :offset
      • :*_format -> :format
      • Returning local time instead of UTC time for the utc accessors, now renamed:
      • #utc_from -> #from (use from.utc if you need it)
      • #utc_to -> #to (use to.utc if you need it)
      • Inverted the logic for the :skip key in the #pagy_calendar conf, now renamed:
      • :skip -> :active
      • Renamed methods:
      • #pagy_calendar_minmax -> #pagy_calendar_period
      • #pagy_calendar_filtered -> #pagy_calendar_filter
      • Added alternative way to delegate the localization to i18n without the i18n extra
      • Updated pagy_calendar_app.ru
      • Fix for wrong reordering in :desc order
      • Documentation fixes and improvements
      • Removed the warning for the API changes: the API is stable after these changes
  • v5.4.0 Changes

    • Calendar API breaking changes for refactoring of Pagy::Calendar and calendar extra:
      • Added complete compatibility with all the backend extras
      • Simpler usage with automatic handling of pagy objects
      • Less variables and simpler requirements for the methods to implement
    • โšก๏ธ Updated gemfiles
    • The localize method overridden by the i18n extra must receive a format
    • Series and sequels use keyword arguments and pagy_*nav methods accepts a size keyword argument
    • ๐Ÿ“„ Docs improvements
    • โœ‚ Removed unnecessary empty section in calendar docs
    • ๐Ÿ›  Fixes for typos and misalignment
  • v5.3.1 Changes

    • โž• Added screenshot to the calendar extra (closes #346)
    • โž• Added bump.sh script to bump the version in multiple files; check for consistency and optionally commit the changes
    • ๐Ÿ›  Minor fixes
    • ๐Ÿ”„ Changelog improvements
    • Reversed CHANGELOG (closes #345)
    • ๐Ÿ“„ Calendar I18n small internal renaming and docs improvements