Releases: YasogaN/google-maps-review-scraper
Releases · YasogaN/google-maps-review-scraper
v1.4.0
What's Changed
- Prevent Undefined Error When Accessing initialData[2].length in #16
- Enhance Regex Matching for Google Maps URLs Compatibility in #17 to address issue in #15
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- Move from axios to built-in node fetch in #12
- Fix: review cleaning on first page in #13
- Fix: Add missing import in #14
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Code optimization to reduce package size in #11
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Move pgnum file in #4
- Refactor code to be more modular in #5
- Fix default parameter for scraper function to prevent errors (Fixes #6) in #7
- Add support for cleaned output in #8
- Add Documentation in #9
- Bump package version for new release in #10
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Bump axios from 1.7.3 to 1.7.4 by @dependabot in #1
- Add page control features and documentation for the output as requested in #2
Breaking Changes
- Usage of the module has changed
Full Changelog: v1.0.2...v1.2.0
v1.0.2
Add error handling for non-200 responses.
Change links in ReadMe and Documentation to absolute links to fix broken links in npm.
Add Homepage to package.json
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Minor Changes to README to fix broken links
Full Changelog: v1.0.0...v1.0.1