Releases: jekyll/jekyll-gist
Releases · jekyll/jekyll-gist
v1.6.0 (YANKED)
22 Mar 16:26
Compare
Sorry, something went wrong.
No results found
Because we broke principles of Semantic Versioning.
v1.5.0
03 Dec 22:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Catch TimeoutError to further support 1.9.3 (#16 )
v1.3.3
28 Aug 18:28
Compare
Sorry, something went wrong.
No results found
Fix gemspec to allow Ruby 1.9.3 (relates to #14 )
v1.3.2
28 Aug 18:28
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added an noscript fallback for browsers without JavaScript enabled. (#7 )
Thanks, @gr4y !