|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +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). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## [1.3.6] - 2022.04.27 |
| 10 | + |
| 11 | +### Fixed |
| 12 | +- Fixed README.md Github version number. |
| 13 | +- Updated year in Copyright lines. |
| 14 | +- Updated email address in package.json |
| 15 | + |
| 16 | +## [1.3.5] - 2020.06.19 |
| 17 | + |
| 18 | +### Updated |
| 19 | +- Transferred ownership of package to @custom-dev-tools. |
| 20 | + |
| 21 | +## [1.3.4] - 2020-03-18 |
| 22 | + |
| 23 | +### Security |
| 24 | +- Updated version of grunt within dev dependencies from 1.0.4 to 1.1.0 |
| 25 | + |
| 26 | +### Changed |
| 27 | +- README.md reflecting new required grunt version. |
| 28 | + |
| 29 | +## [1.3.3] - 2020-03-18 |
| 30 | + |
| 31 | +### Security |
| 32 | +- Updated version of commander within dev dependencies from 2.20.0 to 2.20.3 |
| 33 | +- Updated version of handlebars within dev dependencies from 4.1.2 to 4.7.3 |
| 34 | +- Updated version of kind-of within dev dependencies from 6.0.2 to 6.0.3 |
| 35 | +- Updated version of uglify-js within dev dependencies from 3.6.0 to 3.8.0 |
| 36 | + |
| 37 | +## [1.3.2] - 2019-08-29 |
| 38 | + |
| 39 | +### Security |
| 40 | +- Updated version of lodash within dev dependencies to remove security vulnerability. |
| 41 | +- Updated version of set-value within dev dependencies to remove security vulnerability. |
| 42 | +- Updated version of mixin-dep within dev dependencies to remove security vulnerability. |
| 43 | +- Updated version of load-grunt-tasks within dev dependencies. |
| 44 | + |
| 45 | +### Added |
| 46 | +- Additional keywords to package.json |
| 47 | + |
| 48 | +### Changed |
| 49 | +- README.md reflecting new required grunt version. |
| 50 | + |
| 51 | +## [1.3.1] - 2019-06-08 |
| 52 | + |
| 53 | +### Security |
| 54 | +- Updated version of js-yaml within dev dependencies to remove security vulnerability. |
| 55 | + |
| 56 | +### Added |
| 57 | +- Additional keywords to package.json |
| 58 | + |
| 59 | +## [1.3.0] - 2019-03-20 |
| 60 | + |
| 61 | +### Added |
| 62 | +- Debug logging functionality. |
| 63 | + |
| 64 | +### Changed |
| 65 | +- README.md reflecting addition of badges, TOC, limitations and new usage example. |
| 66 | + |
| 67 | +## [1.2.0] - 2019-03-18 |
| 68 | + |
| 69 | +### Fixed |
| 70 | +- Validation of asset file name. |
| 71 | + |
| 72 | +### Added |
| 73 | +- Additional validation and error notification functionality. |
| 74 | + |
| 75 | +### Changed |
| 76 | +- README.md reflecting additional validation and error notification functionality. |
| 77 | + |
| 78 | +## [1.1.1] - 2019-03-17 |
| 79 | + |
| 80 | +### Fixed |
| 81 | +- Incorrect position argument in getHash function. |
| 82 | + |
| 83 | +## [1.1.0] - 2019-03-16 |
| 84 | + |
| 85 | +### Added |
| 86 | +- OpenSSL mask hash methods. |
| 87 | + |
| 88 | +### Changed |
| 89 | +- README.md reflecting additional mask hash methods. |
| 90 | + |
| 91 | +### Security |
| 92 | +- Removed dependency on 'md5-file' plugin. |
| 93 | + |
| 94 | +## [1.0.2] - 2019-03-15 |
| 95 | + |
| 96 | +### Added |
| 97 | +- Ability to replace asset name in template(s) even when asset name is out of sync. |
| 98 | + |
| 99 | +## [1.0.1] - 2019-03-14 |
| 100 | + |
| 101 | +### Fixed |
| 102 | +- Incorrect counter reference in loop. |
| 103 | + |
| 104 | +### Changed |
| 105 | +- README.md reflecting correct usage. |
| 106 | + |
| 107 | +## [1.0.0] - 2019-03-13 |
| 108 | + |
| 109 | +### Added |
| 110 | +- Initial commit. |
0 commit comments