html-snapshots
Advanced tools
Comparing version 0.14.16 to 0.15.0
{ | ||
"name": "html-snapshots", | ||
"version": "0.14.16", | ||
"version": "0.15.0", | ||
"author": { | ||
@@ -61,3 +61,3 @@ "name": "Alex Grant", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.1.1", | ||
"eslint": "^5.0.1", | ||
"express": "^4.13.3", | ||
@@ -72,4 +72,4 @@ "mocha": "^5.0.0", | ||
"engines": { | ||
"node": ">= 4.x" | ||
"node": ">= 6" | ||
} | ||
} |
@@ -68,10 +68,16 @@ # [html-snapshots](http://github.com/localnerve/html-snapshots) | ||
### Node Support Tags | ||
`v0.13.2 ` Node 0.12 (or less) | ||
`v0.14.16` Node 4+ | ||
`v0.15.x ` Node 6+ | ||
### Breaking Changes | ||
#### Introduced in v0.15.x | ||
##### Dropped support for Node 4. | ||
#### Introduced in v0.14.x | ||
##### Run method return value | ||
The library `run` method no longer returns a boolean value indicating a successful start. Instead, it returns a Promise that resolves to an array of file paths to completed snapshots, or error on failure. The `run` method's second argument, a completion callback, is now **optional** and provided for compatibility only. If you supply one, it will be called, but the Promise will also resolve, so it is not needed. | ||
##### Dropped support for Node <= 0.12 | ||
Node 4.x is now the lowest version of Node supported. 0.12 (or less) is EOL and unsupported by this library from 0.14 on. | ||
@@ -78,0 +84,0 @@ #### Introduced in v0.6.x |
Sorry, the diff of this file is not supported yet
2301878
532