Skip to content

Latest commit

 

History

History
129 lines (68 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

129 lines (68 loc) · 4.48 KB

gulp.spritesmith changelog

6.0.1 - Updated donation URL

6.0.0 - Upgraded to [email protected] and altered img contents from Buffer to stream

5.0.1 - Updated donation URL

5.0.0 - Upgraded to [email protected]

4.3.0 - Upgraded to [email protected] to add specVersion validation

4.2.4 - Updated link to specification

4.2.3 - Moved from Gratipay to bit.ly URL for donations

4.2.2 - Added newsletter badge to README

4.2.1 - Updated node versions to support >= 0.10.0

4.2.0 - Moved to emitting errors rather than assert to be more gulp-like. Fixes #73

4.1.2 - Added foundry for release

4.1.1 - Added clarification for retinaSrcFilter lining up with gulp.src

4.1.0 - Upgraded to [email protected] to add better PNG support

4.0.0 - Upgraded to [email protected] and moved to @2x suffix to prevent ordering issues

3.8.2 - Added back iojs to Travis CI

3.8.1 - Added proper end handling to split streams in documentation and tests. Fixes #48

3.8.0 - Upgraded to [email protected] to pick up json_texture template

3.7.2 - Moved iojs to allowed failure until npm/npm#8406 gets patched

3.7.1 - Moved from deprecated licenses key to license in package.json

3.7.0 - Fixed retina size assertion logic via @radist2s in #47

3.6.1 - Added README touchups via twolfson/grunt-spritesmith#131

3.6.0 - Upgraded to [email protected] and added handlebars helper registration

3.5.4 - Added [email protected] and iojs to CI tests

3.5.3 - Upgraded to [email protected] to fix git node_modules issues. Fixes #34

3.5.2 - Fixed missing output for retina image to img stream via @radist2s in #37

3.5.1 - Added documentation on retina template data

3.5.0 - Added retina spritesheet support

3.4.0 - Upgraded to [email protected] to pick up spritesheet_info in anticipation for retina info

3.3.1 - Upgraded to [email protected] to pick up more granular templating

3.3.0 - Upgraded to [email protected] to add inheritance support

3.2.0 - Upgraded to [email protected] to pick up background fill support for pixelsmith. Fixes #33

3.1.0 - Upgraded to [email protected] to add single sprite fixes/warnings

3.0.0 - Upgraded to [email protected] to reintroduce 2.6.0 as a major release

2.8.0 - Upgraded to [email protected] to pick up optimal binary-tree fixes

2.7.0 - Reverted 2.6.0 to remove breaking changes. Fixes #30

2.6.0 - Upgraded to [email protected] to pick up variableNameTransforms support

2.5.2 - Fixed broken test suite due to spritesheet-templates patch upgrade

2.5.1 - Fixed typo for imgOpts in README. Fixes #28

2.5.0 - Upgraded to [email protected] to pick up binary-tree algorithm changes

2.4.0 - Upgraded to [email protected] to pick up preprocessor spritesheet variables and mixins

2.3.0 - Upgraded to [email protected] to pick up spritesheet parameter

2.2.0 - Moved from json2css to spritesheet-templates, its renamed equivalent

2.1.0 - Upgraded to [email protected] to pick up CSS selector fix

2.0.1 - Added more examples and links to examples from other sections

2.0.0 - Major release with multiple breaking changes:

  • Upgraded to [email protected]
    • Moved to pixelsmith as default engine
    • Removed all other engines
    • Moved to binary-tree as default algorithm
  • Upgraded to [email protected]
    • Renames cssClass to cssSelector to make it more semantic

1.5.0 - Added twolfson-style and fixed up lint errors

1.4.1 - Updated gittip to gratipay

1.4.0 - Upgraded to [email protected] to pick up phantomjssmith's JPEG support

1.3.0 - Added support for gulp-newer by doing nothing when no images are provided. Fixes #17

1.2.0 - Moved return stream to stream.Transform via @elentok in #16

1.1.2 - Corrected example image for README

1.1.1 - Updated README

1.1.0 - Upgraded to [email protected] to pick up useful CSS comments

1.0.0 - Upgraded to [email protected] to collect scss_maps alteration

0.5.1 - Increased timeout for tests to prevent false negatives. Related to #6

0.5.0 - Upgraded to [email protected] and added algorithmOpts to support skipping image sorting

0.4.0 - Upgraded to [email protected] to pick up scss_maps height fix

0.3.0 - Upgraded to [email protected] to pick up scss_maps template

0.2.0 - Added support for cssTemplate via @backflip in #3

0.1.1 - Update all name references from gulp-spritesmith to gulp.spritesmith

0.1.0 - Initial release