v25.0.0
- BREAKING: make isValidNumberPrecise respect validationNumberType (which is MOBILE only by default)
- BREAKING: validationNumberType now validationNumberTypes (array) allowing you to specify multiple valid number types e.g.
["TOLL_FREE", "PREMIUM_RATE"]
- BREAKING: rename static method loadUtils to attachUtils, and rename initialisation option loadUtilsOnInit to loadUtils (and remove support for providing a string URL in both cases - instead it must be a function that imports the utils module and returns a promise, as per the readme)