Skip to content

Commit

Permalink
Updated README.md and ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Jul 30, 2023
1 parent 374daac commit 92e9f1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<a href="https://github.com/evg4b/uncors/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/evg4b/uncors?label=license">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors&branch=develop">
<img alt="Coverage" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=coverage&branch=develop">
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Coverage" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=coverage">
</a>
<a href="https://goreportcard.com/report/github.com/evg4b/uncors">
<img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/evg4b/uncors">
Expand Down
10 changes: 7 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,20 @@
- [X] File configuration - [PR](https://github.com/evg4b/uncors/pull/9)
- [X] Stable NPM package deploying

## Next Release
## [0.1.9 Release](https://github.com/evg4b/uncors/releases/tag/v0.1.0)

- [X] Static file serving [PR](https://github.com/evg4b/uncors/pull/15)
- [X] Own error page for uncors internal errors
- [ ] Separated mock for each url mapping [PR](https://github.com/evg4b/uncors/pull/16)
- [X] Separated mock for each url mapping [PR](https://github.com/evg4b/uncors/pull/16)

## Next Release

- [ ] Response caching
- [ ] JSON Schema for config file

## Future features

- [ ] Informative error messages - [PR](https://github.com/evg4b/uncors/pull/10)
- [ ] Occupied port handling
- [ ] Collecting all request/response to har file
- [ ] Response caching
- [ ] Content URl replacing (HTML, JSON, TEXT and other)

0 comments on commit 92e9f1f

Please sign in to comment.