html-snapshots 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/HISTORY.md CHANGED
@@ -32,11 +32,13 @@ jQuery selectors are no longer supported by default. To restore the previous beh
32
32
  The upside is jQuery is no longer required to be loaded by the page being snapshotted. However, if you use jQuery selectors, or selectors not supported by [querySelector](https://developer.mozilla.org/en-US/docs/Web/API/document.querySelector), the page being snapshotted must load jQuery.
33
33
 
34
34
  ## Node Support Tags
35
- `v0.13.2 ` Node 0.12 (or less)
36
- `v0.14.16` Node 4+
37
- `v0.15.x ` Node 6+
38
- `v0.16.x ` Node 8+
39
- `v0.17.x ` Node 10+
40
- `v0.18.x ` Node 14+
41
- `v0.19.x ` Node 14+
42
- `v1.0.x ` Node 14+
35
+ | Tag | Supported Node Version |
36
+ | --- | --- |
37
+ | `v0.13.2 ` | Node 0.12 (or less) |
38
+ | `v0.14.16` | Node 4+ |
39
+ | `v0.15.x ` | Node 6+ |
40
+ | `v0.16.x ` | Node 8+ |
41
+ | `v0.17.x ` | Node 10+ |
42
+ | `v0.18.x ` | Node 14+ |
43
+ | `v0.19.x ` | Node 14+ |
44
+ | `v1.0.x ` | Node 14+ |
@@ -8,7 +8,7 @@
8
8
  "name": "html-snapshots-example",
9
9
  "version": "0.1.0",
10
10
  "dependencies": {
11
- "html-snapshots": "https://github.com/localnerve/html-snapshots#rc-1.0.0"
11
+ "html-snapshots": "^1.0.0"
12
12
  }
13
13
  },
14
14
  "node_modules/@sindresorhus/is": {
@@ -2062,7 +2062,7 @@
2062
2062
  },
2063
2063
  "html-snapshots": {
2064
2064
  "version": "git+ssh://git@github.com/localnerve/html-snapshots.git#2b03932d48de3b8eca4a062f3f488cfea7de2ca1",
2065
- "from": "html-snapshots@https://github.com/localnerve/html-snapshots#rc-1.0.0",
2065
+ "from": "html-snapshots@^1.0.0",
2066
2066
  "requires": {
2067
2067
  "async": "3.2.4",
2068
2068
  "async-lock": "1.3.2",