All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Bug fixes, slight performance updates, and some refactoring
- Add logging by @KingAkeem in #35
- Add configuration package and .env file, utilize env variables by @KingAkeem in #37
- Add docker by @KingAkeem in #39
- Changed
USE_TOR
default value totrue
. by @fukusuket in #40 - Refactoring and improving documentation by @KingAkeem in #41
- Improving docker by @KingAkeem in #42
- Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #47
- Update README.md by @KingAkeem in #48
Full Changelog: https://github.com/DedSecInside/gotor/compare/v1.0.1...v2.0.0
- Feature #22: Crawl phone numbers by @PSNAppz in #25
- Add struct tags by @KingAkeem in #26
- Patch: Get phone number if exists by @PSNAppz in #27
- Get Web Content API by @PSNAppz in #28
- Reorganize code and update documentation by @KingAkeem in #29
- @PSNAppz made their first contribution in #25
Full Changelog: https://github.com/DedSecInside/gotor/compare/v1.0.0...v1.0.1
- Resolves issues with depth argument when crawling a node/building a tree
- Unit tests for tree logic
- Create token stream pipeline