rump-images
Version:
Rump piece for handling images
46 lines (34 loc) • 949 B
Markdown
# Changelog
### 0.8.0
- Make use of `babel-runtime`
### 0.7.0
- Use Babel fully for ES2015+
- Replace JSHint with ESLint
- Add code coverage support
- Update packages
- Rewrite tests with ES2015+ and should.js
- Added option to turn on/off retina image handling
- **BREAKING** By default turn off
### 0.6.1
- Update packages
### 0.6.0
- Update to match Rump 0.6.0 (pass options)
- Update `require-all`, `gulp-clone`, and `gulp-imagemin`
- Add ability to pass options to `gulp-imagemin`
### 0.5.0
- Update to match Rump 0.5.0 (use same minor version)
### 0.4.0
- Update to match Rump 0.4.0 (use `npm dedupe`)
### 0.3.0
- Update to match Rump 0.3.0
#### 0.2.3
- Allow user to override whether to minify images
#### 0.2.2
- Add SVG to default globs
- Update gulp-gm
- Use 50% for resize parameter
#### 0.2.1
- Fix default glob so it capturs images in subdirectories
- Add version information to info task
### 0.2.0
- Initial alpha version