Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Updated the release history and build badges in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clocasto committed Feb 26, 2017
1 parent ce666c1 commit c431108
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
react-formulize [![Build Status](https://travis-ci.org/clocasto/react-formulize.svg?branch=master)](https://travis-ci.org/clocasto/react-formulize) [![Coverage Status](https://coveralls.io/repos/github/clocasto/react-formulize/badge.svg?branch=master&version=1_1_1)](https://coveralls.io/github/clocasto/react-formulize?branch=master&version=1_1_1)
react-formulize [![Build Status](https://travis-ci.org/clocasto/react-formulize.svg?branch=master)](https://travis-ci.org/clocasto/react-formulize) [![Coverage Status](https://coveralls.io/repos/github/clocasto/react-formulize/badge.svg?branch=master&version=1_2_0)](https://coveralls.io/github/clocasto/react-formulize?branch=master&version=1_2_0)
=========

React-formulize is a simple form validation library for React.js which wires up custom, controlled inputs through a declarative API. The library strives to be minimal, and as such, does most component communication implicity. The end result is a legible form which clearly states the rules of its behavior.
Expand Down Expand Up @@ -303,6 +303,7 @@ MIT (See license.txt)

## <a href="release-history"></a>Release History

* [1.1.1](https://github.com/clocasto/react-formulize/pull/35) (Current)
* [1.2.0](https://github.com/clocasto/react-formulize/pull/38) (Current)
* [1.1.1](https://github.com/clocasto/react-formulize/pull/35)
* [1.1.0](https://github.com/clocasto/react-formulize/pull/32)
* [1.0.0](https://github.com/clocasto/react-formulize/pull/25)

0 comments on commit c431108

Please sign in to comment.