Description
Related PR: imgix/js-core#314
Add disablePathEncoding functionality to the URL building logic in formatPath. This way, users can decide to opt-out of path encoding.
Probably a good way of handling this would be to add a new option, disablePathEncoding, in the constructor that can be referenced in any of the instance methods. Specifically, createURL, createSrcSet., createSrcSetPairs, createDPRSrcSet all need to pass this option down to the URLHelper.