Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Releases: kimmobrunfeldt/url-to-image

#breaking Improve API. Add CLI

28 Oct 22:53
Compare
Choose a tag to compare

This was a half-rewrite. See CHANGELOG.md for API changes.

Changes:

  • Use bluebird promises instead of Q
  • Provide way to customize any phantomjs argument
  • Add useful verbose option
  • Add CLI
  • Install phantomjs as a dependency
  • Refactoring

Fix https pages

07 Jul 06:48
Compare
Choose a tag to compare

Update travis to publish only with node 0.11

08 Mar 23:16
Compare
Choose a tag to compare
  • Minor readme fix
  • Update travis config

Fix travis

08 Mar 23:10
Compare
Choose a tag to compare
  • Move travis to use grunt to run tests
  • Add email to travis configuration

Move NPM releasing to travis

08 Mar 23:05
Compare
Choose a tag to compare
  • Remove changelog.md because GitHub releases do the same job
  • Config travis to release newest tag to npm

Update docs and create grunt task to automate releasing

08 Mar 21:43
Compare
Choose a tag to compare
  • Add grunt to automate releasing
    • Update docs

Fix travis again

08 Mar 21:42
Compare
Choose a tag to compare
Fix travis again Pre-release
Pre-release
  • Increase timeout for tests

Fix travis

08 Mar 21:41
Compare
Choose a tag to compare
Fix travis Pre-release
Pre-release
  • Increase timeout for tests to prevent travis fails

Update package.json

08 Mar 21:40
Compare
Choose a tag to compare
Update package.json Pre-release
Pre-release
  • Update NPM package description

First release

08 Mar 21:39
Compare
Choose a tag to compare
First release Pre-release
Pre-release
  • Initial release
  • Travis integration
  • Tests