Sha256: 70cfb09b17225bfcd06b2742287eccc8e3d0f4e231719c62a17ad075776da8ba

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
guard-jekyll-plus-1.4.0 CHANGELOG.md