springernature / webpagetest-mapper

Maps JSON result data from marcelduran/webpagetest-api into human-readable document formats.
GNU General Public License v3.0
96 stars 11 forks source link

Cease support for node 0.10 #18

Closed philbooth closed 9 years ago

philbooth commented 9 years ago

A few things here:

  1. BFJ only supports node.js 0.12+, causing webpagetest-mapper to crash when dumping results or reading dumped results in 0.10.
  2. I removed the ... - 4.0 part of the supported versions documentation, because it's a lie (4.1 is fine too) and simply saying ... or greater is a lesser maintenance burden.
  3. I removed the es6-promise dependency because it was only in there for 0.10 support.
GlynnPhillips commented 9 years ago

Thanks @philbooth, sorry for only just noticing this