All Versions
16
Latest Version
Avg Release Cycle
114 days
Latest Release
1068 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.8.3 Changes
June 05, 2018๐ Bug Fixes
- ๐ Fix --unpublished not affecting collection documents (#7027)
-
v3.8.2 Changes
May 19, 2018 -
v3.8.1 Changes
May 01, 2018 -
v3.8.0 Changes
April 19, 2018๐ Development Fixes
- ๐ Move duplicate code to a single private method (#6593)
- โ Test against Ruby 2.5 on AppVeyor (#6668)
- ๐ Replace simple regex with a native Ruby method (#6732)
- Codeclimate: exclude livereload.js (#6776)
- โ Add a cucumber feature to test link tag (#6777)
- ๐ Fix theme gem feature (#6784)
- ๐ Replace simple regex with equivalent Ruby methods (#6736)
- ๐ Rewrite
script/rubyprof
as a Ruby script (#6813) - โ Add debug output to theme rendering (#5195)
- ๐ Fix minitest deprecation warning in test (#6839)
- ๐ Memoize
Site#site_data
(#6809) - ๐ Memoize document output extension (#6814)
- Access document permalink attribute efficiently (#6740)
- Minimize array allocations in the
where
filter (#6860) - โฌ๏ธ Bump JRuby (#6878)
- Assert existence of <collection>.files (#6907)
- โฌ๏ธ Bump Rubocop to 0.54.x (#6915)
- ๐ Regenerate unconditionally unless its an incremental build (#6917)
- Centralize require statements (#6910)
- โฌ๏ธ Bump to Rubocop 0.55 (#6929)
- ๐จ Refactor private method
HighlightBlock#parse_options
(#6822)
Minor Enhancements
- ๐ Two massive performance improvements for large sites (#6730)
- Cache the list of documents to be written (#6741)
- ๐ Allow Jekyll Doctor to detect stray posts dir (#6681)
- Excerpt relative-path should match its path (#6597)
- Remind user to resolve conflict in
jekyll new
with--force
(#6801) - ๐ Memoize helper methods in site-cleaner (#6808)
- Compute document's relative_path faster (#6767)
- Create a single instance of PostReader per site (#6759)
- ๐ Allow date filters to output ordinal days (#6773)
- ๐ Change regex to sanitize and normalize filenames passed to LiquidRenderer (#6610)
- Allow passing :strict_variables and :strict_filters options to Liquid's renderer (#6726)
- ๐ Debug writing files during the build process (#6696)
- ๐ Improve regex usage in
Tags::IncludeTag
(#6848) - ๐ Improve comment included in the starter index.md (#6916)
- Store and retrieve converter instances for Jekyll::Filters via a hash (#6856)
- Implement a cache within the
where
filter (#6868) - Store regexp in a constant (#6887)
- โก๏ธ Optimize computing filename in LiquidRenderer (#6841)
๐ Documentation
- โ Adding the jekyll-algolia plugin to the list of plugins (#6737)
- โ Added Premonition plugin to list of plugins (#6750)
- โ Add document on releasing a new version (#6745)
- Mention Talkyard, a new commenting system for Jekyll and others. (#6752)
- โ Add 'jekyll-fontello' to plugins (#6757)
- ๐ Install dh-autoreconf on Windows (#6765)
- ๐ Fix common typos (#6764)
- ๐ Fix documentation for
{{ page.excerpt }}
(#6779) - โก๏ธ Update docs on permalink configuration (#6775)
- โ๏ธ Propose fix some typos (#6785)
- Post: Say hello to Jekyll's New Lead Developer (#6790)
- โ Add reference to Liquid to plugin docs (#6794)
- ๐ Draft a release post for v3.7.3 (#6803)
- โ Add missing step for gem-based theme conversion (#6802)
- โก๏ธ Update windows.md to explain an issue with jekyll new. (#6838)
- โ Add Bundler Installation Instructions (#6828)
- Describe difference between tags and categories (#6882)
- โ Add
jekyll-random
plugin to docs (#6833) - ๐ Fixed typo in description of categories and tags (#6896)
- โ Add missing ul-tag (#6897)
- โ Add liquid tag plugin jekyll-onebox for html previews (#6898)
- โ Add
jekyll-w2m
to plugins (#6855) - ๐ Fix tutorials navigation HTML (#6919)
- ๐ง Arch Linux installation troubleshoot (#6782)
- ๐ Docs: Install Jekyll on macOS (#6881)
- ๐ Fix CodeClimate badges [ci skip] (#6930)
- โก๏ธ Update index.md (#6933)
Site Enhancements
- โ Remove links to Gists (#6751)
- Always load Google Fonts over HTTPS (#6792)
- ๐ Always load analytics.js over HTTPS (#6807)
๐ Bug Fixes
- Append appropriate closing tag to Liquid block in an excerpt ### -minor (#6724)
- Bypass rendering via Liquid unless required (#6735)
- Delegated methods after
private
keyword are meant to be private (#6819) - ๐ Improve handling non-default collection documents rendering and writing (#6795)
- ๐ Fix passing multiline params to include tag when using the variable syntax (#6858)
include_relative
tag should find related documents in collections gathered within customcollections_dir
(#6818)- ๐ Handle liquid tags in excerpts robustly (#6891)
- ๐ Allow front matter defaults to be applied properly to documents gathered under custom
collections_dir
(#6885)
-
v3.7.4 Changes
September 07, 2018๐ Bug Fixes
- ๐ Security: fix
include
bypass of EntryFilter#filter symlink check (#7224)
- ๐ Security: fix
-
v3.6.3
September 19, 2018