Alex Knight

Results 3 issues of Alex Knight

This fixes an issue I saw on SO below: https://stackoverflow.com/questions/56550059/humanizer-months-weeks-days-hours Basically you can't seem to get a value like "3 Months, 2 Weeks, 3 Days, 4 Hours" from calling the...

fixes #765 This also breaks lots of tests that are missing the property, I'll work on fixing them

This PR removes the ToQuantity methods that accept an int as a parameter and leaves the ones that accept a long. As all the methods call the same method linked...