This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
Releases: p1ho/site-validator-cli
Releases · p1ho/site-validator-cli
Minor Update - Redeploy (9/4/2020)
Minor Update (9/4/2020)
- small optimization to cache (delete item if it's expired)
- dep updates
Minor Update (12/22/2019)
- Added renovate bot to help with dependency updates
- Updated code base to conform to the latest style standards
- Updated tests to improve Travis build reliability
Minor Update (11/9/2019)
Quickfix: Unexpected error when page is not found
Merge pull request #59 from p1ho/development Fixed unexpected error when page is not found.
Update (6/24/2019)
Update (6/17/2019)
- Added Export Output: You can now add
--output <optional-filename>
in your command. After the checks are done, the results will be exported intofilename.json
. If no filename is supplied, the name will be the current time in ISO format. #53 - Improved console output aesthetics/readability #53
- Added more tests #53 #55
- Updated documentation w/ some improvements.
Update (5/21/2019)
- Added isLocal: spin up a localhost, and you can pass the url like
site-validator localhost:80/index.html --local
(can pass--local
or--isLocal
) #48 - Changed Caching Mechanism: validator results are no longer cached, only the crawled sitemap or an online file is cached. #47 (Also added
--cache
which does the same as--cacheTime
#46) - Clear Cache: Implemented
--clear-cache
which clears out the/cache
folder. #45
Initial Release
Initial Version.
v1.0.0 does not exist because of misconfigured package.json