Releases: geelen/react-snapshot
Releases · geelen/react-snapshot
v1.1.0
Added
- Read paths from
package.json
if present #12. Usesinclude
andexclude
fields to filter by. - Understand
homepage
field inpackage.json
#21. - Understands
proxy
field, 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/b
it'll render intoa/b.html
as before, but if it'sa/b/
it'll outputa/b/index.html
. - No longer uses a hardcoded port #27.