Skip to content

Releases: geelen/react-snapshot

v1.1.0

24 May 05:14
Compare
Choose a tag to compare

Added

  • Read paths from package.json if present #12. Uses include and exclude fields to filter by.
  • Understand homepage field in package.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 into a/b.html as before, but if it's a/b/ it'll output a/b/index.html.
  • No longer uses a hardcoded port #27.

Fixed

  • Don't crash on null links #20
  • React Helmet v5 now works #27