================================= - No big changes, just thought that it's time to say that this library is v. 0.2
0.1.716
================================= - Added searching with re patterns. - Added method to print places where line length exceeds certain limit. - Made functions to search 1) unused functions and 2) outer imported modules stable. - Small changes in format of functions output.
0.1.18
================================= - Fixed bugs from previous update. - Updated readme.rst - Added logging - more test
0.1.17
================================= - Deleted all methods not directly necessary for searching inside files - All these methods soon will be available in my another python package.
0.1.6
================================= - New way of dealing with files, now instead of dowloading all files again and again only changes from the initial download will be download (git style) - New much more pretty format of output for function: search_all_occurrences_of_the_code_in_the_library
0.1.1
=================================== - FIX: Updated docs - FIX: minor bags were fixed.