Skip to content

Commit ee327a4

Browse files
committed
1.4.0
1 parent 2ec034d commit ee327a4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.4.0] - 2018-6-21
2+
### Changed
3+
- `toMatchScreenshot` updated to accept a callback parameter which is passed
4+
details of the comparison (See [API.md](/NimaSoroush/differencify/blob/master/API.md#detailed-result-information)
5+
for details.)
6+
7+
### Added
8+
- NPM script `test:integration` to streamline running integration tests in Docker
9+
110
## [1.3.4] - 2018-6-9
211
### Fixed
312
- Export module Differencify

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "differencify",
3-
"version": "1.3.4",
3+
"version": "1.4.0",
44
"description": "Perceptual diffing tool",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)