Skip to content

Latest commit

 

History

History
95 lines (64 loc) · 2.83 KB

History.md

File metadata and controls

95 lines (64 loc) · 2.83 KB
  • Fixed issue #19 - adds option forcing embed on all assets.
  • Fixed issue #21 - adds warnings to binary and library.
  • Adds a slightly different CLI options (because of #10).
  • Adds JSHint and makes sure code is valid. Patch by @XhmikosR.
  • Drops node 0.6 support.
  • Fixes #10 - use commander for CLI options parsing.
  • Fixes #16 - use prototypal inheritance.
  • Fixes #17 - makes the options argument to new EnhanceCSS() optional.

0.6.0 / 2012-11-30

  • Added stamp option (defaults to true) which controls adding timestamps. Patch by @borbit.
  • Added --nostamp option to binary.

0.5.2 / 2012-09-05

  • Added relative protocol to asset hosts if protocol part is not provided. Patch by @borbit.

0.5.1 / 2012-08-14

  • Fixed parsing relative URLs (kudos to @borbit for the patch!)

0.5.0 / 2012-08-05

  • Added Windows support with tests.

0.4.1 / 2012-08-02

  • Fixed vows dev dependency.
  • Added fs.existsSync fallback to get rid of node.js's v0.8 warnings.

0.4.0 / 2012-07-09

  • Requires node.js 0.6+.
  • Replaced gzip with node.js's native zlib.
  • Fixed asynchronous mode for binaries (creating gzip data).
  • Added testing for noembed and pregzip.

0.3.3 / 2012-07-04

  • Fix for script failing for missing embedded files when using crypted stamps.

0.3.2 / 2012-07-03

  • Leaves missing files as is.

0.3.1 / 2012-07-03

  • Fixed assembling MD5 hash file name.

0.3.0 / 2012-07-03

  • Added node.js 0.4.x requirement.
  • Added cryptedStamp option for renaming image files with MD5 hash attached (hard cache boosters).

0.2.2 / 2011-09-25

  • Fixed dependencies - missing 'gzip'. Thanks to @fairwinds for reporting it.

0.2.1 / 2011-04-07

  • Fixed bug in assembling compressed output (for large files only).

0.2.0 / 2011-04-03

  • Added --pregzip option for automatic gzipping of enhanced files (not available when output is set to STDOUT).
  • Added binary file tests.

0.1.0 / 2011-03-20

  • First version of enhance-css library.
  • Implemented GIF, JPG, PNG, and SVG images embedding (performed if the ?embed parameter is present).
  • Implemented cache booster (via timestamp).
  • Implemented randomized asset hosts picker.