Skip to content

Commit

Permalink
Reving to 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cresswell committed Mar 18, 2016
1 parent 3ff27b7 commit 0c6e881
Show file tree
Hide file tree
Showing 8 changed files with 7,748 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Yadda brings _true_ BDD to JavaScript frameworks such as [Jasmine](http://pivota
Yadda's BDD implementation is like [Cucumber's](http://cukes.info/) in that it maps the ordinary language steps to code. Not only are the steps less likely to go stale, but they also provide a valuable abstraction layer and encourage re-use. You could of course just use [CucumberJS](https://github.com/cucumber/cucumber-js), but we find Yadda less invasive and prefer it's flexible syntax to Gherkin's. Yadda's conflict resolution is smarter too.

## Latest Version
The current version of Yadda is 0.17.2.</br>
The current version of Yadda is 0.17.3.</br>
**Breaking changes were introduced in versions 0.15.0 and 0.13.0.**</br>
Please refer to the [Release Notes](./release-notes.md) for more details.

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yadda",
"version": "0.17.2",
"version": "0.17.3",
"description": "A true BDD framework for JavaScript",
"repo": "acuminous/yadda",
"keywords": [
Expand Down
Loading

0 comments on commit 0c6e881

Please sign in to comment.