From 7c683df7f3780a6f02ca8cadba0ea7186c5ef40c Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 14 Oct 2015 13:04:01 +0300 Subject: [PATCH] add travis and coveralls badges and changelog --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 33bf3f4..5b8c819 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ## pixelmatch +[![Build Status](https://travis-ci.org/mapbox/pixelmatch.svg?branch=master)](https://travis-ci.org/mapbox/pixelmatch) +[![Coverage Status](https://coveralls.io/repos/mapbox/pixelmatch/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/pixelmatch?branch=master) + The smallest, simplest and fastest JavaScript pixel-level image comparison library, primarily designed to be used in regression tests that compare screenshots. @@ -50,3 +53,9 @@ To build a browser-compatible version, clone the repository locally, then run: npm install -g browserify browserify -s pixelmatch index.js > pixelmatch.js ``` + +### Changelog + +#### 1.0.0 (Oct 14, 2015) + +- Initial release.