Skip to content

Releases: intervalia/gulp-hash-filename

Version 4.1.0

21 Feb 23:42
Compare
Choose a tag to compare

Updated to latest 3rd party repos

Version 4.0.0

03 Aug 17:37
192a8d9
Compare
Choose a tag to compare

Updated all dev dependencies.

Bug Fixes

02 Jan 20:05
aee3403
Compare
Choose a tag to compare

Fixed issues #5 and #6.
Fixed bug that I introduced in v2.0.0 that did not properly handle no options being passed in.

Version 2.0.0 release

02 Jan 19:23
cf5908f
Compare
Choose a tag to compare

Updated code to remove bad/old dependencies

  • Removed unused code
  • Removed unused dependencies
  • Moved from JSHINT to ESLINT
  • Moved from Istanbul to NYC
  • Converted code to ES6
  • Dropped non supported versions of Node. Now supports version 8.0+
  • Added package-lock.json

Thanks to @dwighthouse for pointing out the bad dependencies. (#7)

Adding coveralls coverage support

24 Aug 20:04
Compare
Choose a tag to compare

Adding coveralls coverage support

Tests and length limiter

24 Aug 04:21
Compare
Choose a tag to compare
  • Added code to allow length limitation for any field. {hash} will use the full length while {hash:8} will only use the first 8 characters of the hash value.
  • Broke single file into multiple files for testing
  • Added Mocha/Chai testing for all non-gulp functionality

Fixes #1

1.0.1: Fixed Issue#1 - Moved gulp-util from devDependencies to dependencies

15 Jan 01:52
Compare
Choose a tag to compare

v1.0.0

14 Jan 02:20
Compare
Choose a tag to compare
currently disabling the travis-ci build since I have no tests yet.