Sha256: cd770c2106ee4a3bb2a50c70824ddf89558aea271cb3e4aa66d3dbfbbc4eacfc
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
# Changelog ### 1.0.0 - Initial release. A nice guard watcher for Jekyll projects. ### 1.1.0 - Added support for Jekyll serve. ### 1.1.1 - Improved colorized output. - Rescued errors kill the Jekyll WEBrick server. ## 1.1.2 New config options - `config_hash` allows passing a config hash instead of an array of config files. - `silent` allows you to prevent all output other than exception errors. ### 1.2.0 **Changed** Now you must use jekyllplus in your guard file. Check the readme for updates. - Changed guard name to jekyllplus to avoid issues with Guard Jekyll. - Fixed installation of template guardfile - Improved handling of Jekyll WEBrick server ### 1.2.1 - Removed accidental debugging output. ### 1.2.2 - Copy and remove ignore changes in directories beginning with an underscore. - Improved output for Jekyll build. ### 1.2.3 - Added configuration to change the message prefix for Guard UI - Added license to gemspec ### 1.3.0 - Changed guard name to jekyll-plus to help Guard properly init the Guardfile. ### 1.4.0 - Now allowing Rack server as an alternative to Jekyll's WEBrick server. - Ships with an internal config for Rack, but users can override it in the guard config options. ### 1.4.1 - Rack root is now configured by Jekyll 'destination' configuration ### 1.4.2 - Unescape URLs in Rack (support for non-ASCII URLs)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
guard-jekyll-plus-1.4.2 | CHANGELOG.md |