Skip to content

Commit d90d093

Browse files
committed
Update README.md with resolved features and new future features, and fix some badges
1 parent 292a04e commit d90d093

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![CircleCI](https://circleci.com/gh/friendsofgo/killgrave/tree/master.svg?style=svg)](https://circleci.com/gh/friendsofgo/killgrave/tree/master)
2-
[![Version](https://img.shields.io/badge/version-v0.2.1-blue.svg)](https://img.shields.io/badge/version-v0.2.1-blue.svg)
2+
[![Version](https://img.shields.io/github/release/friendsofgo/killgrave.svg?style=flat-square)](https://github.com/friendsofgo/killgrave/releases/latest)
33
[![codecov](https://codecov.io/gh/friendsofgo/killgrave/branch/master/graph/badge.svg)](https://codecov.io/gh/friendsofgo/killgrave)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/friendsofgo/killgrave)](https://goreportcard.com/report/github.com/friendsofgo/killgrave)
55
[![GoDoc](https://godoc.org/graphql.co/graphql?status.svg)](https://godoc.org/github.com/friendsofgo/killgrave)
6-
[![FriendsOfGo](https://img.shields.io/badge/powered%20by-Friends%20of%20Go-73D7E2.svg)](https://img.shields.io/badge/powered%20by-Friends%20of%20Go-73D7E2.svg)
6+
[![FriendsOfGo](https://img.shields.io/badge/powered%20by-Friends%20of%20Go-73D7E2.svg)](https://friendsofgo.tech)
77

88
<p align="center">
99
<img src="https://res.cloudinary.com/fogo/image/upload/c_scale,w_350/v1555701634/fogo/projects/gopher-killgrave.png" alt="Golang Killgrave"/>
@@ -183,10 +183,13 @@ NOTE: If you want to use `killgrave` through Docker at the same time you use you
183183
* Regex for using on endpoint urls
184184
* Allow write headers on response
185185
* Allow imposter's matching by request schema
186+
* Dynamic responses based on regex endpoint or request schema
186187
187188
## Next Features
189+
- [ ] Dynamic responses based on headers
190+
- [ ] Dynamic responses based on query params
191+
- [ ] Allow write multiples imposters by file
188192
- [ ] Proxy server
189-
- [ ] Dynamic responses and error responses
190193
- [ ] Record proxy server
191194
- [ ] Better documentation with examples of each feature
192195

0 commit comments

Comments
 (0)