All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upgrade dependency
Microsoft.Extensions.Options
to version7.0.0
- Upgrade Test and Example project to
net7
- Change namespace from Scissors.HttpRequestInterceptor to Scissors
- Rename RequestsInterceptor to HttpRequestInterceptor
- Rename HttpInterceptorOptions to HttpRequestInterceptorOptions
- Switch from Nuget package source to GitHub
- Rename project to Scissors.HttpRequestInterceptor.*
- Added action for pushing nuget package
- Renamed project to Scissors.HttpRequestInterceptor.*
- Light refactoring
- Added more test
- Upgrade Tests and Example to .net
- Fix bug where expected 502 would return 502
- Fix bug with returning null on not configured return status, and now exception is thrown
- Small refactoring and cleanup.
- Upgrade Tests and Example to .net core 3.1
- First version of RequestInterceptor.