From 1ab6ceef733cf96b68b26a2d8513cb5f2fe614ec Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Tue, 12 Dec 2017 08:22:20 -0800 Subject: [PATCH] Prepare for 1.17.0 release --- CHANGELOG.md | 2 +- README.md | 7 ++++--- lib/capybara/poltergeist/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c05f2..2a66fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Master ### +### 1.17.0 ### #### Features #### * Support Capybara Session#evaluate_async_script (Thomas Walpole) diff --git a/README.md b/README.md index 2cefc2c..91e22c3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ provided by [PhantomJS](http://phantomjs.org/). **If you're viewing this at https://github.com/teampoltergeist/poltergeist, you're reading the documentation for the master branch. [View documentation for the latest release -(1.16.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.16.0)** +(1.17.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.17.0)** ## Getting help ## @@ -80,7 +80,7 @@ guide](http://phantomjs.org/build.html).) ## Compatibility ## -Poltergeist runs on MRI 1.9, JRuby 1.9 and Rubinius 1.9. Poltergeist +Poltergeist runs on MRI 1.9+, JRuby 1.9+ and Rubinius 1.9+. Poltergeist and PhantomJS are currently supported on Mac OS X, Linux, and Windows platforms. @@ -89,7 +89,8 @@ was 1.0.2, so you should use that if you still need Ruby 1.8 support. PhantomJS does not support ES6 features at the time of writing this document. Setting `js_errors` to `true` can help determine if failing -tests require Polyfills. +tests require Polyfills, although a bug in PhantomJS can cause silent +failures if using ES6 features like `let`, `const`, etc. ## Running on a CI ## diff --git a/lib/capybara/poltergeist/version.rb b/lib/capybara/poltergeist/version.rb index ca4c6c0..354a27b 100644 --- a/lib/capybara/poltergeist/version.rb +++ b/lib/capybara/poltergeist/version.rb @@ -2,6 +2,6 @@ module Capybara module Poltergeist - VERSION = "1.16.0" + VERSION = "1.17.0" end end