site/docs/history/index.html in jekyll-docs-3.7.3 vs site/docs/history/index.html in jekyll-docs-3.8.0

- old
+ new

@@ -2,34 +2,35 @@ <html lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> - <meta name="generator" content="Jekyll v3.7.3"> + <meta name="generator" content="Jekyll v3.8.0"> <link type="application/atom+xml" rel="alternate" href="https://jekyllrb.com/feed.xml" title="Jekyll • Simple, blog-aware, static sites"> <link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="https://github.com/jekyll/jekyll/commits/master.atom"> - <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900"> + <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"> <link rel="stylesheet" href="/css/screen.css"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <!-- Begin Jekyll SEO tag v2.4.0 --> <title>History | Jekyll • Simple, blog-aware, static sites</title> -<meta name="generator" content="Jekyll v3.7.3"> +<meta name="generator" content="Jekyll v3.8.0"> <meta property="og:title" content="History"> <meta property="og:locale" content="en_US"> -<meta name="description" content="3.7.2 / 2018-01-25"> -<meta property="og:description" content="3.7.2 / 2018-01-25"> +<meta name="description" content="3.8.0 / 2018-04-19"> +<meta property="og:description" content="3.8.0 / 2018-04-19"> <link rel="canonical" href="https://jekyllrb.com/docs/history/"> <meta property="og:url" content="https://jekyllrb.com/docs/history/"> <meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites"> <meta property="og:type" content="article"> -<meta property="article:published_time" content="2018-03-27T03:44:17-07:00"> +<meta property="article:published_time" content="2018-05-01T13:26:35-07:00"> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@jekyllrb"> <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY"> <script type="application/ld+json"> -{"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"headline":"History","dateModified":"2018-03-27T03:44:17-07:00","datePublished":"2018-03-27T03:44:17-07:00","description":"3.7.2 / 2018-01-25","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/history/"},"@type":"BlogPosting","url":"https://jekyllrb.com/docs/history/","@context":"http://schema.org"}</script> +{"description":"3.8.0 / 2018-04-19","@type":"BlogPosting","url":"https://jekyllrb.com/docs/history/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"headline":"History","dateModified":"2018-05-01T13:26:35-07:00","datePublished":"2018-05-01T13:26:35-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/history/"},"@context":"http://schema.org"}</script> <!-- End Jekyll SEO tag --> <!--[if lt IE 9]> <script src="/js/html5shiv.min.js"></script> <script src="/js/respond.min.js"></script> @@ -70,11 +71,11 @@ </div> <div class="meta hide-on-mobiles"> <ul> <li> - <a href="https://github.com/jekyll/jekyll/releases/tag/v3.7.2">v3.7.2</a> + <a href="https://github.com/jekyll/jekyll/releases/tag/v3.8.0">v3.8.0</a> </li> <li> <a href="https://github.com/jekyll/jekyll">GitHub</a> </li> </ul> @@ -292,12 +293,125 @@ <article> <div class="improve right hide-on-mobiles"> <a href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/history.md"><i class="fa fa-pencil"></i>  Improve this page</a> </div> <h1>History</h1> - <h2 id="v3-7-2">3.7.2 / 2018-01-25</h2> + <h2 id="v3-8-0">3.8.0 / 2018-04-19</h2> +<h3 id="development-fixes-v3-8-0">Development Fixes</h3> + +<ul> + <li>move duplicate code to a single private method (<a href="https://github.com/jekyll/jekyll/issues/6593">#6593</a>)</li> + <li>Test against Ruby 2.5 on AppVeyor (<a href="https://github.com/jekyll/jekyll/issues/6668">#6668</a>)</li> + <li>Replace simple regex with a native Ruby method (<a href="https://github.com/jekyll/jekyll/issues/6732">#6732</a>)</li> + <li>Codeclimate: exclude livereload.js (<a href="https://github.com/jekyll/jekyll/issues/6776">#6776</a>)</li> + <li>Add a cucumber feature to test link tag (<a href="https://github.com/jekyll/jekyll/issues/6777">#6777</a>)</li> + <li>Fix theme gem feature (<a href="https://github.com/jekyll/jekyll/issues/6784">#6784</a>)</li> + <li>Replace simple regex with equivalent Ruby methods (<a href="https://github.com/jekyll/jekyll/issues/6736">#6736</a>)</li> + <li>Rewrite <code class="highlighter-rouge">script/rubyprof</code> as a Ruby script (<a href="https://github.com/jekyll/jekyll/issues/6813">#6813</a>)</li> + <li>Add debug output to theme rendering (<a href="https://github.com/jekyll/jekyll/issues/5195">#5195</a>)</li> + <li>fix minitest deprecation warning in test (<a href="https://github.com/jekyll/jekyll/issues/6839">#6839</a>)</li> + <li>Memoize <code class="highlighter-rouge">Site#site_data</code> (<a href="https://github.com/jekyll/jekyll/issues/6809">#6809</a>)</li> + <li>Memoize document output extension (<a href="https://github.com/jekyll/jekyll/issues/6814">#6814</a>)</li> + <li>Access document permalink attribute efficiently (<a href="https://github.com/jekyll/jekyll/issues/6740">#6740</a>)</li> + <li>Minimize array allocations in the <code class="highlighter-rouge">where</code> filter (<a href="https://github.com/jekyll/jekyll/issues/6860">#6860</a>)</li> + <li>Bump JRuby (<a href="https://github.com/jekyll/jekyll/issues/6878">#6878</a>)</li> + <li>Assert existence of &lt;collection&gt;.files (<a href="https://github.com/jekyll/jekyll/issues/6907">#6907</a>)</li> + <li>Bump Rubocop to 0.54.x (<a href="https://github.com/jekyll/jekyll/issues/6915">#6915</a>)</li> + <li>Regenerate unconditionally unless its an incremental build (<a href="https://github.com/jekyll/jekyll/issues/6917">#6917</a>)</li> + <li>Centralize require statements (<a href="https://github.com/jekyll/jekyll/issues/6910">#6910</a>)</li> + <li>Bump to Rubocop 0.55 (<a href="https://github.com/jekyll/jekyll/issues/6929">#6929</a>)</li> + <li>Refactor private method <code class="highlighter-rouge">HighlightBlock#parse_options</code> (<a href="https://github.com/jekyll/jekyll/issues/6822">#6822</a>)</li> +</ul> + +<h3 id="minor-enhancements-v3-8-0">Minor Enhancements</h3> + +<ul> + <li>Two massive performance improvements for large sites (<a href="https://github.com/jekyll/jekyll/issues/6730">#6730</a>)</li> + <li>Cache the list of documents to be written (<a href="https://github.com/jekyll/jekyll/issues/6741">#6741</a>)</li> + <li>Allow Jekyll Doctor to detect stray posts dir (<a href="https://github.com/jekyll/jekyll/issues/6681">#6681</a>)</li> + <li>Excerpt relative-path should match its path (<a href="https://github.com/jekyll/jekyll/issues/6597">#6597</a>)</li> + <li>Remind user to resolve conflict in <code class="highlighter-rouge">jekyll new</code> with <code class="highlighter-rouge">--force</code> (<a href="https://github.com/jekyll/jekyll/issues/6801">#6801</a>)</li> + <li>Memoize helper methods in site-cleaner (<a href="https://github.com/jekyll/jekyll/issues/6808">#6808</a>)</li> + <li>Compute document's relative_path faster (<a href="https://github.com/jekyll/jekyll/issues/6767">#6767</a>)</li> + <li>Create a single instance of PostReader per site (<a href="https://github.com/jekyll/jekyll/issues/6759">#6759</a>)</li> + <li>Allow date filters to output ordinal days (<a href="https://github.com/jekyll/jekyll/issues/6773">#6773</a>)</li> + <li>Change regex to sanitize and normalize filenames passed to LiquidRenderer (<a href="https://github.com/jekyll/jekyll/issues/6610">#6610</a>)</li> + <li>Allow passing :strict_variables and :strict_filters options to Liquid's renderer (<a href="https://github.com/jekyll/jekyll/issues/6726">#6726</a>)</li> + <li>Debug writing files during the build process (<a href="https://github.com/jekyll/jekyll/issues/6696">#6696</a>)</li> + <li>Improve regex usage in <code class="highlighter-rouge">Tags::IncludeTag</code> (<a href="https://github.com/jekyll/jekyll/issues/6848">#6848</a>)</li> + <li>Improve comment included in the starter index.md (<a href="https://github.com/jekyll/jekyll/issues/6916">#6916</a>)</li> + <li>Store and retrieve converter instances for Jekyll::Filters via a hash (<a href="https://github.com/jekyll/jekyll/issues/6856">#6856</a>)</li> + <li>Implement a cache within the <code class="highlighter-rouge">where</code> filter (<a href="https://github.com/jekyll/jekyll/issues/6868">#6868</a>)</li> + <li>Store regexp in a constant (<a href="https://github.com/jekyll/jekyll/issues/6887">#6887</a>)</li> + <li>Optimize computing filename in LiquidRenderer (<a href="https://github.com/jekyll/jekyll/issues/6841">#6841</a>)</li> +</ul> + +<h3 id="documentation">Documentation</h3> + +<ul> + <li>Adding the jekyll-algolia plugin to the list of plugins (<a href="https://github.com/jekyll/jekyll/issues/6737">#6737</a>)</li> + <li>Added Premonition plugin to list of plugins (<a href="https://github.com/jekyll/jekyll/issues/6750">#6750</a>)</li> + <li>Add document on releasing a new version (<a href="https://github.com/jekyll/jekyll/issues/6745">#6745</a>)</li> + <li>Mention Talkyard, a new commenting system for Jekyll and others. (<a href="https://github.com/jekyll/jekyll/issues/6752">#6752</a>)</li> + <li>Add 'jekyll-fontello' to plugins (<a href="https://github.com/jekyll/jekyll/issues/6757">#6757</a>)</li> + <li>Install dh-autoreconf on Windows (<a href="https://github.com/jekyll/jekyll/issues/6765">#6765</a>)</li> + <li>Fix common typos (<a href="https://github.com/jekyll/jekyll/issues/6764">#6764</a>)</li> + <li>Fix documentation for <code class="highlighter-rouge">{{ page.excerpt }}</code> (<a href="https://github.com/jekyll/jekyll/issues/6779">#6779</a>)</li> + <li>Update docs on permalink configuration (<a href="https://github.com/jekyll/jekyll/issues/6775">#6775</a>)</li> + <li>Propose fix some typos (<a href="https://github.com/jekyll/jekyll/issues/6785">#6785</a>)</li> + <li>Say hello to Jekyll's New Lead Developer (<a href="https://github.com/jekyll/jekyll/issues/6790">#6790</a>)</li> + <li>Add reference to Liquid to plugin docs (<a href="https://github.com/jekyll/jekyll/issues/6794">#6794</a>)</li> + <li>Draft a release post for v3.7.3 (<a href="https://github.com/jekyll/jekyll/issues/6803">#6803</a>)</li> + <li>add missing step for gem-based theme conversion (<a href="https://github.com/jekyll/jekyll/issues/6802">#6802</a>)</li> + <li>Update windows.md to explain an issue with jekyll new. (<a href="https://github.com/jekyll/jekyll/issues/6838">#6838</a>)</li> + <li>Add Bundler Installation Instructions (<a href="https://github.com/jekyll/jekyll/issues/6828">#6828</a>)</li> + <li>Docs: describe difference between tags and categories (<a href="https://github.com/jekyll/jekyll/issues/6882">#6882</a>)</li> + <li>Add <code class="highlighter-rouge">jekyll-random</code> plugin to docs (<a href="https://github.com/jekyll/jekyll/issues/6833">#6833</a>)</li> + <li>Fixed typo in description of categories and tags (<a href="https://github.com/jekyll/jekyll/issues/6896">#6896</a>)</li> + <li>Add missing ul-tag (<a href="https://github.com/jekyll/jekyll/issues/6897">#6897</a>)</li> + <li>doc: add liquid tag plugin jekyll-onebox for html previews (<a href="https://github.com/jekyll/jekyll/issues/6898">#6898</a>)</li> + <li>Add <code class="highlighter-rouge">jekyll-w2m</code> to plugins (<a href="https://github.com/jekyll/jekyll/issues/6855">#6855</a>)</li> + <li>Fix tutorials navigation HTML (<a href="https://github.com/jekyll/jekyll/issues/6919">#6919</a>)</li> + <li>add Arch Linux instalation troubleshoot (<a href="https://github.com/jekyll/jekyll/issues/6782">#6782</a>)</li> + <li>Docs: Install Jekyll on macOS (<a href="https://github.com/jekyll/jekyll/issues/6881">#6881</a>)</li> + <li>Fix CodeClimate badges [ci skip] (<a href="https://github.com/jekyll/jekyll/issues/6930">#6930</a>)</li> + <li>Update index.md (<a href="https://github.com/jekyll/jekyll/issues/6933">#6933</a>)</li> +</ul> + +<h3 id="site-enhancements-v3-8-0">Site Enhancements</h3> + +<ul> + <li>Remove links to Gists (<a href="https://github.com/jekyll/jekyll/issues/6751">#6751</a>)</li> + <li>Always load Google Fonts over HTTPS (<a href="https://github.com/jekyll/jekyll/issues/6792">#6792</a>)</li> + <li>always load analytics.js over HTTPS (<a href="https://github.com/jekyll/jekyll/issues/6807">#6807</a>)</li> +</ul> + +<h3 id="bug-fixes-v3-8-0">Bug Fixes</h3> + +<ul> + <li>Append appropriate closing tag to Liquid block in an excerpt ### -minor (<a href="https://github.com/jekyll/jekyll/issues/6724">#6724</a>)</li> + <li>Bypass rendering via Liquid unless required (<a href="https://github.com/jekyll/jekyll/issues/6735">#6735</a>)</li> + <li>Delegated methods after <code class="highlighter-rouge">private</code> keyword are meant to be private (<a href="https://github.com/jekyll/jekyll/issues/6819">#6819</a>)</li> + <li>Improve handling non-default collection documents rendering and writing (<a href="https://github.com/jekyll/jekyll/issues/6795">#6795</a>)</li> + <li>Fix passing multiline params to include tag when using the variable syntax (<a href="https://github.com/jekyll/jekyll/issues/6858">#6858</a>)</li> + <li> +<code class="highlighter-rouge">include_relative</code> tag should find related documents in collections gathered within custom <code class="highlighter-rouge">collections_dir</code> (<a href="https://github.com/jekyll/jekyll/issues/6818">#6818</a>)</li> + <li>Handle liquid tags in excerpts robustly (<a href="https://github.com/jekyll/jekyll/issues/6891">#6891</a>)</li> + <li>Allow front matter defaults to be applied properly to documents gathered under custom <code class="highlighter-rouge">collections_dir</code> (<a href="https://github.com/jekyll/jekyll/issues/6885">#6885</a>)</li> +</ul> + +<h2 id="v3-7-3">3.7.3 / 2018-02-25</h2> + +<h3 id="bug-fixes-v3-7-3">Bug Fixes</h3> + +<ul> + <li>Do not hardcode locale unless certainly necessary (<a href="https://github.com/jekyll/jekyll/issues/6791">#6791</a>)</li> +</ul> + +<h2 id="v3-7-2">3.7.2 / 2018-01-25</h2> + <h3 id="development-fixes-v3-7-2">Development Fixes</h3> <ul> <li>CI: Test against Ruby 2.5.0 (<a href="https://github.com/jekyll/jekyll/issues/6664">#6664</a>)</li> <li>Bump rdoc to 6.0 (<a href="https://github.com/jekyll/jekyll/issues/6600">#6600</a>)</li> @@ -311,11 +425,11 @@ <ul> <li>Display latest version in header (<a href="https://github.com/jekyll/jekyll/issues/6676">#6676</a>)</li> <li>Update version in <code class="highlighter-rouge">config.yml</code> via YAML load / dump (<a href="https://github.com/jekyll/jekyll/issues/6677">#6677</a>)</li> </ul> -<h3 id="documentation">Documentation</h3> +<h3 id="documentation-1">Documentation</h3> <ul> <li>Fix: Add note about posts in context of collections_dir (<a href="https://github.com/jekyll/jekyll/issues/6680">#6680</a>)</li> <li>Update deploy-script in documentation (<a href="https://github.com/jekyll/jekyll/issues/6666">#6666</a>)</li> <li>Add note about naming of collections_dir (<a href="https://github.com/jekyll/jekyll/issues/6703">#6703</a>)</li> @@ -329,11 +443,11 @@ <ul> <li>inform that symlinks are not allowed in safe mode (<a href="https://github.com/jekyll/jekyll/issues/6670">#6670</a>)</li> <li>Glob scope path only if configured with a pattern (<a href="https://github.com/jekyll/jekyll/issues/6692">#6692</a>)</li> <li>Add gem "wdm" to all newly generated Gemfiles (<a href="https://github.com/jekyll/jekyll/issues/6711">#6711</a>)</li> - <li>Fix timezone incosistencies between different ruby version (<a href="https://github.com/jekyll/jekyll/issues/6697">#6697</a>)</li> + <li>Fix timezone inconsistencies between different ruby version (<a href="https://github.com/jekyll/jekyll/issues/6697">#6697</a>)</li> <li>Refactor collections_dir feature for consistency (<a href="https://github.com/jekyll/jekyll/issues/6685">#6685</a>)</li> </ul> <h3 id="minor-enhancements-v3-7-2">Minor Enhancements</h3> @@ -412,11 +526,11 @@ <li>Cleanup test_redcarpet.rb (<a href="https://github.com/jekyll/jekyll/issues/6584">#6584</a>)</li> <li>Add PageWithoutAFile class from jekyll plugins (<a href="https://github.com/jekyll/jekyll/issues/6556">#6556</a>)</li> <li>Cleanup LiveReloadReactor (<a href="https://github.com/jekyll/jekyll/issues/6607">#6607</a>)</li> </ul> -<h3 id="documentation-1">Documentation</h3> +<h3 id="documentation-2">Documentation</h3> <ul> <li>Add formester to the list of saas form backend (<a href="https://github.com/jekyll/jekyll/issues/6059">#6059</a>)</li> <li>GitHub Pages instructions (<a href="https://github.com/jekyll/jekyll/issues/6384">#6384</a>)</li> <li>Improve documentation for theme-gem installation (<a href="https://github.com/jekyll/jekyll/issues/6387">#6387</a>)</li> @@ -441,11 +555,11 @@ <li>Updated custom-404-page.md (<a href="https://github.com/jekyll/jekyll/issues/6489">#6489</a>)</li> <li>Fix a few minor issues in the docs (<a href="https://github.com/jekyll/jekyll/issues/6494">#6494</a>)</li> <li>Add jekyll-pwa-plugin (<a href="https://github.com/jekyll/jekyll/issues/6533">#6533</a>)</li> <li>Remove Jekyll-Smartify from plugins directory (<a href="https://github.com/jekyll/jekyll/issues/6548">#6548</a>)</li> <li>Updated Jekyll-Pug listing to include official website (<a href="https://github.com/jekyll/jekyll/issues/6555">#6555</a>)</li> - <li>Remove link to severly outdated asset plugin (<a href="https://github.com/jekyll/jekyll/issues/6613">#6613</a>)</li> + <li>Remove link to severely outdated asset plugin (<a href="https://github.com/jekyll/jekyll/issues/6613">#6613</a>)</li> <li>Default time zone depends upon server (<a href="https://github.com/jekyll/jekyll/issues/6617">#6617</a>)</li> <li>Add <code class="highlighter-rouge">disqus-for-jekyll</code> to plugins. (<a href="https://github.com/jekyll/jekyll/issues/6618">#6618</a>)</li> <li>Update "Requirements" for Ruby version (<a href="https://github.com/jekyll/jekyll/issues/6623">#6623</a>)</li> <li>Fix: Update link to i18n_filter plugin (<a href="https://github.com/jekyll/jekyll/issues/6638">#6638</a>)</li> <li>Correct WordPress capitalization (<a href="https://github.com/jekyll/jekyll/issues/6645">#6645</a>)</li> @@ -491,11 +605,11 @@ <li>Always treat <code class="highlighter-rouge">data.layout</code> as a string (<a href="https://github.com/jekyll/jekyll/issues/6442">#6442</a>)</li> </ul> <h2 id="v3-6-1">3.6.1 / 2017-10-20</h2> -<h3 id="documentation-2">Documentation</h3> +<h3 id="documentation-3">Documentation</h3> <ul> <li>Doc y_day in docs/permalinks (<a href="https://github.com/jekyll/jekyll/issues/6244">#6244</a>)</li> <li>Update frontmatter.md (<a href="https://github.com/jekyll/jekyll/issues/6371">#6371</a>)</li> <li>Elaborate on excluding items from processing (<a href="https://github.com/jekyll/jekyll/issues/6136">#6136</a>)</li> @@ -545,11 +659,11 @@ <li>Mutable drops should fallback to their own methods when a mutation isn't present (<a href="https://github.com/jekyll/jekyll/issues/6350">#6350</a>)</li> <li>Skip adding binary files as posts (<a href="https://github.com/jekyll/jekyll/issues/6344">#6344</a>)</li> <li>Don't break if bundler is not installed (<a href="https://github.com/jekyll/jekyll/issues/6377">#6377</a>)</li> </ul> -<h3 id="documentation-3">Documentation</h3> +<h3 id="documentation-4">Documentation</h3> <ul> <li>Fix a typo in <code class="highlighter-rouge">custom-404-page.md</code> (<a href="https://github.com/jekyll/jekyll/issues/6218">#6218</a>)</li> <li>Docs: fix links to issues in History.markdown (<a href="https://github.com/jekyll/jekyll/issues/6255">#6255</a>)</li> <li>Update deprecated gems key to plugins. (<a href="https://github.com/jekyll/jekyll/issues/6262">#6262</a>)</li> @@ -623,11 +737,11 @@ <li>Backward compatiblize URLFilters module (<a href="https://github.com/jekyll/jekyll/issues/6163">#6163</a>)</li> <li>Static files contain front matter default keys when <code class="highlighter-rouge">to_liquid</code>‘d (<a href="https://github.com/jekyll/jekyll/issues/6162">#6162</a>)</li> <li>Always normalize the result of the <code class="highlighter-rouge">relative_url</code> filter (<a href="https://github.com/jekyll/jekyll/issues/6185">#6185</a>)</li> </ul> -<h3 id="documentation-4">Documentation</h3> +<h3 id="documentation-5">Documentation</h3> <ul> <li>Update reference to trouble with OS X/macOS (<a href="https://github.com/jekyll/jekyll/issues/6139">#6139</a>)</li> <li>added BibSonomy plugin (<a href="https://github.com/jekyll/jekyll/issues/6143">#6143</a>)</li> <li>add plugins for multiple page pagination (<a href="https://github.com/jekyll/jekyll/issues/6055">#6055</a>)</li> @@ -670,11 +784,11 @@ <li>Address reading non-binary static files in themes (<a href="https://github.com/jekyll/jekyll/issues/5918">#5918</a>)</li> <li>Allow filters to sort &amp; select based on subvalues (<a href="https://github.com/jekyll/jekyll/issues/5622">#5622</a>)</li> <li>Add strip_index filter (<a href="https://github.com/jekyll/jekyll/issues/6075">#6075</a>)</li> </ul> -<h3 id="documentation-5">Documentation</h3> +<h3 id="documentation-6">Documentation</h3> <ul> <li>Install troubleshooting on Ubuntu (<a href="https://github.com/jekyll/jekyll/issues/5817">#5817</a>)</li> <li>Add Termux section on troubleshooting (<a href="https://github.com/jekyll/jekyll/issues/5837">#5837</a>)</li> <li>fix ial css classes in theme doc (<a href="https://github.com/jekyll/jekyll/issues/5876">#5876</a>)</li> @@ -891,11 +1005,11 @@ <li>Bump rubies we test against (<a href="https://github.com/jekyll/jekyll/issues/5784">#5784</a>)</li> <li>Bump rdoc to v5.0 (<a href="https://github.com/jekyll/jekyll/issues/5797">#5797</a>)</li> <li>Bump codeclimate-test-reporter to v1.0.5 (<a href="https://github.com/jekyll/jekyll/issues/5798">#5798</a>)</li> </ul> -<h3 id="documentation-6">Documentation</h3> +<h3 id="documentation-7">Documentation</h3> <ul> <li>Improve quickstart docs (<a href="https://github.com/jekyll/jekyll/issues/5689">#5689</a>)</li> <li>Add Jekyll-Post to list of plugins (<a href="https://github.com/jekyll/jekyll/issues/5705">#5705</a>)</li> <li>Add jekyll-numbered-headings (<a href="https://github.com/jekyll/jekyll/issues/5688">#5688</a>)</li> @@ -1097,13 +1211,13 @@ <ul> <li>Update appveyor.yml and fix optional deps for Ruby x64 (<a href="https://github.com/jekyll/jekyll/issues/5180">#5180</a>)</li> <li>Improve tests for Jekyll::PluginManager (<a href="https://github.com/jekyll/jekyll/issues/5167">#5167</a>)</li> <li>Update Ruby versions in travis.yml (<a href="https://github.com/jekyll/jekyll/issues/5221">#5221</a>)</li> - <li>Avoid installing unecessary gems for site testing (<a href="https://github.com/jekyll/jekyll/issues/5272">#5272</a>)</li> + <li>Avoid installing unnecessary gems for site testing (<a href="https://github.com/jekyll/jekyll/issues/5272">#5272</a>)</li> <li>Proposal: Affinity teams and their captains (<a href="https://github.com/jekyll/jekyll/issues/5273">#5273</a>)</li> - <li>Replace duplicate with postive local test in issue template (<a href="https://github.com/jekyll/jekyll/issues/5286">#5286</a>)</li> + <li>Replace duplicate with positive local test in issue template (<a href="https://github.com/jekyll/jekyll/issues/5286">#5286</a>)</li> <li>Update AppVeyor config. (<a href="https://github.com/jekyll/jekyll/issues/5240">#5240</a>)</li> <li>Execute jekyll from clone instead of defined binary when running ‘script/default-site’ (<a href="https://github.com/jekyll/jekyll/issues/5295">#5295</a>)</li> <li>rubocop: lib/jekyll/document.rb complexity fixes (<a href="https://github.com/jekyll/jekyll/issues/5045">#5045</a>)</li> <li>Proxy a number of Convertible methods to Renderer (<a href="https://github.com/jekyll/jekyll/issues/5308">#5308</a>)</li> <li>Run executable for Cucumber via Ruby instead of Shell (<a href="https://github.com/jekyll/jekyll/issues/5383">#5383</a>)</li> @@ -1152,11 +1266,11 @@ <ul> <li>Stop testing with Ruby 2.0.x, which is EOL’d. (<a href="https://github.com/jekyll/jekyll/issues/4381">#4381</a>)</li> <li>Allow collections to have documents that have no file extension (<a href="https://github.com/jekyll/jekyll/issues/4545">#4545</a>)</li> <li>Add size property to <code class="highlighter-rouge">group_by</code> result (<a href="https://github.com/jekyll/jekyll/issues/4557">#4557</a>)</li> <li>Site Template: Removed unnecessary nesting from <code class="highlighter-rouge">_base.scss</code> (<a href="https://github.com/jekyll/jekyll/issues/4637">#4637</a>)</li> - <li>Adding a debug log statment for skipped future documents. (<a href="https://github.com/jekyll/jekyll/issues/4558">#4558</a>)</li> + <li>Adding a debug log statement for skipped future documents. (<a href="https://github.com/jekyll/jekyll/issues/4558">#4558</a>)</li> <li>Site Template: Changed main <code class="highlighter-rouge">&lt;div&gt;</code> to <code class="highlighter-rouge">&lt;main&gt;</code> and added accessibility info (<a href="https://github.com/jekyll/jekyll/issues/4636">#4636</a>)</li> <li>Add array support to <code class="highlighter-rouge">where</code> filter (<a href="https://github.com/jekyll/jekyll/issues/4555">#4555</a>)</li> <li>‘jekyll clean’: also remove .sass-cache (<a href="https://github.com/jekyll/jekyll/issues/4652">#4652</a>)</li> <li>Clean up <code class="highlighter-rouge">Tags::PostUrl</code> a bit, including better errors and date parsing (<a href="https://github.com/jekyll/jekyll/issues/4670">#4670</a>)</li> <li>Use <code class="highlighter-rouge">String#encode</code> for <code class="highlighter-rouge">xml_escape</code> filter instead of <code class="highlighter-rouge">CGI.escapeHTML</code> (<a href="https://github.com/jekyll/jekyll/issues/4694">#4694</a>)</li> @@ -1505,11 +1619,11 @@ <li>Handle empty config files (<a href="https://github.com/jekyll/jekyll/issues/4052">#4052</a>)</li> <li>Rename <code class="highlighter-rouge">@options</code> so that it does not impact Liquid. (<a href="https://github.com/jekyll/jekyll/issues/4173">#4173</a>)</li> <li>utils/drops: update Drop to support <code class="highlighter-rouge">Utils.deep_merge_hashes</code> (<a href="https://github.com/jekyll/jekyll/issues/4289">#4289</a>)</li> <li>Make sure jekyll/drops/drop is loaded first. (<a href="https://github.com/jekyll/jekyll/issues/4292">#4292</a>)</li> <li>Convertible/Page/Renderer: use payload hash accessor &amp; setter syntax for backwards-compatibility (<a href="https://github.com/jekyll/jekyll/issues/4311">#4311</a>)</li> - <li>Drop: fix hash setter precendence (<a href="https://github.com/jekyll/jekyll/issues/4312">#4312</a>)</li> + <li>Drop: fix hash setter precedence (<a href="https://github.com/jekyll/jekyll/issues/4312">#4312</a>)</li> <li>utils: <code class="highlighter-rouge">has_yaml_header?</code> should accept files with extraneous spaces (<a href="https://github.com/jekyll/jekyll/issues/4290">#4290</a>)</li> <li>Escape html from site.title and page.title in site template (<a href="https://github.com/jekyll/jekyll/issues/4307">#4307</a>)</li> <li>Allow custom file extensions if defined in <code class="highlighter-rouge">permalink</code> YAML front matter (<a href="https://github.com/jekyll/jekyll/issues/4314">#4314</a>)</li> <li>Fix deep_merge_hashes! handling of drops and hashes (<a href="https://github.com/jekyll/jekyll/issues/4359">#4359</a>)</li> <li>Page should respect output extension of its permalink (<a href="https://github.com/jekyll/jekyll/issues/4373">#4373</a>)</li> @@ -4140,31 +4254,14 @@ } }; </script> - <!-- Gauges (http://get.gaug.es/) --> - <script> - var _gauges = _gauges || []; - (function() { - var t = document.createElement('script'); - t.type = 'text/javascript'; - t.async = true; - t.id = 'gauges-tracker'; - t.setAttribute('data-site-id', '503c5af6613f5d0f19000027'); - t.src = '//secure.gaug.es/track.js'; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(t, s); - })(); - </script> - - - <!-- Google Analytics (https://www.google.com/analytics) --> <script> !function(j,e,k,y,l,L){j.GoogleAnalyticsObject=y,j[y]||(j[y]=function(){ (j[y].q=j[y].q||[]).push(arguments)}),j[y].l=+new Date,l=e.createElement(k), - L=e.getElementsByTagName(k)[0],l.src='//www.google-analytics.com/analytics.js', + L=e.getElementsByTagName(k)[0],l.src='https://www.google-analytics.com/analytics.js', L.parentNode.insertBefore(l,L)}(window,document,'script','ga'); ga('create', 'UA-50755011-1', 'jekyllrb.com'); ga('send', 'pageview');