Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Commit

Permalink
update badges links and todo's
Browse files Browse the repository at this point in the history
  • Loading branch information
fagundes committed Feb 1, 2016
1 parent c2f8ea5 commit 6681a31
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Expand Up @@ -3,8 +3,8 @@
[![Coverage Status](https://coveralls.io/repos/fagundes/ZffBase/badge.svg?branch=develop&service=github)](https://coveralls.io/github/fagundes/ZffBase?branch=develop)

[![Latest Stable Version](https://img.shields.io/packagist/v/fagundes/zff-base.svg)](https://packagist.org/packages/fagundes/zff-base)
[![Build Status](https://travis-ci.org/fagundes/ZffBase.svg?branch=0.1.4)](https://travis-ci.org/fagundes/ZffBase)
[![Coverage Status](https://coveralls.io/repos/fagundes/ZffBase/badge.svg?branch=0.1.4&service=github)](https://coveralls.io/github/fagundes/ZffBase?branch=0.1.4)
[![Build Status](https://travis-ci.org/fagundes/ZffBase.svg?branch=0.1.5)](https://travis-ci.org/fagundes/ZffBase)
[![Coverage Status](https://coveralls.io/repos/fagundes/ZffBase/badge.svg?branch=0.1.5&service=github)](https://coveralls.io/github/fagundes/ZffBase?branch=0.1.5)

[![Total Downloads](https://poser.pugx.org/fagundes/zff-base/downloads)](https://packagist.org/packages/fagundes/zff-base) [![License](https://poser.pugx.org/fagundes/zff-base/license)](https://packagist.org/packages/fagundes/zff-base)

Expand Down Expand Up @@ -43,11 +43,6 @@ If you want to help check the contribuing instructions [here](CONTRIBUTING.md).
- [ ] setup and include tests cases (Partial)
- [ ] review abstract factories (Partial)
- [ ] create documentation with examples
- [x] move out Table Decorator to ZffTable
- [x] move out rename files from AbstractEntity to a Util trait
- [x] change ZFTable and DoctrineORMModule to optional dependency.
- [x] add Bootstrap 3/4 as optional dependency.
- [x] drop `Entity\AbstractEntityRepository`.

## Main classes available

Expand Down

0 comments on commit 6681a31

Please sign in to comment.