Skip to content

Commit

Permalink
Release Cuppa 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phillcunnington committed Oct 1, 2019
1 parent 3f596f1 commit 59887ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
apply plugin: 'jacoco'

group = 'org.forgerock.cuppa'
version = '1.4.0'
version = '1.5.0'

repositories {
mavenLocal()
Expand Down
14 changes: 14 additions & 0 deletions docs/_posts/2019-09-30-1.5.0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: 1.5.0 Released
author: phillcunnington
---

**Cuppa 1.5.0 is now available.**

This release exposes the run parameters for which groups/tags to run to the `ConfigurationProvider` via `Configuration#getRunOptions()` and `Runner.TagRunOption` option type. To enable working with the now-visible groups expressions, the `expression` package and classes are now public and supported.

With this extra information, it is possible to apply tags in different ways to the out-of-the-box behaviour, and so an additional method is added to remove the default test transforms, `Configuration#removeCoreTestTransforms()`.

Finally, the two existing `Runner` constructors have been deprecated, and constructors that use the new `Options` to provide tag configuration are added.

Check out [the release](https://github.com/cuppa-framework/cuppa/releases/tag/v1.5.0).

0 comments on commit 59887ad

Please sign in to comment.