Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Latest commit

 

History

History
60 lines (42 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

60 lines (42 loc) · 2.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • placeholder() API method #000 @contributor

Changed

Fixed

[1.1.0] - 2017-08-02

Added

  • When using Chromeless locally, Chromeless will now boot Chrome automatically #120 @joelgriffith
  • html() and setHtml() API methods for getting and setting HTML #112, #74 @seangransee
  • mousedown() and mouseup() API methods #118 @criticalbh
  • focus() API method #132 @criticalbh
  • pdf() API method #84 @seangransee
  • setUserAgent() API method to set the user-agent #117 @joeyvandijk
  • CODE_OF_CONDUCT.md, CONTRIBUTING.md

Changed

  • CDP options now get passed to CDP.New() #103 @liady
  • .evaluate() now returns the resulting value or a Promise #110 @joelgriffith
  • README improvements. @timsuchanek @adieuadieu @hax @Chrisgozd @githubixx @d2s @vladgolubev

Fixed

  • Ensure latest version of Serverless is used during deployment. #58 @adieuadieu
  • package repository url #64 @Hazealign
  • Spelling and minor bugfix when Chromeless calls Version in CPD #120 @joelgriffith

[1.0.1] - 2017-07-27

Added

  • CHANGELOG.md
  • LICENSE file (MIT)
  • implicitWait: By default wait for .press and .click for a cleaner workflow

Changed

  • .end(): now returns the last value

Fixed

  • The cookie commands broke the queue, now they work like expected

Changed

  • Many README improvements. @schickling @sorenbs @emeth- @timsuchanek @adieuadieu @toddwprice

[1.0.0] - 2017-07-26

Added

  • Initial public release
  • Initial version of Chromeless
  • Initial version of Chromeless Proxy