Releases: fcavallarin/htcrawl
Releases · fcavallarin/htcrawl
v1.2.1
v1.2.0: Added iframe and postMessage support
Iframe Integration
Iframes are now fully integrated and treated as part of the main page, facilitating easier crawling.
Key improvements include:
- New CSS Selector: A new CSS selector has been introduced for selecting elements within iframes.
- Cross-Origin Iframe Crawling: It's now feasible to crawl iframes that are not of the same origin.
postMessage Handling
A new feature to intercept and manipulate 'postMessage' calls has been implemented.
v1.1.1
- Messages sent to the chrome-extension now use a message-queue
- getElementSelector handles pages with non-unique IDs
v1.1.0
- Added UI as Chrome extension
- Added unit tests
- Added cli tools
- Added experimental heuristic content dedpulicator
- Bug fixes
1.0.7: Merge pull request #6 from fcavallarin/developer
Improved navigation and bugfix
1.0.6
Merge pull request #5 from fcavallarin/developer Updated puppeteer and minor bugfix
1.0.4
Merge pull request #3 from fcavallarin/developer Version 1.0.4
1.0.3
Merge pull request #2 from fcavallarin/developer Improved angular coverage
1.0.2
Merge pull request #1 from fcavallarin/developer Moving some logic from browser context to node
1.0.0
updated package.json