Skip to content

Releases: jekyll/jekyll-gist

v1.6.0 (YANKED)

22 Mar 16:26
c68adda
Compare
Choose a tag to compare
v1.6.0 (YANKED) Pre-release
Pre-release

Because we broke principles of Semantic Versioning.

v1.5.0

03 Dec 22:17
63f2ca2
Compare
Choose a tag to compare

Documentation

  • Replace 'plugins' key in config with 'gems' (#46)
  • Remove username in gist (#54)

Development Fixes

  • Drop support for Jekyll 2.x
  • Requires Ruby > 2.1
  • Define path with __dir__ (#47)
  • Inherit Jekyll's rubocop config for consistency (#48)
  • Define path with dir (#47)

v1.4.1

21 Jun 15:01
82f2a5d
Compare
Choose a tag to compare
  • Don't ask .empty? until it's a String. (#38)
  • rename Liquid 4 has_key? to key? to add compatibility for liquid 4 (#41)
  • Test against Ruby 2.1 to 2.4 (#45)

v1.4.0

01 Dec 18:30
Compare
Choose a tag to compare
  • Allow noscript fallback to be disabled (#29)
  • Use Octokit to fetch Gist content when passed JEKYLL_GITHUB_TOKEN in env(#28)

This release is courtesy of @benbalter. Thanks, Ben!

v1.3.5

24 Oct 01:15
Compare
Choose a tag to compare
  • Fix encoding error for noscript code (#23)
  • Test against Jekyll 3, 2, and the github-pages gem (#19)

v1.3.4

28 Aug 18:27
Compare
Choose a tag to compare
  • Catch TimeoutError to further support 1.9.3 (#16)

v1.3.3

28 Aug 18:28
Compare
Choose a tag to compare
  • Fix gemspec to allow Ruby 1.9.3 (relates to #14)

v1.3.2

28 Aug 18:28
Compare
Choose a tag to compare
  • Re-add support for Ruby 1.9.3. Fixes #11 for 1.9.3 (#14)
  • Replaced OpenURI with Net::HTTP and introduced timeout of 3 seconds (#11)

v1.3.1

16 Aug 17:46
Compare
Choose a tag to compare
  • Replaced OpenURI with Net::HTTP and introduced timeout of 3 seconds (#11)
  • Several improvements to TravisCI integration (development only) ( #12, etc )

v1.3.0

05 Aug 22:31
Compare
Choose a tag to compare
  • Added an noscript fallback for browsers without JavaScript enabled. (#7)

Thanks, @gr4y!