- Add support for WordPress.com photon server (#10, @sirreal)
- Update to support Node.js version 7+ due to changes in
url.format
(#6, @DanReyLop) - Update dependencies
- Add support for the
ssl
parameter to fetch images from https URLs - Readme: add Travis-CI badge
- add
.travis.yml
file for Travis-CI - package: update "mocha" to v2.4.5
- Return
null
for external URLs that contain querystrings (Breaking change!)
- package: allow any "debug" v2
- package: update "browserify" to v8.1.1
- Fix how querystrings are dealt with for photon hosts, protcolless URLs (#3, @blowery)
- fixes photonception issue (#2)
- package: update "browserify" to v6.1.0
- dist: recompile
- Readme: add "Terms of Service" section
- index: remove "port 80" debug note
- package: be loose with the
debug
version - package: update "debug" to v1.0.0
- Readme: use Cloudup image in examples
- Major version bump for npm
- Readme: add npm install instructions
- idnex: statically hash the subdomain based on the URL
- add Makefile, with browserify make target for browsers
- add Readme.md file
- add LICENSE file
- index: prevent Photon URL "inception"
- test: initial tests
- initial commit