Skip to content

Commit 6245470

Browse files
committed
docs
1 parent b8e6933 commit 6245470

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

+19-8
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,26 @@ BackstopJS automates CSS regression testing of your responsive web UI by compari
1414
## News
1515

1616

17-
### Version 0.9.0 beta available now
18-
**Now plays nice with multiple config files!**
19-
For more info see... **[Setting the config file path](#setting-the-config-file-path-version-090)** below.
17+
### Version 1.0.1 available now
18+
[Please file questions, comments or issues here](https://github.com/garris/BackstopJS/issues).
19+
20+
**Version 1.0 includes reliability fixes plus a handful of improvements to close out the original roadmap.**
21+
- now add comments to your configs (optional JS based configs)
22+
- plays nice with other local services (change the BackstopJS port)
23+
2024

25+
<!--
2126
To try the new feature, install the beta version...
27+
$ npm install garris/backstopjs#master
28+
-->
29+
30+
31+
2232

23-
$ npm install garris/backstopjs#master
2433

25-
[Please file questions, comments or issues here](https://github.com/garris/BackstopJS/issues).
2634

35+
####Version 0.9.0
36+
- Plays nice with multiple config files (setting the config file path)
2737

2838
####Version 0.8.0
2939
- Simulate user interactions with CasperJS scripts
@@ -66,7 +76,7 @@ BackstopJS is a useful wrapper around the very fabulous [Resemble.js](https://gi
6676

6777
BackstopJS may be just the thing if you develop custom WordPress, Drupal or other CMS templates. Tested on OSX.
6878

69-
BackstopJS was created by [Garris Shipon](expanded.me) at [Art.com labs](www.art.com).
79+
BackstopJS was created by [Garris Shipon](expanded.me) during the [Art.com labs](www.art.com) years.
7080

7181
<strong><a href="https://twitter.com/garris" class="twitter-follow-button" data-show-count="false">Follow @garris</a></strong>
7282
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
@@ -75,12 +85,13 @@ BackstopJS was created by [Garris Shipon](expanded.me) at [Art.com labs](www.art
7585
...
7686

7787
## Many many thanks to [all the contributors](https://github.com/garris/BackstopJS/graphs/contributors) with special thanks to...
88+
- [Klaus Bayrhammer](https://github.com/klausbayrhammer) for all the incredible effort leading up to 1.0 -- the cli reports and compatibility fixes are awesome!
7889
- [Evan Lovely](https://github.com/EvanLovely) and [Klaus Bayrhammer](https://github.com/klausbayrhammer) for help on the 0.9.0 release
7990
- [Robert O'Rourke](https://github.com/sanchothefat) for help on the 0.8.0 release
8091
- [Klaus Bayrhammer](https://github.com/klausbayrhammer) for help on the 0.7.0 release
8192
- [Benedikt Rötsch](https://github.com/axe312ger) for help on the 0.6.0 release
8293
- [Yulia Tsareva](https://github.com/YuliaTsareva) for help on the 0.5.0 release
83-
- [Lewis Nyman](https://github.com/lewisnyman) and [Stoutie](https://github.com/jehoshua02) for help with 0.4.0 release
94+
- [Lewis Nyman](https://github.com/lewisnyman) and [Stoutie](https://github.com/jehoshua02) for help with 0.4.0 release -- you guys are responsible for really getting the ball rolling!
8495

8596
BackstopJS uses icons from [the Noun Project](http://thenounproject.com/)
8697

@@ -381,7 +392,7 @@ When a layout error is found in CLI mode, BackstopJS will let you know in a gene
381392

382393
###Using a js based config file (version 1.0.0+)
383394

384-
JSON-based configs getting you down? Well, here's some good news -- BackstopJS allows you to import all config parameters as a node module (instead JSON) which allows you to use comments, variables and logic etc. inside of your config.
395+
JSON-based configs cramping your style? Well, here's some good news -- BackstopJS allows you to import all config parameters as a node module (as an option instead of JSON) which allows you to use comments, variables and logic etc. inside of your config.
385396

386397
To use a js module based config file, explicitly specify your config filepath when running a command. e.g.
387398
```

0 commit comments

Comments
 (0)