1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- v0.6.1:
- date: 2013-03-24
- changes:
- - Add formatForType option
- v0.6.0:
- date: 2013-03-14
- changes:
- - Change API/reportying style for minMaxInfo
- v0.5.3:
- date: 2013-02-23
- changes:
- - use MIT licensed zlib-browserify instead of unlicensed gzip-js
- v0.5.2:
- date: 2013-01-24
- changes:
- - add minMaxGzip & minMaxInfo.
- v0.5.0:
- date: 2012-12-05
- changes:
- - remove findBasePath, buildIndividualDest and isIndividualDest.
- - remove options and normalizeMultiTaskFiles.
- - remove node v0.6 and grunt v0.3 support.
- v0.4.0:
- date: 2012-11-20
- changes:
- - findBasePath returns '' if passed false.
- - Added stripPath.
- v0.3.1:
- date: 2012-10-29
- changes:
- - Tweaked findBasePath to handle single dot differently.
- - Start testing with Travis.
- - Docs cleanup.
- v0.3.0:
- date: 2012-09-24
- changes:
- - Added findBasePath, buildIndividualDest, isIndividualDest, optsToArgs.
- - Refactored tests.
- - Automatically parse templates in options.
- v0.2.1:
- date: 2012-09-14
- changes:
- - Added non-destuctive namespace declarations.
- v0.2.0:
- date: 2012-09-10
- changes:
- - Refactored from grunt-contrib into individual repo.
|