Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

100 lines (67 loc) · 1.7 KB

Changelog


All notable changes to this project will be documented in this file.

1.3.1 | Present

Changed

  • Changing requests version to 2.20.0

1.3.0 | Oct 19, 2018 - Nov 1, 2018

Changed

  • Major code improvements
  • Updated README.md
  • Updated dependencies
  • Refactored TorBot

Added

  • Visualizer Module
  • Download option to save Tree into different formats.
  • DB module
  • Installation shell script to create torBot binary
  • Test for getting links that uses a Mock Object to reproduce tests without touching actual servers.
  • BFS algorithm for crawling
  • Documentation for functions

Removed

  • -l Live argument Removed (Enabled by default)

1.2.0 | Nov 16, 2017 - Oct 19, 2018

Changed

  • Major code improvements
  • Pep 8 Standard
  • Tests
  • Library changes

Added

  • Documentation
  • Save to JSON
  • Testcase for Save to JSON

1.0.1 - July 6, 2017 - Nov 16, 2017

Added

  • Updater
  • Version checker
  • Refactored code to meet PEP8 requirements
  • Refactored code to meet Google Style Docstrings for documentation
  • Fixed error occuring while using -i flag

1.0.0 - Jun 28, 2017 - July 5, 2017

Added

  • Argument parser support
  • Made live url checker optional
  • Multiple domain extension support
  • Quiet mode

Changed

  • Default Live url checker

0.0.3 - Jun 18, 2017 - Jun 27, 2017

Added

  • Resources and Samples
  • Color to modules
  • Live website checking
  • CODE_OF_CONDUCT
  • Travis CI integration

0.0.2 - Jun 13, 2017 - Jun 17, 2017

Added

  • Tor.md
  • LICENSE
  • Page reader
  • Weblink fetcher
  • Email fetcher
  • Test case for get weblink
  • Testcase for get email

0.0.1 - May 17, 2017 - Jun 3, 2017

Added

  • README file
  • Test directory