- Removed scorer argument from functions, added it into `__init__` in both Match() and Ratio()
- Renamed *_with_score functions to *_with_ratio to be consistent with naming
- This affects the three functions added in v0.4.0
- Removed Exceptions
- Returning a score of 0 instead of raising EmptySearchException
- Using "levenshtein" as default instead of raising InvalidScorerException
- Setting no limit instead of raising InvalidLimitException, if a limit less than 1 is set
- Updated docstrings to reflect these changes
- Updated tests to reflect these changes