Skip to content

Releases: sindresorhus/pageres

1.2.2

24 Mar 22:15
Compare
Choose a tag to compare

Fix reading from stdin on Windows. 1edf321 #168

1.2.1

02 Mar 16:24
Compare
Choose a tag to compare

Use correct format in the filename option. c7e0ebf #163

1.2.0 - melodramatic-platypus

24 Feb 08:32
Compare
Choose a tag to compare

platypus

Update

$ npm install --global pageres

Highlights

Changes

v1.1.0...v1.2.0

1.1.0 - furry-santa

25 Dec 17:30
Compare
Choose a tag to compare

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

Changes

v1.0.1...v1.1.0

🎄 Happy holidays from Sindre and Kevin! 🎄

1.0.1 - bugfix-mushrooms

21 Oct 13:22
Compare
Choose a tag to compare

Just a quick bugfix release.

Update

$ npm update --global pageres

Highlights

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

Changes

v1.0.0...v1.0.1

1.0.0 - drowsy-mammalian

13 Oct 10:30
Compare
Choose a tag to compare

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

Changes

v0.4.1...v1.0.0

Made with ♥ by Sindre & Kevin.

0.4.0 - legendary-pottery

01 Aug 20:52
Compare
Choose a tag to compare
$ npm update --global pageres

Highlights

  • Cookie support (5f8961a) Thanks to @ScottWeinstein
  • Set the viewport size before loading a page.
    Doing it after load caused problems with some sites. (cebdd5b)
  • Add -cropped postfix to files when the crop option is used. (0d5c04d)
  • Add special size keyword w3counter that resolves into the ten most popular resolutions from w3counter.

Changes

v0.3.0...v0.4.0

0.3.0 - successive-siesta

30 Jun 17:14
Compare
Choose a tag to compare

The most useful feature in this release is probably the argument grouping.
It lets you define groups of url/sizes:

Update

$ npm update --global pageres

Highlights

Changes

v0.2.3...v0.3.0

Huge thanks to @kevva for doing most of the work!