Breaking Changes
- Change is-lat-lang validation method to is-lat-long.
- Remove the to-date-time sanitization method because it's not useful to use in .net programming languages.
- Remove the unnecessary overloads from the custom-validator validation method & the custom-sanitizer sanitization method, since both are accepting a generic type and there is no need for any overloads that takes a static type.
- Change str parameter word to token in contains, starts-with and ends-with validation methods.