-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from intervalia/2.0-beta
Bug fixes - v2.0.1
- Loading branch information
Showing
6 changed files
with
49 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,42 @@ | ||
Update History | ||
============== | ||
|
||
### 2.0.1 - 2019-01-02 | ||
|
||
* Minor bug fix to allow no arguments to be passed into the `hash()` function. | ||
* Fixed ISSUE#5. No longer crash if atime, mtime or ctime don't exist. | ||
|
||
--- | ||
|
||
### 2.0.0 | ||
|
||
* This is really PR#7 from dwighthouse - But going a little further in updating ALL dependencies and removing code that is no longer needed. | ||
* Fixed ISSUE#6. Directly related to PR#7. | ||
|
||
--- | ||
|
||
### 1.2.0 | ||
|
||
* PR#3 from tuck182 - Handle generated files that do not support the `file.stat` object. | ||
|
||
--- | ||
|
||
### 1.1.1 | ||
|
||
* Adding support for coveralls | ||
|
||
--- | ||
|
||
### 1.1.0 | ||
|
||
* 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 | ||
|
||
--- | ||
### 1.0.0 | ||
|
||
|
||
* Initial Release | ||
* Added {name}, {ext}, {hash}, {atime}, {ctime} and {mtime} as options to the format routine | ||
* Set default of format string to "{name}-{hash}{ext}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters