redux-form-input-masks
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "redux-form-input-masks", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Input masking with redux-form made easy", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
# redux-form-input-masks | ||
<p align="center"> | ||
<span> | ||
<img alt="travis ci build status" src="https://img.shields.io/travis/renato-bohler/redux-form-input-masks/master.svg?style=flat-square"> | ||
</span> | ||
<span> | ||
<img alt="percentage of code coverage by tests" src="https://img.shields.io/codecov/c/github/renato-bohler/redux-form-input-masks/master.svg?style=flat-square"> | ||
</span> | ||
<span> | ||
<img alt="latest release" src="https://img.shields.io/github/release/renato-bohler/redux-form-input-masks/all.svg?style=flat-square"> | ||
</span> | ||
<span> | ||
<img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"> | ||
</span> | ||
<span> | ||
<img alt="commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square"> | ||
</span> | ||
<span> | ||
<img alt="semantic release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square"> | ||
</span> | ||
<span> | ||
<img alt="license MIT" src="https://img.shields.io/github/license/renato-bohler/redux-form-input-masks.svg?style=flat-square"> | ||
</span> | ||
</p> | ||
## [Documentation and examples](https://renato-bohler.github.io/redux-form-input-masks) | ||
@@ -117,5 +141,8 @@ | ||
* [x] `createNumberMask` bugfixes; | ||
* [x] add repo workflow (Travis CI, danger, codecov, commitizen, semantic release); | ||
* [x] add fancy badges ([#4](https://github.com/renato-bohler/redux-form-input-masks/issues/4)); | ||
* [ ] add issue template ([#2](https://github.com/renato-bohler/redux-form-input-masks/issues/2)); | ||
* [ ] add code of conduct ([#3](https://github.com/renato-bohler/redux-form-input-masks/issues/3)); | ||
* [ ] add contributing ([#5](https://github.com/renato-bohler/redux-form-input-masks/issues/5)); | ||
* [ ] specify an API for `createStringMask`, an easy and flexible string mask creator; | ||
* [ ] implement `createStringMask` and its tests; | ||
* [ ] add repo workflow (contributing, code of conduct, issue template, Travis CI, danger, codecov); | ||
* [ ] add fancy badges. | ||
* [ ] implement `createStringMask` and its tests. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
109459
148