Changelog

1.0.7

12-Aug-2017
• Changed classnames to StringUtility and DateUtility to prevent using reserved classNames like String()

1.0.6

12-Aug-2017
• Changed namespace to Cashewdigital\Utility instead of Utilities, to follow Laravel convention.

1.0.5

12-Aug-2017
• Changed src package names from DateService or MathService to Date and Math, more succinct.

1.0.4

12-Aug-2017
• Package Renamed to Cashewdigital\Utilities to follow the package name, to prevent confusion.

1.0.3

03-Jul-2017
• DateService takes in date string as arguments. function then runs Carbon Parse on the given argument.
This prevents us altering the original Carbon Date Instance, if any.

1.0.2

23-Jun-2017
• Added generateDateRangeString method in dateservice

1.0.1

12-Apr-2017
• Added TextService and MathService and ProbabilityService

1.0.0

12-Apr-2017
• First Commit