UNPKG

grunt-cache-killer

Version:

Kill your asset cache file problems by updating their filenames and any references to them.

128 lines (85 loc) 3.52 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.3.7] - 2022.08.20 ### Fixed - Fixed asset file renaming issue when updating template file(s). - Fixed incorrect test5 file name reference(s). ### Added - Added test6 functionality, fixture and expected files. - Added funding to package.json file. ### Updated - Updated minimum version of Node.js from 0.8.0 to 15.0.0 - Updated version of grunt within dev dependencies from 1.1.0 to 1.5.3 - Updated version of grunt-cli within dev dependencies from 1.3.2 to 1.4.3 - Updated version of grunt-contrib-clean within dev dependencies from 2.0.0 to 2.0.1 - Updated version of grunt-contrib-jshint within dev dependencies from 2.1.0 to 3.2.0 - Updated version of grunt-contrib-nodeunit within dev dependencies from 2.0.0 to 4.0.0 ## [1.3.6] - 2022.04.27 ### Fixed - Fixed README.md GitHub version number. - Updated year in Copyright lines. - Updated email address in package.json ## [1.3.5] - 2020.06.19 ### Updated - Transferred ownership of package to @custom-dev-tools. ## [1.3.4] - 2020-03-18 ### Security - Updated version of grunt within dev dependencies from 1.0.4 to 1.1.0 ### Changed - README.md reflecting new required grunt version. ## [1.3.3] - 2020-03-18 ### Security - Updated version of commander within dev dependencies from 2.20.0 to 2.20.3 - Updated version of handlebars within dev dependencies from 4.1.2 to 4.7.3 - Updated version of kind-of within dev dependencies from 6.0.2 to 6.0.3 - Updated version of uglify-js within dev dependencies from 3.6.0 to 3.8.0 ## [1.3.2] - 2019-08-29 ### Security - Updated version of lodash within dev dependencies to remove security vulnerability. - Updated version of set-value within dev dependencies to remove security vulnerability. - Updated version of mixin-dep within dev dependencies to remove security vulnerability. - Updated version of load-grunt-tasks within dev dependencies. ### Added - Additional keywords to package.json ### Changed - README.md reflecting new required grunt version. ## [1.3.1] - 2019-06-08 ### Security - Updated version of js-yaml within dev dependencies to remove security vulnerability. ### Added - Additional keywords to package.json ## [1.3.0] - 2019-03-20 ### Added - Debug logging functionality. ### Changed - README.md reflecting addition of badges, TOC, limitations and new usage example. ## [1.2.0] - 2019-03-18 ### Fixed - Validation of asset file name. ### Added - Additional validation and error notification functionality. ### Changed - README.md reflecting additional validation and error notification functionality. ## [1.1.1] - 2019-03-17 ### Fixed - Incorrect position argument in getHash function. ## [1.1.0] - 2019-03-16 ### Added - OpenSSL mask hash methods. ### Changed - README.md reflecting additional mask hash methods. ### Security - Removed dependency on 'md5-file' plugin. ## [1.0.2] - 2019-03-15 ### Added - Ability to replace asset name in template(s) even when asset name is out of sync. ## [1.0.1] - 2019-03-14 ### Fixed - Incorrect counter reference in loop. ### Changed - README.md reflecting correct usage. ## [1.0.0] - 2019-03-13 ### Added - Initial commit.