* Allow the `vanitize=True` option for `Shortener` class. This allows returning custom vanity domains whenever available. Examples of custom vanity domains are `amzn.to` and `cnn.it`. Refer to the updated examples in the readme. The default is `vanitize=False`, implying that the `j.mp` domain is always used as before.
* Use a smaller default max cache size of 256. The previous default was 2048.