gkucmierz / social-links

Validate & sanitize social links
https://npmjs.com/package/social-links
MIT License
28 stars 14 forks source link

Added paramater to allow diacritics to links #55

Open ezebrotsky opened 7 months ago

ezebrotsky commented 7 months ago

Addressing https://github.com/gkucmierz/social-links/issues/43, added a new configuration option allowDiactricits

This option will allow urls with diactrict letters, for instance, áéíóú to be validated by isValid() function.

For example: https://www.linkedin.com/in/jösé-test may be a valid Linkedin profile, and not https://www.linkedin.com/in/jose-test. So, the first link must be validated by the library.

ezebrotsky commented 7 months ago

Please @gkucmierz let me know if this change can be added ASAP.