Skip to content

Releases: peerigon/scrapegoat

v1.0.1

06 Sep 14:44
643ff02
Compare
Choose a tag to compare

Bug Fixes

v1.0.0

06 Sep 14:45
Compare
Choose a tag to compare

Bug Fixes

  • parser: convert dates to ISO-Strings (53c252f)

  • parser: remove etag trailing double quote (9b32f4b)

  • Native promises (#26) (44ba27d), closes #26

BREAKING CHANGES

  • update Node version to v8.0.0
  • parser: The dates were returned as a mix of ISO-Strings and Date Objects
    in previous versions.

To migrate your project, confirm that you are handling the dates
received from scrapegoat correctly.