All Versions
83
Latest Version
Avg Release Cycle
21 days
Latest Release
-
Changelog History
Page 3
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-specificPagy::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
(usefrom.utc
if you need it)#utc_to
->#to
(useto.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
- Calendar API breaking changes for refactoring of
-
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