You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by Marcin Erdmann <ma...@proxerd.pl> on 2016/02/11 22:30:20 UTC

[ANN] Geb 0.13.0 released

Hi everyone,

Version 0.13.0 of Geb is now available from Maven Central.

The highlights of this version are the ability to take reports on test
failures only when using Geb with Spock or JUnit integrations, small
performance improvements around setting text input values and general error
reporting improvements.

This release also contains a significant breaking change - a number of
Navigator methods that would operate on first element of a multi element
Navigator now throw an exception when called on a multi element navigator.
This has been done to achieve a less surprising behaviour - these methods
are hardly ever called on multi element Navigators on purpose and if they
need to be called on all elements of a Navigator then it can be simply done
by using the spread operator.

A full list of changes is as usual available from the Book of Geb:
http://www.gebish.org/manual/current/#0-13-0.

Cheers,
Marcin

Re: [ANN] Geb 0.13.0 released

Posted by Graeme Rocher <gr...@gmail.com>.
Congrats!

> On 11 Feb 2016, at 22:30, Marcin Erdmann <ma...@proxerd.pl> wrote:
> 
> Hi everyone,
> 
> Version 0.13.0 of Geb is now available from Maven Central.
> 
> The highlights of this version are the ability to take reports on test failures only when using Geb with Spock or JUnit integrations, small performance improvements around setting text input values and general error reporting improvements.
> 
> This release also contains a significant breaking change - a number of Navigator methods that would operate on first element of a multi element Navigator now throw an exception when called on a multi element navigator. This has been done to achieve a less surprising behaviour - these methods are hardly ever called on multi element Navigators on purpose and if they need to be called on all elements of a Navigator then it can be simply done by using the spread operator.
> 
> A full list of changes is as usual available from the Book of Geb: http://www.gebish.org/manual/current/#0-13-0 <http://www.gebish.org/manual/current/#0-13-0>.
> 
> Cheers,
> Marcin