Skip to content

URS v3.1.0

Compare
Choose a tag to compare
@JosephLai241 JosephLai241 released this 22 Jun 05:07
· 794 commits to master since this release

Release date: June 22, 2020

Major code refactor. Applied OOP concepts to existing code and rewrote methods in attempt to improve readability, maintenance, and scalability.

New in 3.1.0:

  • Scrapes will now be exported to the scrapes/ directory within a subdirectory corresponding to the date of the scrape. These directories are automatically created for you when you run URS.
  • Added log decorators that record what is happening during each scrape, which scrapes were ran, and any errors that might arise during runtime in the log file scrapes.log. The log is stored in the same subdirectory corresponding to the date of the scrape.
  • Replaced bulky titles with minimalist titles for a cleaner look.
  • Added color to terminal output.
  • Improved naming convention for scripts.
  • Integrating Travis CI and Codecov.
  • Updated community documents located in the .github/ directory: BUG_REPORT, CONTRIBUTING, FEATURE_REQUEST, PULL_REQUEST_TEMPLATE, and STYLE_GUIDE
  • Numerous changes to README. The most significant change was splitting and storing walkthroughs in docs/.