Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@FawzyMokhtar FawzyMokhtar released this 26 Aug 06:23
· 13 commits to master since this release
d1b0028

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.