Update README.md

This commit is contained in:
Pavel 2021-09-23 19:51:00 +03:00 committed by GitHub
parent d5b1044efa
commit cea2f0a19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,7 @@ In order to use unsupported serializer you should create an adapter which implem
- [x] Regexp matchers for body, query, URI and path. - [x] Regexp matchers for body, query, URI and path.
- [x] Form Data body matcher (partial & exact) - [x] Form Data body matcher (partial & exact)
- [x] Multipart form body matcher (just like callback matcher but parses the body as a multipart form data) - [x] Multipart form body matcher (just like callback matcher but parses the body as a multipart form data)
- [ ] **BREAKING CHANGE:** Rename serializer decorators to serializer adapters.
- [ ] `symfony/http-client` support. - [ ] `symfony/http-client` support.
- [ ] Real network response for mocked & unmatched requests. - [ ] Real network response for mocked & unmatched requests.
- [ ] Document everything (with examples if its feasible). - [ ] Document everything (with examples if its feasible).