History.markdown in jekyll-2.0.0.alpha.3 vs History.markdown in jekyll-2.0.0.rc1
- old
+ new
@@ -15,10 +15,11 @@
* Provide support for CoffeeScript (#1991)
* Replace Maruku with Kramdown as Default Markdown Processor (#1988)
* Expose `site.static_files` to Liquid (#2075)
* Complete redesign of the template site generated by `jekyll new` (#2050)
* Update Listen from 1.x to 2.x (#2097)
+ * Front-matter defaults (#2205)
### Minor Enhancements
* Move the EntryFilter class into the Jekyll module to avoid polluting the
global namespace (#1800)
* Add `group_by` Liquid filter create lists of items grouped by a common
@@ -59,10 +60,12 @@
* Permit YAML blocks to end with three dots to better conform with the
YAML spec (#2110)
* Use `File.exist?` instead of deprecated `File.exists?` (#2214)
* Require newline after start of YAML front-matter header (#2211)
* Add the ability for pages to be marked as `published: false` (#1492)
+ * Add `Jekyll::LiquidExtensions` with `.lookup_variable` method for easy
+ looking up of variable values in a Liquid context. (#2253)
### Bug Fixes
* Don't allow nil entries when loading posts (#1796)
* Remove the scrollbar that's always displayed in new sites generated
from the site template (#1805)
@@ -88,10 +91,12 @@
* Only strip the drive name if it begins the string (#2175)
* Remove default post with invalid date from site template (#2200)
* Fix `Post#url` and `Page#url` escape (#1568)
* Strip newlines from the `{% highlight %}` block content (#1823)
* Load in `rouge` only when it's been requested as the highlighter (#2189)
+ * Convert input to string before XML escaping (`xml_escape` liquid filter) (#2244)
+ * Modify configuration key for Collections and reset properly. (#2238)
### Development Fixes
* Add a link to the site in the README.md file (#1795)
* Add in History and site changes from `v1-stable` branch (#1836)
* Testing additions on the Excerpt class (#1893)
@@ -117,10 +122,12 @@
* Fix the failing Travis scenarios due to Cucumber issues (#2155)
* Wrap `bundle install` in `travis_retry` to retry when RubyGems fails (#2160)
* Refactor tags and categories (#1639)
* Extract plugin management into its own class (#2197)
* Add missing tests for `Command` (#2216)
+ * Update `rr` link in CONTRIBUTING doc (#2247)
+ * Streamline cucumber execution of `jekyll` subcommands (#2258)
### Site Enhancements
* Document Kramdown's GFM parser option (#1791)
* Move CSS to includes & update normalize.css to v2.1.3 (#1787)
* Minify CSS only in production (#1803)
@@ -184,9 +191,12 @@
* Add a link to the list of all tz database time zones (#1824)
* Clean-up and improve documentation `feed.xml` (#2192)
* Remove duplicate entry in list of third-party plugins (#2206)
* Reduce the whitespace in the favicon. (#2213)
* Add `jekyll-page-collections` to list of third-party plugins (#2215)
+ * Add a cross-reference about `post_url` (#2243)
+ * Add `jekyll-live-tiles` to list of third-party plugins (#2250)
+ * Fixed broken link to GitHub training material site source (#2257)
## 1.5.1 / 2014-03-27
### Bug Fixes