Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed May 20, 2023
1 parent dc0b088 commit 2267b71
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## [MVP (Pre-release)](https://github.com/evg4b/uncors/releases/tag/v0.0.0)

- [X] Base reverce proxy server functionality
- [X] Base reverse proxy server functionality
- [X] Url mapping

## [0.0.1 Release](https://github.com/evg4b/uncors/releases/tag/v0.0.1)

- [X] Cusrom port hadnling
- [X] New URL replcer functionality
- [X] Requset printing
- [X] Custom port handling
- [X] New URL replacer functionality
- [X] Request printing

## [0.0.2 Release](https://github.com/evg4b/uncors/releases/tag/v0.0.2)

Expand All @@ -25,20 +25,20 @@

## [0.0.4 Release](https://github.com/evg4b/uncors/releases/tag/v0.0.4)

- [X] Proxy from envairment support
- [X] Proxy from environment support
- [X] URL replacer v2 - [PR](https://github.com/evg4b/uncors/pull/2)

## [0.0.6 Release](https://github.com/evg4b/uncors/releases/tag/v0.0.6)

- [X] Added [scoop bucket](https://github.com/evg4b/scoop-bucket) support
- [X] Responce mocking v1 - [PR](https://github.com/evg4b/uncors/pull/3)
- [X] Response mocking v1 - [PR](https://github.com/evg4b/uncors/pull/3)

## [0.0.8 Release](https://github.com/evg4b/uncors/releases/tag/v0.0.8)

- [X] Disclaimer message
- [X] Mock responce from file
- [X] Mock response from file
- [X] Viper configuration
- [X] Multile CLI url mapping
- [X] Multiple CLI url mapping

## [0.0.8-beta Release](https://github.com/evg4b/uncors/releases/tag/v0.0.8-beta)

Expand All @@ -52,12 +52,14 @@

## Next Release

- [X] Static file serving
- [X] Own error page for uncors internal errors
- [ ] Separated mock for each url mapping
- [ ] Static file serving

## 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 2267b71

Please sign in to comment.