pageres

Capture website screenshots

MIT License

Downloads
2.2K
Stars
9.6K
Committers
33

Bot releases are hidden (Show)

pageres - 4.3.0

Published by sindresorhus almost 8 years ago

New option to increment the filename if a file with that name already exists, instead of overwriting. https://github.com/sindresorhus/pageres/commit/b91f0eaa835887d1aad15f2760a063c836bb3d38

pageres - 4.1.1

Published by sindresorhus over 8 years ago

pageres - 4.1.0

Published by sindresorhus over 8 years ago

pageres - 4.0.0 - PhantomJS 2!

Published by sindresorhus over 8 years ago

The PhantomJS project finally published a non-broken v2!

http://phantomjs.org/release-2.1.html

pageres - 3.0.1 - promise-land

Published by sindresorhus almost 9 years ago

Highlights

The API is now promise based instead of using callbacks. 1fce7d10a430111bb175b2411816eaa464b44b55

Support for Node.js 0.10 is dropped.

Update

$ npm install --save pageres

Changes

https://github.com/sindresorhus/pageres/compare/v2.1.0...v3.0.1

pageres - 2.1.0 - twisty-turtle

Published by sindresorhus about 9 years ago

Highlights

Update

$ npm install --save pageres

Changes

https://github.com/sindresorhus/pageres/compare/2.0.0...v2.1.0

pageres - 2.0.0 - spliced-catfish

Published by sindresorhus over 9 years ago

We decided to split the CLI out into a separate module. This has the benefit of making the readme less messy and will make the pageres dependency tree smaller for those that only need the programmatic API.

Update

$ npm uninstall --global pageres && npm install --global pageres-cli

Changes

https://github.com/sindresorhus/pageres/compare/1.4.0...2.0.0

pageres - 1.4.0 - aint-nobody-got-time-for-that

Published by sindresorhus over 9 years ago

giphy

Update

$ npm install --global pageres

Highlights

Changes

https://github.com/sindresorhus/pageres/compare/v1.3.0...1.4.0

pageres - 1.3.0 - mare-osculation

Published by sindresorhus over 9 years ago

tumblr_nmkqf1mk751tlb56zo1_400

Update

$ npm install --global pageres

Highlights

  • New userAgent option.
  • The callback in pageres.run() is now optional. 63b6e364a23bb9db649843aaffe03ab294891a63
  • Improved cleanup of temporary files on error. 71e5979be5f0f0f607be04696331fefaafa3c8d5

Changes

https://github.com/sindresorhus/pageres/compare/v1.2.2...v1.3.0

pageres - 1.2.2

Published by kevva over 9 years ago

Fix reading from stdin on Windows. 1edf321299cba4a0f9b16af83c3b08ff7f1dd267 #168

pageres - 1.2.1

Published by sindresorhus over 9 years ago

Use correct format in the filename option. c7e0ebf206ce903a2479859160fa83dd25c46f66 #163

pageres - 1.2.0 - melodramatic-platypus

Published by sindresorhus over 9 years ago

platypus

Update

$ npm install --global pageres

Highlights

Changes

https://github.com/sindresorhus/pageres/compare/v1.1.0...v1.2.0

pageres - 1.1.0 - furry-santa

Published by sindresorhus almost 10 years ago

This update introduces ability to hide DOM-elements and set the page scale. The filename option gained a width and height variable for the template. Some bugs were also squashed.

Update

$ npm update --global pageres

Highlights

  • Add hide option. 66ed3390eb3cb0b966c550535d7c1477908b32bc
  • Add scale option. 10617196eca928bfc339bf13a890c81d46189929 #137
  • Add width and height variables for the filename template. c62b3f2cd795eeff1ffe39d87e4eb972f37c24e5 #138
  • Remove temporary files if the process exits early. b7a5a61dc412ef8288d5844328b5cfff27298198 #127
  • Ensure the cookie option is always an array. 1199bfb6042c28d93da71ae6a440f777aa187b1c #146

Changes

https://github.com/sindresorhus/pageres/compare/v1.0.1...v1.1.0

🎄 Happy holidays from Sindre and Kevin! 🎄

pageres - 1.0.1 - bugfix-mushrooms

Published by sindresorhus almost 10 years ago

Just a quick bugfix release.

Update

$ npm update --global pageres

Highlights

  • Allow both grouped and non-grouped arguments in the CLI. eb4ba4cde8c1271269f0b81a7ece19275d2b0fbd
  • Prevent race-conditions by writing files atomically. c3b49899b1c25b06d435e29ed0ee17e1b29b34cb
  • Make sure options gets applied when API is used without new. b57e1d3a8c16ecfa754ac29b208bb58571a7c901

Changes

https://github.com/sindresorhus/pageres/compare/v1.0.0...v1.0.1

pageres - 1.0.0 - drowsy-mammalian

Published by sindresorhus about 10 years ago

Welcome friend! This time around we've added some handy new features like being able to capture a specific element on the page using a CSS selector. We've added Basic HTTP authentication support for those of you that want to capture a protected website (we already support cookies for other authentication methods). You're now also able to customize the filenames to be whatever you want using some handy properties we supply. Seeing as PhantomJS is still using a really old version of WebKit we've bundled es5-shim to have websites work better automagically. Here's to hoping PhantomJS 2 will be released soon!

screen shot 2014-10-13 at 12 26 10

Update

$ npm install --global pageres

Highlights

  • Add ability to capture specific DOM elements. (edfb910279fa44f064738a0771611b398c4222e1)
  • Add support for basic HTTP authentication. (5218613ea51a791939bcc36e2f4c55e10badad2f)
  • Add support for customizable filenames. (33462e19f65f80334306c90bf28281a6f07e933b, 9210d8d337aa1754c8ad1a680e8e1c8b7d184925)
  • Allow setting options for a specific source. (f92b671d269aa84e11ad7993ead6b6acfe19c5ee, ac750d423158df89d71fdf4465f0990e35950d42)
  • Add support for supplying cookies as an object in the API. (5e6aee6f38bbc05ef2a4961d03c57660b38a1707)
  • Add --verbose CLI flag for showing more info like website errors. (596a41fd752cadb1e4121b2f18487508179637b0)
  • Add warn event to the API for reporting website errors. (596a41fd752cadb1e4121b2f18487508179637b0)
  • Use es5-shim to provide support for all ES5 methods. (d297edc1e8960661c65215d0f2b66f366d960e1e)
  • Improve error reporting. (530b5d5b6faa8953abcfde57279d6968431a98e6)
  • The screenshot capturing functionality was extracted into a separate module.

Changes

https://github.com/sindresorhus/pageres/compare/v0.4.1...v1.0.0

Made with ♥ by Sindre & Kevin.

pageres - 0.4.0 - legendary-pottery

Published by sindresorhus about 10 years ago

$ npm update --global pageres

Highlights

Changes

https://github.com/sindresorhus/pageres/compare/v0.3.0...v0.4.0

Package Rankings
Top 1.32% on Npmjs.org
Top 3.67% on Proxy.golang.org
Top 11.08% on Bower.io
Badges
Extracted from project README
Coverage Status XO code style