All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Upgraded peer dependencies to include React 16 #71
- Added a package.json option to strip certain JS from the bundle #58
- Added
build-dir
,output-dir
, anddomain
CLI options #84
- 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
- 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.
Initial release.