Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 2.25 KB

Changelog

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.

v2.0.0 - 2023-08-28

Bug fixes, slight performance updates, and some refactoring

What's Changed

  • 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 to true. 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

New Contributors

  • @fukusuket made their first contribution in #40
  • @dependabot made their first contribution in #47

Full Changelog: https://github.com/DedSecInside/gotor/compare/v1.0.1...v2.0.0

v1.0.1 - 2022-11-10

What's Changed

  • 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

New Contributors

  • @PSNAppz made their first contribution in #25

Full Changelog: https://github.com/DedSecInside/gotor/compare/v1.0.0...v1.0.1

v1.0.0 - 2021-09-28

What's in this release?

  • Resolves issues with depth argument when crawling a node/building a tree
  • Unit tests for tree logic
  • Create token stream pipeline