Skip to content

Version 2.0.0

Latest

Choose a tag to compare

@FawzyMokhtar FawzyMokhtar released this 26 Aug 20:53
· 7 commits to master since this release
767f4cf
  • 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.