Skip to content

v0.0.2 - Numerous Minor Changes

Compare
Choose a tag to compare
@micahcochran micahcochran released this 07 Jun 00:55
· 10 commits to master since this release

Fixing a bug seems to have sped up the algorithm (item 7).

  1. Logs runtime and number of web page requests.
  2. Add Pendulum library to print out an English runtime message.
  3. Correct spelling errors.
  4. Rename __VERSION__ to __version__
  5. Add url and license to the schema output.
  6. Add unit testing for URLTest Class.
  7. Fixed bug in URLTest.is_same_domain(), the same domain names with different letter cases were returning false. Now, WWW.EXAMPLE.COM and www.example.com, will return True for the is_same_domain() function.