facebook-group-posts-scraper
Version:
Facebook group posts scraper
51 lines (28 loc) • 899 B
Markdown
# Changelog
## [2.3.0] - 2020-05-03
### Changed
- Code globally refactored
### Fixed
- `init` option issue fixed
## [2.2.0] - 2020-04-20
### Fixed
- Directory not found issue fixed for group names which contains `/` character by replacing `_` character.
## [2.1.0] - 2020-04-20
### Fixed
- Directory not found issue fixed for group names which contains `/` character.
- Unwanted `\` characters removed at EOL in readme.
## [2.0.0] - 2020-04-19
### Added
- Arm architecture support added.
### Changed
- XPath selector for group title changed.
### Fixed
- `UnHandledPromiseRejection` issue relateed to not found `textContent` fixed
- Typos fixed on help page
## [1.0.0] - 2020-04-17
### Added
- Stored user credentials feature added.
- Dynamic group id’s added as CLI option.
- Help page added.
- Version option added.
- First version of instructions added in README.md file.