Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed May 5, 2020
1 parent c8395bf commit 5dad008
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [2.3.1](https://github.com/viasite/sites-scraper/compare/v2.3.0...v2.3.1) (2020-05-05)


### Bug Fixes

* canonical and url fix for non-ascii urls ([5600e68](https://github.com/viasite/sites-scraper/commit/5600e68))
* -m alias for --max-requests ([b744d04](https://github.com/viasite/sites-scraper/commit/b744d04))
* add ppt, pptx to docs extensions ([ab21e61](https://github.com/viasite/sites-scraper/commit/ab21e61))
* change validation colors, background in place of font color ([4e4df1a](https://github.com/viasite/sites-scraper/commit/4e4df1a))
* errors while doc request (ignore docs in 'request' handler) ([dc0f4b6](https://github.com/viasite/sites-scraper/commit/dc0f4b6))
* exception while trying docs validate ([0e71bf1](https://github.com/viasite/sites-scraper/commit/0e71bf1))
* fix images_outer for src like "images/img.jpg", "data:..." ([dd84e51](https://github.com/viasite/sites-scraper/commit/dd84e51))


### Features

* --csv, only convert csv to xlsx ([59449b1](https://github.com/viasite/sites-scraper/commit/59449b1))
* --delay between requests ([cc15ea8](https://github.com/viasite/sites-scraper/commit/cc15ea8))
* --ignore-robots-txt ([33535b2](https://github.com/viasite/sites-scraper/commit/33535b2))
* console output of non-200 http codes ([009dedb](https://github.com/viasite/sites-scraper/commit/009dedb))
* images_outer ([007995d](https://github.com/viasite/sites-scraper/commit/007995d))
* text_ratio validate (<10% warning) ([db47575](https://github.com/viasite/sites-scraper/commit/db47575))
* validation results in console, --no-console-validate ([ee63716](https://github.com/viasite/sites-scraper/commit/ee63716))



# [2.3.0](https://github.com/viasite/sites-scraper/compare/v2.2.0...v2.3.0) (2020-04-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sites-scraper",
"version": "2.3.0",
"version": "2.3.1",
"description": "CLI tool for SEO, scans one or several sites and generate CSV and/or XLSX",
"main": "src/index.js",
"repository": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"CLI",
"XLSX"
]
}
}

0 comments on commit 5dad008

Please sign in to comment.