0.0.8
- Added ability to pass multiple URL mappings from CLI arguments:
uncors --from host1.local --to host1.com --from host2.local --to host2.com ...
- Added ability to return mock content from file
- Added disclaimer message
- Added new version check
Changelog
- ebd7f80 Added disclaimer message
- 3596139 Added mocks content from file (#7)
- 4268734 Added new version check
- 1670ebd Added panic interceptor
- 0cfe5be Added space between information messages
- a530fbc Added viper configuration
- 8a156c1 Fixed sonar issues
- 2069d8e Make new middleware's (#6)
- 96e41d1 Refactoring
- 95abc9b Update deps
- 2e2dc26 Updated README.md
- 8daeeb3 Updated linters
- 6044382 Updated new url mapping loading