- FutureResult usage removed. Now Box<Future<Item = Response, Error = Error>> is in use.
- Blocking post and put bug fixed.
- Dependencies updated.
- All warnings cleared. There are no deprecated usages now.
- Dependencies updated.
- Renamed because of crates.io (weld -> weldmock)
- Migrated to hyper. Works as expected.
- Dependencies cleared.
- Logs cleared and switched to Compact log mode.
- Nested json structure support.
- added some information to Cargo.toml file.
- added example main.rs test.