Releases: geelen/react-snapshot
Releases · geelen/react-snapshot
v1.1.0
Added
- Read paths from
package.jsonif present #12. Usesincludeandexcludefields to filter by. - Understand
homepagefield inpackage.json#21. - Understands
proxyfield, at least for simple cases #26
Changed
- Don't follow
target="_blank"links. - Don't follow links to any URL with a file extension (except
.html). - If a URL is
/a/bit'll render intoa/b.htmlas before, but if it'sa/b/it'll outputa/b/index.html. - No longer uses a hardcoded port #27.