Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-jekyll-archives
From: Takahiro Kambe
Date: 2024-12-11 16:12:17
Message id: 20241211151217.5AFF9FC1C@cvs.NetBSD.org
Log Message:
www/ruby-jekyll-archives: update to 2.3.0
2.3.0 (2024-12-05)
Minor Enhancements
* Simplify checking if an archive type is enabled (#149)
* Memoize relative_path attribute of archive pages (#153)
* Memoize date attribute of date-type archive pages (#154)
* Allow creating slugs for emoji characters. (#129)
* Use Liquid drop to expose attributes to templates (#158)
Bug Fixes
* Return unless 'jekyll-archives' config is a Hash (#139)
* Include LICENSE in built gem (#180)
Internal Refactors
* Initialize Archives generator with a hash (#135)
* Remove support for legacy Jekyll versions (#136)
* Read-in site's tags and categories attributes (#137)
* Use private helper to append enabled archive type (#150)
* Access nested Hash values with Hash#dig (#151)
* Generate custom post_attr_hash with private helper (#152)
Development Fixes
* Migrate CI to GitHub Actions (#177)
* Add style_check job to CI workflow (#178)
* Add workflow to release gem via GitHub Actions (#179)
Documentation Fixes
* Substitute 'gems' with 'plugins' (#143)
Files: