Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Releases: p1ho/site-validator-cli

Minor Update - Redeploy (9/4/2020)

04 Sep 19:29
Compare
Choose a tag to compare
  • Fixed version number in package

Minor Update (9/4/2020)

04 Sep 19:11
7fb346b
Compare
Choose a tag to compare
  • small optimization to cache (delete item if it's expired)
  • dep updates

Minor Update (12/22/2019)

22 Dec 19:49
Compare
Choose a tag to compare
  • 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)

09 Nov 21:16
33f22ff
Compare
Choose a tag to compare

#60 #61

  • If a path is not defined, it will fail more gracefully
  • if --local is set and the path does not return any url, does not retry on a different protocol

Quickfix: Unexpected error when page is not found

27 Oct 21:29
796a3b8
Compare
Choose a tag to compare
Merge pull request #59 from p1ho/development

Fixed unexpected error when page is not found.

Update (6/24/2019)

24 Jun 14:56
Compare
Choose a tag to compare
  • Added --view <filename> option so exported output can be viewed. #58
  • Misc. Fixes and Optimizations. #57

Update (6/17/2019)

17 Jun 21:51
379e4c4
Compare
Choose a tag to compare
  • Added Export Output: You can now add --output <optional-filename> in your command. After the checks are done, the results will be exported into filename.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)

21 May 04:42
cf8e2f9
Compare
Choose a tag to compare
  • 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

09 Mar 05:01
27301a4
Compare
Choose a tag to compare

Initial Version.
v1.0.0 does not exist because of misconfigured package.json