sasori-crawl
Version:
Sasori is a dynamic web crawler powered by Puppeteer, designed for lightning-fast endpoint discovery.
20 lines (15 loc) • 508 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased
## [1.0.0] - 2024-07-13
### Added
- Multi-browser support
- Wait till `document.readyState` is equal to `complete`.
- Support to run custom JS while authenticating.
### Fixed
- `CrawlAction` element name bug.
- Check if CrawlAction is unique only if it is not a link.
- Replaced deprecated function `page.waitForTimeout`.
## [0.1.0] - 2024-03-30
### Added
- Initial release of the project.